/*
Theme Name: FeetShows Videos
Description: Lightweight FeetShows child theme for the WPXXX video library.
Template: wpxxx
Version: 1.0.0
*/

body.feetshows-section-videos {
  background:
    radial-gradient(circle at 86% -10%, rgba(255, 49, 95, 0.12), transparent 29rem),
    var(--fs-bg);
  color: var(--fs-muted);
}

.feetshows-section-videos .categories-icon::before {
  content: "▤";
  font-family: inherit;
}

.feetshows-section-videos .hashtags-icon::before {
  content: "#";
  font-family: inherit;
}

.feetshows-section-videos .like-icon::before {
  content: "♥";
  font-family: inherit;
}

.feetshows-section-videos .dislike-icon::before {
  content: "−";
  font-family: inherit;
}

.feetshows-section-videos .views-icon::before {
  content: "◉";
  font-family: inherit;
}

.feetshows-section-videos .dur-icon::before {
  content: "◷";
  font-family: inherit;
}

.feetshows-section-videos .flame-icon::before {
  content: "◆";
  font-family: inherit;
}

.feetshows-section-videos .star-icon::before {
  content: "★";
  font-family: inherit;
}

.feetshows-section-videos .tag-icon::before {
  content: "•";
  font-family: inherit;
}

.feetshows-section-videos .external-icon::before {
  content: "↗";
  font-family: inherit;
}

.feetshows-section-videos .report-icon::before {
  content: "!";
  font-family: inherit;
}

.feetshows-section-videos .video-icon::before,
.feetshows-section-videos .film-icon::before {
  content: "▶";
  font-family: inherit;
}

.feetshows-section-videos .image-icon::before,
.feetshows-section-videos .camera-icon::before {
  content: "◇";
  font-family: inherit;
}

.feetshows-section-videos .liked-icon::before,
.feetshows-section-videos .favs-icon::before {
  content: "♥";
  font-family: inherit;
}

.feetshows-section-videos .disliked-icon::before {
  content: "−";
  font-family: inherit;
}

.feetshows-section-videos .female-icon::before {
  content: "♀";
  font-family: inherit;
}

.feetshows-section-videos .thumb-button::before {
  content: "i";
  font-family: inherit;
  font-size: 0.78em;
  font-weight: 900;
}

.feetshows-section-videos #scroll-top::before {
  content: "↑";
  font-family: inherit;
}

.feetshows-section-videos > main.wrapper {
  margin-inline: auto;
  max-width: var(--fs-shell);
  min-height: 58vh;
  padding: 34px 14px 70px;
  width: 100%;
}

.feetshows-section-videos .fs-video-topics {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: -2px 0 28px;
  overflow-x: auto;
  padding: 2px 0 10px;
  scrollbar-width: none;
}

.feetshows-section-videos .fs-video-topics::-webkit-scrollbar {
  display: none;
}

.feetshows-section-videos .fs-video-topics span {
  color: var(--fs-accent);
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-right: 4px;
  text-transform: uppercase;
}

.feetshows-section-videos .fs-video-topics a {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  color: var(--fs-muted-strong);
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 750;
  padding: 8px 12px;
}

.feetshows-section-videos .fs-video-topics a:hover,
.feetshows-section-videos .fs-video-topics a:focus {
  border-color: var(--fs-border-strong);
  color: #fff;
}

.feetshows-section-videos .feetshows-video-intro {
  border-bottom: 1px solid var(--fs-border);
  margin-bottom: 22px;
  padding: 10px 0 28px;
}

.feetshows-section-videos .feetshows-video-intro h1 {
  color: var(--fs-text);
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0 0 15px;
  max-width: 1050px;
  text-transform: none;
  text-wrap: balance;
}

.feetshows-section-videos .feetshows-video-intro h1::after {
  display: none;
}

.feetshows-section-videos .feetshows-video-intro p {
  color: var(--fs-muted-strong);
  font-size: clamp(0.98rem, 2.5vw, 1.14rem);
  line-height: 1.6;
  margin: 0;
  max-width: 880px;
}

.feetshows-section-videos .sort {
  display: flex;
  gap: 7px;
  margin: 0 0 28px;
  overflow-x: auto;
  padding: 2px 0 9px;
  scrollbar-width: none;
}

.feetshows-section-videos .sort::-webkit-scrollbar {
  display: none;
}

.feetshows-section-videos .sort > a {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  color: var(--fs-muted-strong);
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  padding: 10px 14px;
}

.feetshows-section-videos .sort > a:hover,
.feetshows-section-videos .sort > a:focus,
.feetshows-section-videos .sort > a.active {
  background: var(--fs-accent-solid) !important;
  border-color: var(--fs-accent-solid);
  color: #fff !important;
}

.feetshows-section-videos section > h1,
.feetshows-section-videos section > h2,
.feetshows-section-videos .first-title {
  color: var(--fs-text);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-transform: none;
}

.feetshows-section-videos section > h2 {
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  margin: 0 0 18px;
}

.feetshows-section-videos section > h2::after {
  border-color: var(--fs-border);
}

.feetshows-section-videos .thumbs {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.feetshows-section-videos .thumbs > article.thumb {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: var(--fs-radius-sm);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  width: auto;
}

.feetshows-section-videos .thumb .inner {
  height: 100%;
}

.feetshows-section-videos .thumb figure {
  background: var(--fs-bg-soft);
  margin: 0;
}

.feetshows-section-videos .thumb figure img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transition: transform 180ms ease;
  width: 100%;
}

.feetshows-section-videos .thumb > .inner > a:hover figure img {
  transform: scale(1.025);
}

.feetshows-section-videos .thumb h3 {
  color: var(--fs-text);
  font-size: clamp(0.86rem, 2.7vw, 1.02rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.22;
  margin: 0;
  min-height: 3.3em;
  padding: 11px 11px 5px;
}

.feetshows-section-videos .thumb .info {
  background: transparent;
  color: var(--fs-muted);
  display: flex;
  font-size: 0.68rem;
  gap: 9px;
  padding: 0 11px 11px;
}

.feetshows-section-videos .thumb .info span {
  color: var(--fs-muted);
}

.feetshows-section-videos .thumb > .inner > footer {
  background: transparent;
}

.feetshows-section-videos .thumb-button {
  bottom: auto;
  right: 7px;
  top: 7px;
}

.feetshows-section-videos .thumb-links {
  background: var(--fs-bg-soft);
  border-top: 1px solid var(--fs-border);
}

.feetshows-section-videos .pages {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0 0;
}

.feetshows-section-videos .pages a,
.feetshows-section-videos .pages span {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  color: var(--fs-muted-strong);
  margin: 0;
}

.feetshows-section-videos .pages a:hover,
.feetshows-section-videos .pages a.active,
.feetshows-section-videos .pages span.active {
  background: var(--fs-accent-solid);
  border-color: var(--fs-accent-solid);
  color: #fff;
}

.feetshows-section-videos .video-wrapper,
.feetshows-section-videos .video-about,
.feetshows-section-videos .post-content,
.feetshows-section-videos .comments {
  background: var(--fs-bg-elevated);
  border: 1px solid var(--fs-border);
  border-radius: var(--fs-radius);
  color: var(--fs-muted-strong);
  overflow: hidden;
}

.feetshows-section-videos .video-column > h1 {
  color: var(--fs-text);
  font-size: clamp(1.45rem, 4vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 14px;
  text-transform: none;
}

.feetshows-section-videos #scroll-top {
  background: var(--fs-accent-solid);
  border-radius: 999px;
}

@media (min-width: 520px) {
  .feetshows-section-videos > main.wrapper {
    padding-inline: 20px;
  }
}

@media (min-width: 760px) {
  .feetshows-section-videos .thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .feetshows-section-videos > main.wrapper {
    padding-inline: 28px;
  }

  .feetshows-section-videos .thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1320px) {
  .feetshows-section-videos .thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
