.meta-link-highlight.is-highlighted {
  background-size: 0 3px, 100% 3px;
  color: #676767;
}

.blog-comment-bubble {
  position: relative;
}

.blog-comment-bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f1f1f1;
}

.blog-gallery-modal .artist-gallery-modal__panel {
  width: min(860px, 90vw);
  padding: 16px;
  border-radius: 12px;
}

.blog-gallery-modal .artist-gallery-modal__frame {
  min-height: 42vh;
}

.blog-gallery-modal .artist-gallery-modal__image {
  max-height: 62vh;
}

.blog-gallery-modal .artist-gallery-modal__nav {
  width: 38px;
  height: 38px;
}

#image-gallery [data-artist-gallery] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 560px !important;
}

#image-gallery [data-gallery-item] {
  display: block !important;
  width: 100px !important;
  max-width: 100px !important;
  flex: 0 0 100px !important;
  line-height: 0;
  overflow: hidden !important;
  border-radius: 2px;
}

#image-gallery [data-gallery-item] img {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  object-fit: cover !important;
}

@media (max-width: 640px) {
  #image-gallery [data-gallery-item] {
    width: 88px !important;
    max-width: 88px !important;
    flex-basis: 88px !important;
  }

  #image-gallery [data-gallery-item] img {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
}
