/* Actress rank list page */

.actress-rank-page {
  gap: 36px;
}

.actress-rank__status {
  width: 100%;
  margin: 0;
  padding: 48px 16px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 16px;
  font-family: PingFang SC, sans-serif;
  line-height: 24px;
}

.actress-rank-page .rank-tabs {
  margin-bottom: 18px;
}

.actress-rank-page .rank-tabs .rank-tab {
  text-decoration: none;
}

.video-list-page.actress-rank-page .actress-rank .actress-section__row {
  display: grid;
  grid-template-columns: repeat(7, 160px);
  row-gap: 36px;
  column-gap: 26.67px;
  align-items: start;
}

.video-list-page.actress-rank-page .actress-rank .actress-card {
  width: 160px;
  min-width: 160px;
}

.video-list-page.actress-rank-page .actress-rank .actress-card__avatar,
.video-list-page.actress-rank-page .actress-rank .actress-card__placeholder,
.video-list-page.actress-rank-page .actress-rank .actress-card__img {
  width: 160px;
  height: 160px;
}

@media (max-width: 768px) {
  .video-list-page.actress-rank-page .actress-rank-page {
    gap: 18px;
  }

  .video-list-page.actress-rank-page .actress-rank .actress-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 74px);
    justify-content: space-between;
    row-gap: 12px;
    column-gap: 0;
  }

  .video-list-page.actress-rank-page .actress-rank .actress-section__row {
    display: contents;
  }

  .video-list-page.actress-rank-page .actress-rank .actress-card {
    width: 74px;
    min-width: 74px;
    gap: 6px;
  }

  .video-list-page.actress-rank-page .actress-rank .actress-card__avatar,
  .video-list-page.actress-rank-page .actress-rank .actress-card__placeholder,
  .video-list-page.actress-rank-page .actress-rank .actress-card__img {
    width: 74px;
    height: 74px;
  }

  .video-list-page.actress-rank-page .actress-rank .actress-card__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-primary);
  }

  .video-list-page.actress-rank-page .actress-rank .actress-card__rank .rank-badge__bg {
    object-fit: contain;
  }

  .video-list-page.actress-rank-page .actress-card__rank .rank-badge,
  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__wrap,
  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__bg {
    width: 20px;
    height: 24px;
  }

  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__shine {
    width: 15px;
    height: 8.77px;
    left: 2.73px;
    top: 10.15px;
  }

  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__number--gold,
  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__number--silver,
  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__number--bronze,
  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__number--default {
    width: 10px;
    left: 5px;
    top: 9px;
    font-size: 10px;
    line-height: 9.23px;
  }

  .video-list-page.actress-rank-page .actress-card__rank .rank-badge__number--default.rank-badge__number--compact {
    width: 12px;
    left: 4px;
    top: 9px;
    font-size: 8px;
    line-height: 9.23px;
  }

  .video-list-page.actress-rank-page .ad-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .video-list-page.actress-rank-page .ad-row .ad-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 628 / 59;
  }

  .video-list-page.actress-rank-page .ad-row .ad-banner__image {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    object-fit: cover;
  }
}
