.block-showhide-buttons {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 999;
}

.block-block-content {
  opacity: 1;
  transition: all 350ms ease;
}

.u--disabled .block-block-content {
  opacity: 0.1;
  pointer-events: none;
}

.u--disabled .block-showhide-buttons .btn-hide {
  display: none;
}
.u--disabled .block-showhide-buttons .btn-show{
  display: block; 
}

.block-showhide-buttons .btn-hide {
  display: block;
}
.block-showhide-buttons .btn-show {
  display: none;
}

/* Figure */

figure {
  display: table;
  padding: 0.2em;
  margin: 1em;
  border: 1px solid #c8ccd1;
}

figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 0.5em;
  font-style: italic;
}
