html.sharokina-igl-open,
body.sharokina-igl-open {
  overflow: hidden;
}
.sharokina-igl {
  position: fixed;
  inset: 0;
  z-index: 999999;
  color: #111;
  font-family: inherit;
}
.sharokina-igl[hidden] {
  display: none;
}
.sharokina-igl__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.sharokina-igl__post {
  outline: none;
}
.sharokina-igl__media {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.sharokina-igl__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 560ms ease;
}
.sharokina-igl__image.is-active {
  opacity: 1;
}
.sharokina-igl__panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: #111;
  text-align: left;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .sharokina-igl__post {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: stretch;
    width: calc(var(--sharokina-igl-media-width, 382px) + var(--sharokina-igl-panel-width, 480px));
    height: var(--sharokina-igl-modal-height, 680px);
    transform: translate(-50%, -50%);
  }
  .sharokina-igl__media {
    width: var(--sharokina-igl-media-width, 382px);
    height: 100%;
    flex: 0 0 var(--sharokina-igl-media-width, 382px);
  }
  .sharokina-igl__panel {
    width: var(--sharokina-igl-panel-width, 480px);
    height: 100%;
    flex: 0 0 var(--sharokina-igl-panel-width, 480px);
  }
}
@media (max-width: 899px) {
  .sharokina-igl__post {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
  }
  .sharokina-igl__media {
    flex: 1 1 auto;
    min-height: 0;
    padding: 58px 16px 16px;
    box-sizing: border-box;
  }
  .sharokina-igl__panel {
    flex: 0 0 48vh;
    width: 100%;
    height: 48vh;
    border-radius: 14px 14px 0 0;
  }
}
.sharokina-igl__caption-text {
  white-space: pre-line;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
  transition: opacity 260ms ease;
}
.sharokina-igl__post.is-changing .sharokina-igl__caption-text {
  opacity: 0;
}
.sharokina-igl__video-overlay {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.sharokina-igl__video-overlay[hidden] {
  display: none;
}
.sharokina-igl__video-play-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.sharokina-igl__video-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition:background-color 0.5s ease, color 0.5s ease;
}
.sharokina-igl__video-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}
.sharokina-igl__video-label {
  margin-top: 9px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition:background-color 0.5s ease, color 0.5s ease;
}
.sharokina-igl__video-overlay:hover .sharokina-igl__video-play,
.sharokina-igl__video-overlay:focus .sharokina-igl__video-play {
  background-color: rgba(0, 0, 0, 0.8);
}
.sharokina-igl__video-label:hover,
.sharokina-igl__video-label:focus {
  color: #fff;
}
@media (max-width: 899px) {
  .sharokina-igl__video-overlay {
    bottom: 24px;
  }
  .sharokina-igl__video-play {
    width: 50px;
    height: 50px;
  }
  .sharokina-igl__video-label {
    font-size: 12px;
  }
}
.sharokina-igl__video-overlay:hover,
.sharokina-igl__video-overlay:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 899px) {
  .sharokina-igl__video-overlay {
    bottom: 24px;
  }
  .sharokina-igl__video-play {
    width: 50px;
    height: 50px;
  }
  .sharokina-igl__video-label {
    font-size: 12px;
  }
}
.sharokina-igl__panel-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
.sharokina-igl__avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: hidden;
  border-radius: 50%;
  background: #eee;
}
.sharokina-igl__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sharokina-igl__meta {
  min-width: 0;
  flex: 1 1 auto;
}
.sharokina-igl__username {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.sharokina-igl__profile-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sharokina-igl__panel-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 28px 20px 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
.sharokina-igl__hashtag-link {
  display: inline-block;
  padding: 0 10px;
  border-radius: 10px;
  background: #e5e5e5;
  color: inherit;
  text-decoration: none;
}
.sharokina-igl__hashtag-link:hover,
.sharokina-igl__hashtag-link:focus {
  opacity: 0.8;
}
.sharokina-igl__mention-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sharokina-igl__panel-footer {
  flex: 0 0 auto;
  padding: 16px 20px 18px;
  box-sizing: border-box;
}
.sharokina-igl__instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.sharokina-igl__instagram-button:hover,
.sharokina-igl__instagram-button:focus {
  background-color: #1877f2;
  color: #fff;
  text-decoration: none;
}
.sharokina-igl__close,
.sharokina-igl__nav {
  position: fixed;
  z-index: 1000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  line-height: 1;
  transition: background 120ms ease, opacity 120ms ease;
}
.sharokina-igl__close:hover,
.sharokina-igl__nav:hover,
.sharokina-igl__close:focus,
.sharokina-igl__nav:focus {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  outline: none;
}
.sharokina-igl__close {
  top: 20px;
  right: 24px;
  width: 42px;
  height: 42px;
  font-size: 34px;
  font-weight: 300;
}
.sharokina-igl__nav {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 46px;
  font-weight: 300;
  transform: translateY(-50%);
}
.sharokina-igl__nav--prev {
  left: 24px;
}
.sharokina-igl__nav--next {
  right: 24px;
}
.sharokina-igl:not(.has-multiple) .sharokina-igl__nav {
  display: none;
}
.sharokina-igl__nav:disabled {
  opacity: 0.25;
  cursor: default;
}