/* Uniform browsing cards: index/catalog pages and performer scene grids only. */
.being-watched-sec .being-watched-col .item-col .item-stats {
  display: none !important;
}

.waybig-uniform-scene-cards .item-col.-video > .item-inner-col {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.waybig-uniform-scene-cards .item-col.-video .item-name {
  display: block;
  height: 30px;
  min-height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-name-inner {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-info {
  display: flex;
  flex: 1 1 auto;
  align-content: flex-start;
  flex-flow: row wrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-models {
  display: block;
  width: 100%;
  min-height: 19px;
  overflow: hidden;
  line-height: 19px;
  letter-spacing: -.025em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-models a {
  display: inline;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.waybig-uniform-scene-cards .item-col.-video .item-model-separator,
.waybig-search-results-page .item-col.-video .item-model-separator {
  display: inline-block;
  margin: 0 .42em;
  color: #666;
  font-size: .75em;
  line-height: 1;
  vertical-align: .12em;
}

.waybig-uniform-scene-cards .item-col.-video .sub-label {
  color: #777;
  font-size: .78em;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.waybig-uniform-scene-cards .item-col.-video .item-user {
  width: 100%;
  min-height: 22px;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-stats {
  display: flex;
  width: 100%;
  min-height: 35px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #292929;
  color: #999;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.waybig-uniform-scene-cards .item-col.-video .item-date {
  color: #999;
  line-height: 1;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-rate {
  flex: 0 0 auto;
  width: auto;
  color: #ddd;
  line-height: 1;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-video .item-rate svg {
  color: #ffbd0a;
}

/* Mouse/trackpad users reveal Favorites on interaction. */
@media (hover: hover) and (pointer: fine) {
  .waybig-uniform-scene-cards .item-col.-video .add-to-fav {
    opacity: 0;
    transition: opacity .16s ease;
  }

  .waybig-uniform-scene-cards .item-col.-video > .item-inner-col:hover .add-to-fav,
  .waybig-uniform-scene-cards .item-col.-video > .item-inner-col:focus-within .add-to-fav {
    opacity: 1;
  }
}

/* Touch interfaces have no dependable hover state, so Favorites stays visible. */
@media (hover: none), (pointer: coarse) {
  .waybig-uniform-scene-cards .item-col.-video .add-to-fav {
    opacity: 1;
  }

  .waybig-uniform-scene-cards .item-col.-video .item-name-inner {
    left: auto !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* Refreshed pagination shared by all non-search scene indexes. */
.waybig-uniform-scene-cards .pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 24px 0 38px;
}

.waybig-uniform-scene-cards .pagination a,
.waybig-uniform-scene-cards .pagination span {
  min-width: 42px;
  height: 42px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #414141;
  border-radius: 9px;
  background: #1b1b1b;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}

.waybig-uniform-scene-cards .pagination a:hover,
.waybig-uniform-scene-cards .pagination a:focus,
.waybig-uniform-scene-cards .pagination span:not(.sep) {
  border-color: #ffbd0a;
  background: #ffbd0a;
  color: #080808;
}

.waybig-uniform-scene-cards .pagination .sep {
  border-color: transparent;
  background: transparent;
  color: #777;
}

@media (max-width: 479px) {
  .waybig-uniform-scene-cards .pagination {
    gap: 6px;
  }

  .waybig-uniform-scene-cards .pagination a,
  .waybig-uniform-scene-cards .pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    line-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waybig-uniform-scene-cards .item-col.-video .add-to-fav {
    transition: none;
  }
}

/* Gallery cards share the video-card rhythm while retaining their photo count. */
.waybig-uniform-scene-cards .item-col.-gallery > .item-inner-col {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-name {
  display: block;
  height: 30px;
  min-height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-name-inner {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-info {
  display: flex;
  flex: 1 1 auto;
  align-content: flex-start;
  flex-flow: row wrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-models,
.waybig-uniform-scene-cards .item-col.-gallery .item-user {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-models {
  min-height: 19px;
  letter-spacing: -.025em;
  line-height: 19px;
  text-transform: uppercase;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-models a {
  display: inline;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-model-separator {
  display: inline-block;
  margin: 0 .42em;
  color: #666;
  font-size: .75em;
  line-height: 1;
  vertical-align: .12em;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-user {
  min-height: 22px;
  line-height: 18px;
}

.waybig-uniform-scene-cards .item-col.-gallery .sub-label {
  color: #777;
  font-size: .78em;
  font-weight: 900;
  letter-spacing: .07em;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-stats {
  display: flex;
  width: 100%;
  min-height: 35px;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #292929;
  color: #999;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-date {
  margin-right: auto;
  color: #999;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-views,
.waybig-uniform-scene-cards .item-col.-gallery .item-rate {
  width: auto;
  color: #ddd;
  white-space: nowrap;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-views svg {
  color: #777;
}

.waybig-uniform-scene-cards .item-col.-gallery .item-rate svg,
.waybig-uniform-scene-cards .item-col.-gallery .item-time svg {
  color: #ffbd0a;
}

@media (hover: hover) and (pointer: fine) {
  .waybig-uniform-scene-cards .item-col.-gallery .add-to-fav {
    opacity: 0;
    transition: opacity .16s ease;
  }

  .waybig-uniform-scene-cards .item-col.-gallery > .item-inner-col:hover .add-to-fav,
  .waybig-uniform-scene-cards .item-col.-gallery > .item-inner-col:focus-within .add-to-fav {
    opacity: 1;
  }
}

@media (hover: none), (pointer: coarse) {
  .waybig-uniform-scene-cards .item-col.-gallery .add-to-fav {
    opacity: 1;
  }

  .waybig-uniform-scene-cards .item-col.-gallery .item-name-inner {
    left: auto !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waybig-uniform-scene-cards .item-col.-gallery .add-to-fav {
    transition: none;
  }
}
