header > div.mx-auto {
  max-width: 1760px !important;
}

.jin-celebrity-gallery-stats-host {
  max-width: 1760px !important;
  align-items: center;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery {
  order: 0;
  width: min(720px, 48vw);
  min-width: 520px;
  max-width: 720px;
  flex: 0 1 720px;
  margin-left: auto;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__trigger {
  width: 100%;
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  grid-template-areas: none;
  align-content: normal;
  padding: 7px 14px;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__copy,
.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__thumbs,
.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__arrow {
  grid-area: auto;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__copy {
  gap: 2px;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__thumbs {
  margin-top: 0;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__thumbs img {
  width: 36px;
  height: 36px;
  margin-left: -13px;
}

.jin-celebrity-gallery-stats-host .jin-celebrity-gallery__arrow {
  font-size: 24px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .jin-celebrity-gallery-stats-host .jin-celebrity-gallery {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 0 0 100%;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .jin-celebrity-gallery-stats-host .jin-celebrity-gallery {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 0 0 100%;
    margin-left: 0;
  }

  .jin-celebrity-gallery-stats-host .jin-celebrity-gallery__trigger {
    min-height: 64px;
  }
}

@media (max-width: 460px) {
  .jin-celebrity-gallery-stats-host .jin-celebrity-gallery__thumbs img {
    width: 32px;
    height: 32px;
  }
}
