.embed-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embed-instagram__mediaicon {
  color: white;
  position: absolute;
  top: 2.02702703%;
  right: 2.02702703%;
  font-size: 24px;
  display: flex;
}
.embed-instagram__link {
  position: relative;
}
.embed-instagram__detail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / .7);
  color: white;
  opacity: 0;
  transition: all 200ms;
  padding: 32px!important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.embed-instagram__link:hover .embed-instagram__detail {
  opacity: 1;
}
.embed-instagram__caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.embed-instagram__like {
  display: flex;
  gap: .5em;
  align-items: center;
}
.embed-instagram__load-error {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 56px 32px;
  text-align: center;
  font-weight: bold;
  color: #8a8a8a;
}
.embed-instagram__load-error iconify-icon {
  font-size: 32px;
}
:where(.embed-instagram__icon) {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  &[data-icon="like"] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23a34343' stroke='%23a34343' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M15 8C8.925 8 4 12.925 4 19c0 11 13 21 20 23.326C31 40 44 30 44 19c0-6.075-4.925-11-11-11c-3.72 0-7.01 1.847-9 4.674A10.99 10.99 0 0 0 15 8'/%3E%3C/svg%3E");
  }
  &[data-icon="video"] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a34343' d='M2 5.5A2.5 2.5 0 0 1 4.5 3h7A2.5 2.5 0 0 1 14 5.5v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 10.5zm4.5.32v4.36c0 .25.274.403.487.273l3.259-1.992a.54.54 0 0 0 0-.922l-3.26-1.991a.32.32 0 0 0-.486.273'/%3E%3C/svg%3E");
  }
  &[data-icon="multiple"] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23a34343' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z'/%3E%3Cpath d='M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
