figure,
.elementor-widget-container {
  width: 100%;
  position: relative;
}
figure .caption-icon,
.elementor-widget-container .caption-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
figure .caption-icon i,
.elementor-widget-container .caption-icon i {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
figure figcaption,
.elementor-widget-container figcaption {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: white;
  color: #333;
  padding: 10px;
  border-radius: 4px;
  width: 300px;
  max-height: 640px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.2em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  font-style: normal;
}

.caption-icon.active figcaption {
  display: block;
}

/*# sourceMappingURL=vii-caption.css.map */
