/*
Theme Name: GottaGF App Theme
Version: 2.0.0
Description: GottaGF App Theme v2.0 — stable PG-13 fullscreen shell, members hub, x-rated sales page, influencer / Kylie sidebar.
Author: GottaGF Dev
*/


/* =========================================================
   RESET / BASE
   ====================================================== */

html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  background: #fff;
  color: #111;
}

img { max-width: 100%; height: auto; display: block; }

/* =========================================================
   HEADER / NAV
   ====================================================== */

.pg13-top-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 14px 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.pg13-logo {
  font-size: 20px;
  font-weight: 800;
  color: #111;
}
.pg13-logo span { color: #ff2e86; }

.pg13-top-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;                 /* take the middle space */
  justify-content: center; /* center links inside that space */
}


.pg13-top-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #444;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.pg13-top-link:hover {
  background: #f3f4f6;
  color: #111;
}

.pg13-top-link--active {
  background: #111;
  color: #fff !important;
}

/* Support pink pill */
.pg13-top-pill {
  border-radius: 999px;
  padding: 8px 18px;
  background: #ff2e86;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

/* X-Rated red pill */
.pg13-top-link--xrated {
  background: #e50914;
  color: #fff !important;
  border-radius: 999px;
  padding: 6px 14px;
}
.pg13-top-link--xrated:hover {
  background: #c10810;
  color: #fff !important;
}


/* Default site header (used on single video pages & non-app pages) */
.site-header {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 12px;
  display: none !important;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo-main {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.site-logo-q {
  color: #ff2e86;
  margin-left: 3px;
}

/* Hide default site header on app-style shells where we use pg13-top-nav */
body.tax-ggf_model .site-header,
body.home .site-header,
body.page-x-rated .site-header,
.xrated-shell .site-header,
.xrated-body .site-header {
  display: none !important;
}

/* Keep PG13 top nav flush to top; only offset when admin bar is visible */
.pg13-top-nav {
  top: 0;
}

.admin-bar .pg13-top-nav {
  top: 32px; /* standard desktop admin bar height */
}

@media (max-width: 782px) {
  .admin-bar .pg13-top-nav {
    top: 46px; /* taller admin bar on mobile */
  }
}



/* =========================================================
   MODEL PAGE BASE STYLING
   ====================================================== */

body.tax-ggf_model {
  background: #f5f5f7;
  font-size: 17px;
  line-height: 1.8;
  color: #111827;
}

body.tax-ggf_model main { margin-top: 40px; }

/* Header */
body.tax-ggf_model .ggf-model-header {
  max-width: 960px;
  margin: 32px auto 16px;
  padding: 24px 16px 8px;
}

body.tax-ggf_model .ggf-model-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

body.tax-ggf_model .ggf-model-avatar-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

body.tax-ggf_model .ggf-model-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tax-ggf_model .ggf-model-name {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 6px;
}

body.tax-ggf_model .ggf-model-story {
  font-size: 18px;
  color: #444;
  margin: 0;
}

/* =========================================================
   MODEL NAV TABS
   ====================================================== */

body.tax-ggf_model .ggf-model-tabs {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: #f3f4f6;
  margin: 18px auto 26px;
  gap: 4px;
}

body.tax-ggf_model .ggf-tab {
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  background: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.15s ease, color 0.15s ease;
}

body.tax-ggf_model .ggf-tab.active {
  background: #111;
  color: #fff;
}

/* =========================================================
   BIO + REQUESTS
   ====================================================== */

body.tax-ggf_model .ggf-model-bio {
  background: #fff;
  border-radius: 24px;
  max-width: 960px;
  margin: 0 auto 28px;
  padding: 22px 22px 26px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.12);
}

body.tax-ggf_model .ggf-model-bio-text {
  font-size: 19px;
  line-height: 1.95;
  color: #111827;
}

/* Compliments */
body.tax-ggf_model .model-requests {
  max-width: 960px;
  margin: 32px auto 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #444;
}

body.tax-ggf_model .model-requests > h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

body.tax-ggf_model .model-requests-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}

body.tax-ggf_model .model-request-item-inner {
  background: #fff;
  border-radius: 18px;
  padding: 12px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* =========================================================
   GALLERY GRID (UNIFIED)
   ====================================================== */

.model-gallery { padding: 16px; }

/* Recognize both old and new classnames */
.model-gallery-grid,
.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}

.model-gallery-item,
.gallery-item {
  position: relative;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
}

.model-gallery-item img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.ggf-set-pill--inline[data-rating="x"] {
  background: #ffeaf0;
  color: #d1003b;
}

/* Rating pill next to set title */
.model-set-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.ggf-set-pill {
  display: inline-block;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.ggf-set-pill--inline {
  background: #eef4ff;
  color: #2554ff;
}


/* =========================================================
   X-RATED PAGE THEME
   ====================================================== */

.xrated-shell,
.xrated-body {
  background: #000;
  color: #fff;
}

.xrated-shell .pg13-top-nav,
.xrated-body .pg13-top-nav {
  background: #000;
  border-bottom-color: rgba(255,255,255,0.1);
}

.xrated-shell .pg13-logo,
.xrated-body .pg13-logo {
  color: #fff;
}

.xrated-shell .pg13-logo span,
.xrated-body .pg13-logo span {
  color: #ff2d8d;
}

.xrated-shell .pg13-top-link,
.xrated-body .pg13-top-link {
  color: #f5f5f5;
}

/* =========================================================
   RESPONSIVE
   ====================================================== */

@media (max-width: 768px) {
  body.tax-ggf_model {
    font-size: 15px;
  }

  body.tax-ggf_model .ggf-model-name {
    font-size: 26px;
  }

  body.tax-ggf_model .ggf-model-bio-text {
    font-size: 17px;
  }

  body.tax-ggf_model .model-requests-list {
    grid-template-columns: 1fr;
  }

  .model-gallery-grid,
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
  }
}

/* === Restore header on single video pages === */
body.single-short_video .site-header {
  display: block !important;
}

/* === X-Rated: hide per-clip titles (set name) === */
.xrated-shell .ggf-title,
.xrated-body .ggf-title {
  display: none !important;
}

/* === X-Rated: center "Scroll for hotness" and use real text === */
/* Global swipe intro text (Scroll for hotness) */
.ggf-swipe-intro {
  display: block;
  max-width: 540px;
  margin: 12px auto 8px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.xrated-shell .ggf-swipe-intro,
.xrated-body .ggf-swipe-intro {
  max-width: 540px;
  margin: 12px auto 8px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

/* Disable the PG13 pseudo-label on X-Rated so inner text shows */
.xrated-shell .ggf-swipe-intro::before,
.xrated-body .ggf-swipe-intro::before {
  content: none;
}

/* =========================================================
   SINGLE short_video PAGE LAYOUT
   ====================================================== */

body.single-short_video {
  background: #f5f5f7;
}

/* Constrain main content to same width as model pages */
body.single-short_video #primary,
body.single-short_video .content-area,
body.single-short_video .site-main {
  max-width: 960px;
  margin: 32px auto 40px;
  padding: 0 16px;
}

/* Title + tiny description */
body.single-short_video h1.entry-title,
body.single-short_video .entry-title {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 4px;
}

body.single-short_video .entry-header p,
body.single-short_video .entry-content > p:first-of-type {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
}

/* Main image / video frame – be generous: target any <img> in content */
body.single-short_video .entry-content img,
body.single-short_video .post-thumbnail img,
body.single-short_video .short-video-player img,
body.single-short_video .short-video-player video,
body.single-short_video .ggf-video-frame img,
body.single-short_video .ggf-video-frame video,
body.single-short_video .content-area img {
  margin: 12px auto 16px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  display: block;
}

/* Previous / Next nav */
body.single-short_video .post-navigation,
body.single-short_video .nav-links {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

body.single-short_video .post-navigation a,
body.single-short_video .nav-links a {
  text-decoration: none;
  color: #111;
}

/* Use only the app nav on GottaGF shells */
body.tax-ggf_model .site-header,
.xrated-shell .site-header,
.xrated-body .site-header,
body.single-short_video .site-header {
  display: none !important;
}

/* =========================================================
   SINGLE short_video PAGE LAYOUT
   ====================================================== */

body.single-short_video {
  background: #f5f5f7;
}

/* Constrain content to same width as model pages */
body.single-short_video #primary,
body.single-short_video .content-area,
body.single-short_video .site-main {
  max-width: 960px;
  margin: 32px auto 48px;
  padding: 0 16px;
}

/* Center text + meta */
body.single-short_video .site-main,
body.single-short_video .entry-header,
body.single-short_video .entry-content,
body.single-short_video .post-navigation,
body.single-short_video .nav-links {
  text-align: center;
}

/* Title + set name */
body.single-short_video h1.entry-title,
body.single-short_video .entry-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
}

body.single-short_video .entry-header p,
body.single-short_video .entry-content > p:first-of-type {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}

/* “Back to Abigail White’s gallery” link */
body.single-short_video a[href*="Back to"],
body.single-short_video .back-to-gallery {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Main image / video frame: slightly bigger */
body.single-short_video .entry-content img,
body.single-short_video .entry-content video {
  max-width: 480px;
  width: 100%;
  margin: 16px auto 16px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.2);
  display: block;
}

/* Like button wrapper */
body.single-short_video .wp-ulike,
body.single-short_video .like-button-wrapper {
  display: inline-block;
  margin-top: 10px;
}

/* Previous / Next nav links */
body.single-short_video .post-navigation,
body.single-short_video .nav-links {
  margin-top: 16px;
  font-size: 13px;
}

body.single-short_video .post-navigation a,
body.single-short_video .nav-links a {
  text-decoration: none;
  color: #111;
}

/* =========================================================
   SINGLE short_video PAGE – CENTERED LAYOUT
   ====================================================== */

body.single-short_video {
  background: #f5f5f7;
}

/* Put the content in the same 960px column as model pages */
body.single-short_video #primary,
body.single-short_video .content-area,
body.single-short_video .site-main {
  max-width: 960px;
  margin: 32px auto 48px;
  padding: 0 16px;
}

/* Center header/meta text (Back link, title, set name) */
body.single-short_video .entry-header {
  text-align: center;
}

/* Back link line */
body.single-short_video .entry-header a {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Title + set name */
body.single-short_video h1.entry-title,
body.single-short_video .entry-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
}

body.single-short_video .entry-header p {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}

/* Main image/video – keep it big and centered */
body.single-short_video .entry-content img,
body.single-short_video .entry-content video {
  max-width: 480px;
  width: 100%;
  margin: 16px auto 16px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.2);
  display: block;
}

/* Like button */
body.single-short_video .wp-ulike,
body.single-short_video .like-button-wrapper {
  display: inline-block;
  margin-top: 10px;
}

/* Prev / Next links */
body.single-short_video .post-navigation,
body.single-short_video .nav-links {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

body.single-short_video .post-navigation a,
body.single-short_video .nav-links a {
  text-decoration: none;
  color: #111;
}

/* =========================================================
   GGF SINGLE VIDEO PAGE – UNIFIED CENTERED STYLE
   ====================================================== */

body.single-short_video .ggf-video-page {
  max-width: 960px;
  margin: 32px auto 48px;
  padding: 0 16px;
  text-align: center;
}

body.single-short_video .ggf-video-breadcrumb a {
  display: inline-block;
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  text-decoration: none;
}

body.single-short_video .ggf-video-header {
  margin-bottom: 8px;
}

body.single-short_video .ggf-video-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
}

body.single-short_video .ggf-video-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

body.single-short_video .ggf-video-frame video {
  max-width: 480px;
  width: 100%;
  margin: 16px auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.2);
  display: block;
}

body.single-short_video .ggf-video-actions {
  margin-top: 10px;
}

body.single-short_video .ggf-like-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ff2e86;
}

body.single-short_video .ggf-video-nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #111;
}

body.single-short_video .ggf-video-nav a {
  text-decoration: none;
  color: #111;
}

/* =========================================================
   MEMBERS PORTAL – BLOCK 1: MODEL GRID
   ====================================================== */

/* Shell for the /members/ page */
body.page-id-members .ggf-members-page,
body.page-template-members .ggf-members-page,
body.page .ggf-members-page {
  max-width: 1200px;
  margin: 32px auto 48px;
  padding: 0 16px;
}

/* Optional heading above the grid */
.ggf-members-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 18px;
  text-align: left;
}

/* Grid wrapper – 4 columns on desktop */
.ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 18px;
}

/* Individual model card */
.ggf-members-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 14px 14px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
  text-align: center;
}

.ggf-members-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Avatar */
.ggf-members-card-avatar {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name + subline */
.ggf-members-card-name {
  font-size: 15px;
  font-weight: 700;
  margin: 6px 0 2px;
}

.ggf-members-card-meta {
  font-size: 12px;
  color: #666;
}

/* Nav under the grid (Previous / Next “swipe” controls) */
.ggf-members-grid-nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.ggf-members-nav-btn {
  border-radius: 999px;
  padding: 7px 16px;
  border: none;
  background: #f3f4f6;
  color: #111;
  cursor: pointer;
  font-weight: 500;
}

.ggf-members-nav-btn--primary {
  background: #111;
  color: #fff;
}

/* RESPONSIVE: 2 columns on mobile, 3 on small tablets */
@media (max-width: 900px) {
  .ggf-members-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ggf-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MEMBERS PAGE – HIDE LEGACY HEADER
   ====================================================== */

body.page-template-members-hub .site-header {
  display: none !important;
}

/* =========================================================
   MEMBERS PORTAL – GRID + CARD STYLE
   ====================================================== */

/* Shell is already .ggf-members-page; just keep it centered */
.ggf-members-page {
  max-width: 1200px;
  margin: 32px auto 48px;
  padding: 0 16px;
}

/* Section heading */
.ggf-members-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 18px;
}

/* 4-column grid on desktop */
.ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 18px;
}

/* Card: mostly image, very light chrome */
.ggf-members-card {
  text-align: center;
}

.ggf-members-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Image tile – full width, soft radius + shadow */
.ggf-members-card-avatar {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 8px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  background: #000;
}

.ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Name under the image */
.ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 0;
}

/* On black members background, keep text bright */
.xrated-shell .ggf-members-card-name {
  color: #f9fafb;
}

/* Grid nav buttons (prev/next) */
.ggf-members-grid-nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.ggf-members-nav-btn {
  border-radius: 999px;
  padding: 7px 16px;
  border: none;
  background: #f3f4f6;
  color: #111;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.ggf-members-nav-btn--primary {
  background: #111;
  color: #fff;
}

/* Responsive: 3 columns on tablet, 2 on mobile */
@media (max-width: 900px) {
  .ggf-members-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ggf-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MEMBERS PORTAL – BLOCK 3 + BLOCK 4 (HALF-WIDTH)
   ====================================================== */

.members-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* GOTW card */
.members-gf-week-card {
  background: #111;
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
  color: #f9fafb;
}

.members-gf-week-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.members-gf-week-hero img {
  width: 100%;
  border-radius: 18px;
  display: block;
  margin-bottom: 10px;
}

/* Member Support placeholder */
.members-support-card {
  background: #111;
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
  color: #f9fafb;
}

.members-support-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.members-support-card p {
  margin: 0;
  font-size: 14px;
  color: #d4d4d8;
}

/* Stack GOTW + Support vertical on mobile */
@media (max-width: 900px) {
  .members-two-column {
    grid-template-columns: 1fr;
  }
}

/* Space between blocks */
.members-section {
  margin-bottom: 32px;
}

/* Clean heading style */
.ggf-members-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}

/* Grid: 4 per row on desktop */
.ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* Clean, image-forward tiles */
.ggf-members-card {
  text-align: center;
}

.ggf-members-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Almost all picture, light stroke, soft radius */
.ggf-members-card-avatar {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 6px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  background: #000;
}

.ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #f9fafb;
}

/* Prev / next under Block 1 */
.ggf-members-grid-nav {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.ggf-members-nav-btn {
  border-radius: 999px;
  padding: 6px 16px;
  border: none;
  background: #f3f4f6;
  color: #111;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.ggf-members-nav-btn--primary {
  background: #111;
  color: #fff;
}

/* MEMBERS – ultra-clean image tiles */

.ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ggf-members-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

.ggf-members-card-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* Almost pure image: no card chrome, just a soft radius + subtle shadow */
.ggf-members-card-avatar {
  width: 210px;
  max-width: 100%;
  margin: 0 auto 6px;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  background: #000;
}

.ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #f9fafb;
}

/* Breathing room between sections */
.members-section {
  margin-bottom: 32px;
}

/* MEMBERS – force ultra-minimal image tiles (override any older card styles) */

.members-shell .ggf-members-card {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.members-shell .ggf-members-card-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Image is the “card” */
.members-shell .ggf-members-card-avatar {
  width: 210px;
  max-width: 100%;
  margin: 0 auto 6px;
  border-radius: 18px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  background: #000;
}

.members-shell .ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.members-shell .ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #f9fafb;
}

/* Space between sections */
.members-section {
  margin-bottom: 32px;
}

/* MEMBERS – TikTok-style portrait tiles, ultra-minimal */

.members-shell .ggf-members-card,
.members-shell .ggf-members-card-link {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Portrait image as the “card” */
.members-shell .ggf-members-card-avatar {
  width: 240px;                /* a bit bigger */
  max-width: 100%;
  aspect-ratio: 9 / 16;        /* tall like a phone video */
  margin: 0 auto 6px;
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  background: #000;
}

.members-shell .ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.members-shell .ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #f9fafb;
}

/* Space between rows */
.members-section {
  margin-bottom: 32px;
}

/* MEMBERS – TikTok-style portrait tiles, ultra-minimal override */

.members-shell .ggf-members-card,
.members-shell .ggf-members-card-link {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Portrait video-style thumb is the “card” */
.members-shell .ggf-members-card-avatar {
  width: 240px;              /* bigger tile */
  max-width: 100%;
  aspect-ratio: 9 / 16;      /* tall, phone-style */
  margin: 0 auto 6px;
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  background: #000;
}

.members-shell .ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.members-shell .ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #f9fafb;
}

/* Space between rows */
.members-section {
  margin-bottom: 32px;
}

/* MEMBERS HUB — TikTok-style portrait tiles, ultra minimal */

body.page-template-members-hub .ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: flex-start;
}

/* Remove any existing “card” chrome */
body.page-template-members-hub .ggf-members-card,
body.page-template-members-hub .ggf-members-card-link {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Portrait video-style thumb is the card */
body.page-template-members-hub .ggf-members-card-avatar {
  width: 220px;              /* tweak up/down for size */
  max-width: 100%;
  aspect-ratio: 9 / 16;      /* tall, phone-style */
  margin: 0 auto 6px;
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  background: #000;
}

body.page-template-members-hub .ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Label under the tile */
body.page-template-members-hub .ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 0;
  text-align: center;
  color: #f9fafb;
}

/* Extra breathing room between the main blocks */
body.page-template-members-hub .members-section {
  margin-bottom: 36px;
}

/* MEMBERS HUB — TikTok-style portrait tiles, ultra minimal */

body.page-template-members-hub .ggf-members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: flex-start;
}

/* Remove any existing “card” chrome */
body.page-template-members-hub .ggf-members-card,
body.page-template-members-hub .ggf-members-card-link {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Portrait video-style thumb is the card */
body.page-template-members-hub .ggf-members-card-avatar {
  width: 220px;              /* tweak up/down for size */
  max-width: 100%;
  aspect-ratio: 9 / 16;      /* tall, phone-style */
  margin: 0 auto 6px;
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
  background: #000;
}

body.page-template-members-hub .ggf-members-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Label under the tile */
body.page-template-members-hub .ggf-members-card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 0;
  text-align: center;
  color: #f9fafb;
}

/* Extra breathing room between the main blocks */
body.page-template-members-hub .members-section {
  margin-bottom: 36px;
}

/* =========================================================
   MEMBERS HUB — CLEAN SLATE PORTRAIT GRID
   ====================================================== */

body.page-template-members-hub {
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.members-hub {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 16px;
}

.mh-welcome {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 4px;
}

.mh-subtitle {
  font-size: 15px;
  color: #bbb;
  margin: 0 0 24px;
}

.mh-section {
  margin-bottom: 40px;
}

.mh-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* ===== GRID ===== */
.mh-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* ===== TILE ===== */
.mh-tile {
  text-align: center;
}

.mh-tile-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.mh-thumb {
  width: 220px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  background: #111;
}

.mh-label {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #f9fafb;
}

/* ===== TWO COLUMN (GOTW + SUPPORT) ===== */
.mh-two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.mh-gotw-card,
.mh-placeholder {
  background: #111;
  border-radius: 20px;
  padding: 20px;
}

.mh-gotw-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 10px;
}

.mh-meta {
  font-size: 13px;
  color: #ccc;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .mh-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mh-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   FEED-SPECIFIC TWEAKS (GLOBAL PG13 / X-RATED)
   ====================================================== */

/* Hide set name subtitles in global feeds to keep tiles clean */
.ggf-feed .ggf-video-subtitle,
.pg13-fullscreen-shell .ggf-video-subtitle,
.xrated-shell .ggf-video-subtitle {
  display: none !important;
}

/* Hide large feed titles in fullscreen / swipe feeds (home PG13, X-rated members, model swipe) */
.pg13-fullscreen-shell .ggf-title,
.model-feed-swipe .ggf-title,
.xrated-shell .ggf-title {
  display: none !important;
}


/* =========================================================
   X-RATED LANDING – STACK FEED ABOVE FORM (ALL VIEWPORTS)
   ====================================================== */

/* Use page-id so this only touches /x-rated/ */
body.page-id-1737 .ggf-x-landing-inner {
  display: flex;
  flex-direction: column !important; /* override plugin's row layout */
  align-items: center;
  gap: 32px;
}

/* Make both sections full-width, like the PG13 feed */
body.page-id-1737 .ggf-x-landing-video,
body.page-id-1737 .ggf-x-landing-form {
  width: 100% !important;
  max-width: 720px;  /* or 700 / 768 – tweak until it feels right */
}

/* Stack the tiles cleanly */
body.page-id-1737 .ggf-x-landing-player-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Let each video tile span the full column */
body.page-id-1737 .ggf-x-landing-player {
  width: 100%;
}


/* =========================================================
   X-RATED LANDING – FORCE PG13-STYLE TILE SIZING
   Target page: /x-rated/ (page-id-1737)
   ====================================================== */

body.page-id-1737 .ggf-x-landing-player .ggf-x-landing-video-tag {
  width: 100% !important;
  max-width: 480px !important;   /* bump to 520/540 if you want larger */
  aspect-ratio: 9 / 16 !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.45) !important;
}

/* Center each tile and add spacing between them */
body.page-id-1737 .ggf-x-landing-player {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto 32px !important;
}

/* Keep the whole stack nicely narrowed like PG13 feed */
body.page-id-1737 .ggf-x-landing-player-stack {
  max-width: 520px;
  margin: 24px auto 8px;
}

/* =========================================================
   X-RATED LANDING – FINAL TILE SIZE TWEAK
   Target: /x-rated/ (page-id-1737)
   ====================================================== */

/* Make the stack itself a bit wider and centered */
body.page-id-1737 .ggf-x-landing-player-stack {
  max-width: 560px !important;   /* bump up or down to taste */
  margin: 32px auto 8px !important;
}

/* Make each video tile big + PG13-style */
body.page-id-1737 .ggf-x-landing-player .ggf-x-landing-video-tag {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;   /* match stack width */
  margin: 0 auto 24px !important;

  border-radius: 22px !important;
  box-shadow: 0 20px 50px rgba(15,23,42,0.55) !important;

  /* keep tall portrait vibe */
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
}

/* =========================================================
   HOME – LEFT FOOTER SIDEBAR LINKS (TikTok-style)
   Shown on PG13 fullscreen homepage template only
   ====================================================== */

.pg13-fullscreen-shell .ggf-left-footer {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;          /* larger base font */
  color: #555555;           /* medium gray for legibility */
  pointer-events: auto;
}

/* Links */
.pg13-fullscreen-shell .ggf-left-footer a {
  text-decoration: none;
  color: #555555;           /* same as base */
  transition: color 0.2s ease;
}

.pg13-fullscreen-shell .ggf-left-footer a:hover {
  color: #ff2e86;           /* pink hover color */
}

/* Copyright line */
.pg13-fullscreen-shell .ggf-left-footer-copy {
  margin-top: 6px;
  font-size: 15px;
  color: #777777;
}

/* Hide on very small screens so it doesn't compete with feed UI */
@media (max-width: 640px) {
  .pg13-fullscreen-shell .ggf-left-footer {
    display: none;
  }
}

/* =========================================================
   FIX: iOS email input overflow on X-RATED landing
   ====================================================== */
body.page-id-1737 .ggf-x-landing-form input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 12px; /* prevents text from touching edge */
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  body.page-id-1737 .ggf-x-landing-form input[type="email"] {
    max-width: calc(100% - 8px) !important;
  }
}

/* =========================================================
   FIX: Remove legacy PG13 heart bubble (replaced by overlay)
   ====================================================== */
.pg13-fullscreen-shell .model-feed-swipe .ggf-player::after,
.pg13-fullscreen-shell .ggf-feed.fullscreen .ggf-player::after,
body.home .model-feed-swipe .ggf-player::after {
  content: none !important;
  display: none !important;
}

/* =========================================================
   FIX: Remove legacy standalone heart button on PG13 feed
   (we now use the in-frame overlay like button instead)
   ====================================================== */

/* Old Short-Form Video hearts – desktop & mobile */
.pg13-fullscreen-shell .sfv-like-button,
.pg13-fullscreen-shell .sfv-like-toggle,
.pg13-fullscreen-shell .sfv-like-wrapper,
.pg13-fullscreen-shell .sfv-like-column,
.pg13-fullscreen-shell .sfv-mobile-like,
.pg13-fullscreen-shell .sfv-icon-like {
  display: none !important;
}

/* Catch-all: any sfv* element whose class name includes "like" */
.pg13-fullscreen-shell [class*="sfv"][class*="like"] {
  display: none !important;
}


/* =========================================================
   Minimal account UI chip (login / logout)
   ====================================================== */
.ggf-account-chip {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 999;
  background: rgba(0,0,0,0.65);
  border-radius: 999px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Helvetica Neue", -apple-system, system-ui, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.ggf-account-name {
  opacity: 0.9;
}

.ggf-account-login,
.ggf-account-signup,
.ggf-account-members,
.ggf-account-logout {
  color: #ff2c71;
  text-decoration: none;
  font-weight: 600;
}


.ggf-account-login:hover,
.ggf-account-signup:hover,
.ggf-account-logout:hover {
  text-decoration: underline;
}

.ggf-account-sep {
  color: #999999;
}


/* Join Page */
.ggf-join-wrapper {
  max-width: 420px;
  margin: 80px auto;
  padding: 40px;
  background: rgba(0,0,0,0.85);
  border-radius: 16px;
  color: #ffffff;
  text-align: center;
}
.ggf-join-wrapper h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.ggf-join-errors {
  background: #ff2c71;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}
.ggf-join-form .ggf-field {
  margin-bottom: 12px;
}
.ggf-join-form input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #222222;
  color: #ffffff;
  font-size: 14px;
}
.ggf-join-form input::placeholder {
  color: #888888;
}
.ggf-btn-primary {
  background: #ff2c71;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.ggf-btn-primary:hover {
  background: #ff4789;
}

.ggf-join-logo {
  margin-bottom: 16px;
}
.ggf-join-logo img {
  max-width: 180px;
  height: auto;
}


/* Hide account chip on fullscreen PG13 shell to avoid overlap with Login pill */
.pg13-fullscreen-shell .ggf-account-chip {
  display: none;
}


2. Our **`.ggf-account-chip`** is rendered immediately after `<header class="site-header">` and before the PG-13 shell. :contentReference[oaicite:1]{index=1}  

3. The plugin CSS (in `ggf-frontend.css`) positions that chip in a way that works perfectly for normal users, but when the admin bar is present the chip ends up effectively **above the visible viewport**. That’s why you can only see a sliver when you “tug” the page down.

Regular users (no admin bar) should already be seeing the chip correctly — this is mostly an **admin-view bug**.

### Simple fix: override the chip position in your theme CSS

Add this block **at the very bottom** of `style.css` in `gottagf-app-theme-1.1.5` (or 1.1.6 when you bump it):

```css
/* === GGF account chip positioning overrides === */

.ggf-account-chip {
  position: fixed;
  top: 64px;          /* below the PG-13 nav on normal users */
  right: 24px;
  z-index: 9998;      /* above page content, below WP admin bar (9999-ish) */
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 13px;
  font-family: "Helvetica Neue", -apple-system, system-ui, sans-serif;
  text-decoration: none;
}

/* Tweak when the WordPress admin bar is visible */
body.admin-bar .ggf-account-chip {
  top: 96px;          /* push it down so it sits below the black WP bar + your nav */
}

/* Small-screen adjustment */
@media (max-width: 782px) {
  .ggf-account-chip {
    top: 72px;
    right: 12px;
    font-size: 12px;
  }

  body.admin-bar .ggf-account-chip {
    top: 104px;
  }
}

/* Minor cosmetics for the inner bits, in case plugin CSS is weird */
.ggf-account-name {
  font-weight: 600;
}

.ggf-account-chip a {
  color: inherit;
  text-decoration: none;
}

.ggf-account-chip a:hover {
  text-decoration: underline;
}

body.admin-bar .ggf-account-chip {
  display: none;
}

.pg13-top-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pg13-top-pill--members {
  background-color: #ffffff;
  color: #ff2c71;
  border: 1px solid #ff2c71;
}
.pg13-top-pill--members:hover {
  background-color: #ffe6f0;
}

/* On the PG-13 fullscreen home, hide the main site header */
body.home.page-template-pg13-swipe-fullscreen .site-header {
  display: none;
}

/* Improve visibility of Tap to Unmute text */
.ggf-unmute-tip {
  color: rgba(255, 255, 255, 0.95);   /* brighter white for better contrast */
  font-weight: 600;                   /* slightly bolder */
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6); /* glow for visibility on light or complex video backgrounds */
  letter-spacing: 0.3px;
}

/* Optional subtle pulse for attention */
@keyframes unmutePulse {
  0% { opacity: 1; }
  50% { opacity: 0.6; }
  100% { opacity: 1; }
}

.ggf-unmute-tip {
  animation: unmutePulse 2.8s ease-in-out infinite;
}

/* === Align logo + nav spacing on PG-13 home with X-Rated/Members === */

/* Remove extra gap under the logo on the home PG-13 feed */
body.home .site-header {
  margin-bottom: 0;
}

/* Kill any extra top spacing on the PG-13 shell directly under the header */
body.home .site-header + .pg13-fullscreen-shell {
  margin-top: 0;
  padding-top: 0;
}

/* Make sure the PG-13 top nav itself sits flush under the logo on home */
body.home .pg13-top-nav {
  margin-top: 0;
}


/* All Girlfriends page – search bar polish */
.page-template-members-models .ggf-members-heading {
  max-width: 1100px;
  margin: 0 auto 24px;
}

.page-template-members-models .ggf-members-search {
  max-width: 1100px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-template-members-models .ggf-members-search input[type="text"] {
  flex: 0 0 260px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 14px;
}

.page-template-members-models .ggf-members-search button[type="submit"] {
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: #ff2b92;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.page-template-members-models .ggf-members-search button[type="submit"]:hover {
  opacity: 0.9;
}

/* All Girlfriends page – background fix */
body.page-template-members-models {
  background: #000;
}


/* Members Hub – "View all girlfriends" link */
.mh-section.members-girlfriends {
  margin-bottom: 32px;
}

.mh-more-link {
  margin-top: 12px;
  text-align: right; /* or left if you prefer */
}

.mh-more-link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.mh-more-link a:hover {
  text-decoration: underline;
}

/* Updates page – set label + rating pill */
.members-updates .mh-label--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 6px;
}

.members-updates .mh-set-name {
  font-weight: 600;
}

.members-updates .mh-set-pill {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.members-updates .mh-set-pill--pg13 {
  background: #1e88e5;
  color: #fff;
}

.members-updates .mh-set-pill--xrated {
  background: #ff2b92;
  color: #fff;
}

/* Meta line under thumb */
.members-updates .mh-meta {
  margin-top: 6px;
  font-size: 13px;
  color: #bbb;
  text-align: center;
}

.members-updates .mh-meta-model {
  font-weight: 600;
  color: #fff;
}

.members-updates .mh-meta-sep {
  margin: 0 6px;
  opacity: 0.5;
}

.members-updates .mh-meta-date {
  color: #999;
}

/* Members Hub – logout pill */
.pg13-top-pill--logout {
  margin-right: 8px;
  background: #333;
  color: #fff;
}

.pg13-top-pill--logout:hover {
  background: #555;
}
/* Set label + rating pill – shared between members pages */
.members-updates .mh-label--top,
.members-hub .mh-label--top {
  display: flex;
  justify-content: space-between;
  align-items: center;      /* vertically center text + pill */
  padding: 0 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.members-updates .mh-set-name,
.members-hub .mh-set-name {
  font-weight: 600;
  line-height: 1.2;
}

/* Pills */
.members-updates .mh-set-pill,
.members-hub .mh-set-pill {
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.members-updates .mh-set-pill--pg13,
.members-hub .mh-set-pill--pg13 {
  background: #1e88e5;
  color: #fff;
}

.members-updates .mh-set-pill--xrated,
.members-hub .mh-set-pill--xrated {
  background: #ff2b92;
  color: #fff;
}

/* Make members pages full-black, no white footer strip */
body.page-template-members-hub,
body.page-template-members-updates,
body.page-template-members-models {
  background: #000 !important;
}

body.page-template-members-hub footer.container,
body.page-template-members-updates footer.container,
body.page-template-members-models footer.container {
  background: transparent !important;
}

/* Set label + rating pill – shared between members pages */
.members-updates .mh-label--top,
.members-hub .mh-label--top {
  display: flex;
  justify-content: flex-start;   /* keep label + pill together */
  align-items: center;
  gap: 8px;                      /* small space between name and pill */
  padding: 0 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.members-updates .mh-set-name,
.members-hub .mh-set-name {
  font-weight: 600;
  line-height: 1.2;
}

/* Pills */
.members-updates .mh-set-pill,
.members-hub .mh-set-pill {
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.members-updates .mh-set-pill--pg13,
.members-hub .mh-set-pill--pg13 {
  background: #1e88e5;
  color: #fff;
}

.members-updates .mh-set-pill--xrated,
.members-hub .mh-set-pill--xrated {
  background: #ff2b92;
  color: #fff;
}


/* ===== Members hub bottom layout (GOTW + Support) ===== */

.members-hub .members-gotw,
.members-hub .members-support {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

/* Make sure the two sections sit on the same row, with a little gap */
.members-hub .members-gotw {
  margin-right: 2%;
}

/* On narrow screens, stack them again */
@media (max-width: 900px) {
  .members-hub .members-gotw,
  .members-hub .members-support {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

/* Set label + rating pill – shared between members pages */
.members-updates .mh-label--top,
.members-hub .mh-label--top {
  display: flex;
  justify-content: flex-start;   /* keep label + pill grouped on the left */
  align-items: center;
  gap: 8px;                      /* small space between name and pill */
  padding: 0 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.members-updates .mh-set-name,
.members-hub .mh-set-name {
  font-weight: 600;
  line-height: 1.2;
}

/* Pills */
.members-updates .mh-set-pill,
.members-hub .mh-set-pill {
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.members-updates .mh-set-pill--pg13,
.members-hub .mh-set-pill--pg13 {
  background: #1e88e5;
  color: #fff;
}

.members-updates .mh-set-pill--xrated,
.members-hub .mh-set-pill--xrated {
  background: #ff2b92;
  color: #fff;
}


/********************************************
 * GLOBAL HEADER + SPACING OVERRIDES
 * Dec 2025 refinement – do NOT edit above
 ********************************************/

/* 1) Kill wasted white bar at top on home ( / ) */
body.home {
    margin-top: 0;
    padding-top: 0;
}

/* Some themes add padding to the main wrapper – neutralize only on home */
body.home .ggf-main,
body.home .site-content,
body.home .page-wrapper {
    margin-top: 0;
    padding-top: 0;
}

/* 2) Header layout: keep logo left, nav perfectly centered, account pill right */
.ggf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left logo */
.ggf-header-logo {
    flex: 0 0 auto;
}

/* Center nav (PG13 / X-Rated pills) */
.ggf-header-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    gap: 0.75rem; /* small space between pills */
    text-align: center;
}

/* Right account (Members / Login / Logout pill) */
.ggf-header-account {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

/* Prevent the right pill from nudging the center nav */
.ggf-header-account .pill,
.ggf-header-account a {
    margin-left: 0;
}

/* If you previously had global text-align on header, neutralize it */
.ggf-header,
.ggf-header *[class*="nav"] {
    text-align: initial;
}

/* 3) Ensure "Scroll For Hotness!" and nav are visually centered over feed */
.ggf-scroll-label {
    text-align: center;
    margin: 0.5rem 0 0.75rem 0;
}

.ggf-feed-wrapper {
    margin: 0 auto;
}

/* If feed has a max-width, center it */
.ggf-feed-wrapper,
.ggf-feed-inner {
    max-width: 100%;
}

/* 4) Members area – white background pages: remove top bar */
body.single-ggf_model,
body.tax-ggf_model,
body.single-short_video {
    margin-top: 0;
    padding-top: 0;
}

/* In case content wrapper is adding its own top space */
body.single-ggf_model .ggf-main,
body.tax-ggf_model .ggf-main,
body.single-short_video .ggf-main {
    margin-top: 0;
    padding-top: 0;
}

/* Make sure the white-background pages still look intentional */
body.single-ggf_model .ggf-main,
body.tax-ggf_model .ggf-main,
body.single-short_video .ggf-main {
    background: #ffffff;
}

/********************************************
 * X-RATED LANDING OVERRIDES – Dec 2025
 ********************************************/

/* 1) Make X-Rated feed width match home feed visually */
.x-rated-landing,
.x-rated-landing .x-rated-main {
    margin: 0;
    padding: 0;
    background: #000000;
}

/* Wrap around the inline feed – adjust to your actual container */
.x-rated-landing .x-feed-wrapper,
.x-rated-landing .x-feed-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

/* Ensure each video tile/card spans the full feed width */
.x-rated-landing .short-video-card,
.x-rated-landing .x-video-item,
.x-rated-landing .x-video-wrapper {
    width: 100%;
    max-width: 100%;
}

/* Make the video players themselves full-width and responsive */
.x-rated-landing video,
.x-rated-landing .x-video-player {
    width: 100%;
    height: auto;
    display: block;
}

/* 2) CTA block aligns perfectly with feed width */
.x-rated-landing .x-cta-block {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem auto 2rem auto;
    padding: 1.25rem 1rem;
    text-align: center;
}

/* If CTA previously had a max-width container, neutralize it */
.x-rated-landing .x-cta-inner {
    max-width: 100%;
    margin: 0;
}

/* 3) Kill any leftover overlay / sliver image from old join gate */
.x-rated-landing .x-join-overlay,
.x-rated-landing .x-gate-overlay,
.x-rated-landing .x-gate-bg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.page-id-1737 {
    background: #000;
}

.x-rated-landing {
    min-height: 100vh;
}

/* Remove accidental bottom margins on the last elements */
.x-rated-landing .x-feed-wrapper,
.x-rated-landing .x-feed-inner,
.x-rated-landing .x-cta-block,
.x-rated-landing .x-footer-spacer {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* For mobile/iPad portrait, make sure nothing is shrinking the videos */
@media (max-width: 1024px) {
    .x-rated-landing .x-feed-wrapper,
    .x-rated-landing .x-feed-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Home page should stay white */
body.home {
    background: #ffffff !important;
}

/* X-Rated page only – keep its background dark without touching others */
body.page-id-1737 {
    background: #000000 !important;
}

/********************************************
 * X-RATED DESKTOP TUNING – keep iOS as-is
 ********************************************/

/* Desktop & large tablet only */
@media (min-width: 1024px) {

  /* Each X-rated player gets tall enough for the observer to "see" it */
  body.page-id-1737 .ggf-x-landing-player {
    min-height: 80vh;              /* big enough slice of screen */
    display: flex;
    align-items: center;           /* centers video vertically in that slice */
    margin: 0 auto 64px auto;      /* spacing between players */
    max-width: 900px;              /* widen as needed */
  }

  body.page-id-1737 .ggf-x-landing-player video,
  body.page-id-1737 .ggf-x-landing-player .ggf-x-landing-video-tag {
    width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: cover;
    display: block;
  }
}

/********************************************
 * X-RATED LANDING – FINAL DESKTOP PASS
 ********************************************/

/* Desktop & large tablet only – make each tile taller and more dominant */
@media (min-width: 1024px) {
  body.page-id-1737 .ggf-x-landing-player {
    min-height: 85vh;          /* taller slice so the observer "sees" each tile */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 64px auto;
    max-width: 900px;
  }

  body.page-id-1737 .ggf-x-landing-player video,
  body.page-id-1737 .ggf-x-landing-player .ggf-x-landing-video-tag {
    width: 100%;
    max-width: 640px;          /* bump from 560 → 640 for a visibly larger video */
    max-height: 90vh;          /* let it grow taller on desktop */
    height: auto;
    display: block;
    object-fit: cover;
  }
}

/* Make sure the landing shell + footer are all dark with no white strip */
body.page-id-1737 #page,
body.page-id-1737 .site-footer {
  background: #000000 !important;
}

body.page-id-1737 .site-footer {
  color: #ffffff;
  margin-top: 0;
  padding-top: 0.5rem;   /* small breathing room if text shows */
}

/* Belt-and-braces: no extra bottom padding on the last elements */
body.page-id-1737 .x-rated-landing,
body.page-id-1737 .x-rated-landing .x-feed-wrapper,
body.page-id-1737 .x-rated-landing .x-feed-inner,
body.page-id-1737 .x-rated-landing .x-cta-block {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 2. /x-rated/ – kill white strip at bottom */
body.page-id-1737,
body.page-id-1737 #page,
body.page-id-1737 .site-footer {
  background: #000000 !important;
}

body.page-id-1737 .site-footer {
  color: #ffffff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* 3. /members/girlfriends/ – kill white strip at bottom */
body.page-template-members-models,
body.page-template-members-models #page,
body.page-template-members-models .site-footer {
  background: #000000 !important;
}

body.page-template-members-models .site-footer {
  color: #ffffff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

/********************************************
 * Dec 7 – X-Rated & Members final polish
 ********************************************/

/* 1. /x-rated/ – widen the vertical stack */
body.page-id-1737 .ggf-x-landing-player-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 720px;        /* bump this up/down to taste */
  margin: 0 auto;
}

/* /x-rated/ – make the shell fill the viewport cleanly */
.x-rated-landing-page {
  min-height: 100vh;
}

/* Remove accidental “extra” bottom spacing in the X-rated stack */
.x-rated-landing-page .ggf-x-landing-wrapper {
  padding-bottom: 32px;
}

body.page-id-1737 .site-footer,
body.page-id-1737 footer.container {
  background: #000;
  color: #fff;
}

/********************************************
 * HOTFIX: /x-rated/ – final desktop width
 ********************************************/

/* Make the video column and tiles wider on desktop */
@media (min-width: 1024px) {
  body.page-id-1737 .ggf-x-landing-player-stack {
    max-width: 720px !important;    /* bump this up/down to taste */
    margin: 32px auto 16px !important;
  }

  body.page-id-1737 .ggf-x-landing-player .ggf-x-landing-video-tag {
    max-width: 720px !important;    /* match stack width */
  }
}

/********************************************
 * Members header – keep pills on the right
 ********************************************/

/* On members shell pages: logo left, pills right */
.members-shell .pg13-top-nav {
  display: flex;
  align-items: center;
}

/* Logo stays pinned to the left */
.members-shell .pg13-logo {
  margin-right: auto;   /* pushes everything else away to the right */
}

/* Log out + Support pills live on the right edge */
.members-shell .pg13-top-pill--logout,
.members-shell .pg13-top-pill--support {
  margin-left: 8px;     /* small gap between the two pills */
}

/* Make sure the second pill doesn’t wrap under on mobile */
@media (max-width: 600px) {
  .members-shell .pg13-top-nav {
    flex-wrap: nowrap;
  }
}

/********************************************
 * Model pages – Support pill back to the right
 ********************************************/

body.single-ggf_model .pg13-top-nav,
body.tax-ggf_model .pg13-top-nav {
  display: flex;
  align-items: center;
}

/* Keep logo on the left, let nav do its own absolute centering */
body.single-ggf_model .pg13-logo,
body.tax-ggf_model .pg13-logo {
  margin-right: auto;
}

/* Support pill pinned to the far right */
body.single-ggf_model .pg13-top-pill--support,
body.tax-ggf_model .pg13-top-pill--support {
  margin-left: auto;
}

/********************************************
 * Global header – perfect center nav on desktop
 ********************************************/
@media (min-width: 900px) {
  .pg13-top-nav {
    position: sticky;  /* was relative */
    top: 0;
    z-index: 999;      /* keep it above the feed */
  }

  .pg13-top-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: 0 0 auto;
    justify-content: center;
  }

  /* rest of the media-query stays as-is */
}


  /* Logo stays left, pills stay right */
  .pg13-logo {
    position: relative;
    z-index: 2;
  }

  .pg13-top-actions {
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}

/********************************************
 * X-Rated Static Landing (/x-rated/)
 ********************************************/
.xlanding-shell {
  background: #000;
  color: #fff;
  min-height: 100vh;
}

body.page-template-x-rated-landing-static,
body.page-template-x-rated-landing-static #page {
  background: #000;
}

.xlanding-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px 80px;
}

.xlanding-scroll-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.7);
}

.xlanding-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.xlanding-player {
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.8);
}

.xlanding-video {
  display: block;
  width: 100%;
  height: auto;
}


/********************************************
 * X-Rated Static Landing – Black Canvas
 * (page-x-rated-landing.php only)
 ********************************************/

/* Make the whole page sit on black */
.page-template-page-x-rated-landing {
  background-color: #000;
}

/* In case the theme wraps content in a container */
.page-template-page-x-rated-landing #page,
.page-template-page-x-rated-landing .xlanding-shell,
.page-template-page-x-rated-landing .xlanding-main,
.page-template-page-x-rated-landing .xlanding-stack {
  background-color: #000;
}

/* Header strip: black instead of white, no drop shadow */
.page-template-page-x-rated-landing .pg13-top-nav {
  background: #000;
  box-shadow: none;
}

/* Nav text in header should be white on black */
.page-template-page-x-rated-landing .pg13-top-links .pg13-top-link {
  color: #fff;
}

/* Active X-Rated pill still pink on black */
.page-template-page-x-rated-landing .pg13-top-link--xrated {
  color: #fff;
}

/* Login / Members pills stay bright on dark header */
.page-template-page-x-rated-landing .pg13-top-pill {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
}

/* Scroll label over dark background */
.page-template-page-x-rated-landing .xlanding-scroll-label {
  color: #f5f5f5;
}

/* Extra safety: remove any white strip at the bottom */
.page-template-page-x-rated-landing body,
.page-template-page-x-rated-landing html {
  background-color: #000;
}

/* === X-Rated landing: logo color fix === */
/* Page id for /x-rated/ */
body.page-id-1737 .pg13-logo {
  color: #ffffff;
}

body.page-id-1737 .pg13-logo span {
  color: #ff2b92; /* GottaGF pink */
}

/* === Global username overlay upgrade (PG13, X-Rated members, Model swipe) === */
.ggf-model-name {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85) !important;
  letter-spacing: 0.02em;
}

/* === /x-rated-members/ header alignment === */
/* Body class will be page-x-rated-members for that slug */
body.page-x-rated-members .pg13-top-nav {
  display: flex;
  align-items: center;
}

/* Push the pill group (Support / Logout) to the far right on this page */
body.page-x-rated-members .pg13-top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* X-Rated static landing: logo color */
.page-template-page-x-rated-landing .pg13-logo {
  color: #ffffff;
}

.page-template-page-x-rated-landing .pg13-logo span {
  color: #ff2b92; /* GottaGF pink */
}

/* =========================================================
   /x-rated/ STATIC LANDING – CTA ONLY (no video sizing)
   Template: page-x-rated-landing.php
   ====================================================== */

/* Safety: make sure this page stays dark, without touching others */
body.page-template-page-x-rated-landing {
  background: #000000;
}

/* Small label above the stack – safe, text only */
.xlanding-scroll-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin: 12px 0 18px;
}

/********************************************
 * X-Rated Static Landing CTA – FINAL TUNED
 ********************************************/
.xlanding-cta {
  max-width: 720px;                 /* match .ggf-x-landing-player-stack */
  width: 100%;
  margin: 32px auto 120px;          /* extra bottom margin pushes last video out of view */
  padding: 28px 32px 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top left,
                              #ff4ba0 0%,
                              #ff2e86 35%,
                              #7b1fa2 75%,
                              #111 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.xlanding-cta h2 {
  margin: 0 0 16px;
  font-size: 24px;                  /* bumped up */
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.xlanding-cta p {
  margin: 0 0 18px;
  font-size: 15px;                  /* slightly larger body copy */
  line-height: 1.6;
  max-width: 36rem;
  opacity: 0.95;
}

/* Button inside CTA */
.xlanding-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  max-width: 100%;
  padding: 0.8em 2.6em;

  height: 46px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;

  margin-top: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.75);
  transform: translateY(0);
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out;
}

.xlanding-cta-button:hover,
.xlanding-cta-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.85);
  outline: none;
}

.xlanding-cta-footnote {
  margin-top: 10px;
  font-size: 13px;                  /* up from 12 */
  line-height: 1.5;
  opacity: 0.85;
}

/* X-Rated landing CTA – mobile containment */
@media (max-width: 767px) {
  .xlanding-cta {
    margin: 24px 16px 64px;         /* a bit more bottom air on mobile too */
    padding: 20px 18px 18px;
  }

  .xlanding-cta-button {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    white-space: normal;
  }
}



/* =========================================================
   /influencers/ – dark marketing landing styling
   Page ID: 1795
   ====================================================== */

body.page-id-1795 {
  background: #000000;
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

/* Links on this page */
body.page-id-1795 a {
  color: #7dd3fc;
  text-decoration: none;
}

body.page-id-1795 a:hover {
  text-decoration: underline;
}

/* Shared layout container on this page only */
body.page-id-1795 .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero section */
body.page-id-1795 .influencer-hero {
  padding: 56px 0 32px;
  text-align: center;
}

body.page-id-1795 .influencer-hero h1 {
  font-size: clamp(1.9rem, 2.4vw + 1rem, 2.8rem);
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 800;
}

body.page-id-1795 .influencer-hero .lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 40rem;
  margin: 0 auto 20px;
  opacity: 0.9;
}

/* Section headings */
body.page-id-1795 h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 32px 0 12px;
  text-align: center;
}

/* Light background sections (those with bg-light class) */
body.page-id-1795 .bg-light {
  background: #020617;
}

body.page-id-1795 section {
  padding: 32px 0;
}

/* Comparison table */
body.page-id-1795 .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 0.95rem;
}

body.page-id-1795 .comparison-table th,
body.page-id-1795 .comparison-table td {
  border: 1px solid #1f2933;
  padding: 10px 12px;
}

body.page-id-1795 .comparison-table th {
  background: #111827;
  font-weight: 700;
}

/* Image example */
body.page-id-1795 img.mx-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  max-width: 100%;
}

/* Apply form card */
body.page-id-1795 .apply-form .max-w-lg {
  max-width: 520px;
  margin: 0 auto;
  background: radial-gradient(circle at top left, #111 0%, #020617 50%, #000 100%);
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.85);
}

@media (min-width: 768px) {
  body.page-id-1795 .apply-form .max-w-lg {
    padding: 32px 28px;
  }
}

/* Inputs */
body.page-id-1795 input[type="text"],
body.page-id-1795 input[type="email"],
body.page-id-1795 input[type="file"],
body.page-id-1795 textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #27272a;
  background: #020617;
  color: #f9fafb;
  padding: 10px 12px;
  font-size: 0.95rem;
  box-sizing: border-box;
}

body.page-id-1795 input[type="text"]::placeholder,
body.page-id-1795 input[type="email"]::placeholder {
  color: #6b7280;
}

/* Buttons (both hero + submit) */
body.page-id-1795 .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 2.4em;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.75);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

body.page-id-1795 .btn.btn-primary:hover,
body.page-id-1795 .btn.btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.9);
  outline: none;
}

/* Content types section – PG-13 vs X-rated */
body.page-id-1795 .influencer-content-types {
  background: #020617;
  padding: 40px 0 48px;
}

body.page-id-1795 .influencer-content-types .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

body.page-id-1795 .influencer-content-types h2 {
  text-align: center;
  margin-bottom: 10px;
}

body.page-id-1795 .influencer-content-types .content-types-lead {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 28px;
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Two-card layout */
body.page-id-1795 .content-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  body.page-id-1795 .content-types-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.page-id-1795 .content-card {
  background: #020617;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

/* “Video” thumbnail look */
body.page-id-1795 .content-thumb {
  position: relative;
  border-radius: 16px;
  padding-top: 56%; /* 16:9-ish */
  overflow: hidden;
  margin-bottom: 14px;
  background: radial-gradient(circle at top left, #f97316 0%, #db2777 40%, #1d4ed8 95%);
}

body.page-id-1795 .content-label {
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
}

body.page-id-1795 .content-tagline {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 0.8rem;
  color: #f9fafb;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 70%;
}

/* Fake play button */
body.page-id-1795 .content-play-icon {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 1.4rem;
  color: rgba(248, 250, 252, 0.95);
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}

/* Card headings + copy */
body.page-id-1795 .content-card h3 {
  font-size: 1.05rem;
  margin: 4px 0 6px;
  font-weight: 700;
}

body.page-id-1795 .content-card p {
  font-size: 0.94rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Content preview grid */
body.page-id-1795 .content-preview-section {
  padding-top: 40px;
}

body.page-id-1795 .content-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 18px;
}

/* Card shell */
body.page-id-1795 .content-card {
  background: #020617;
  border-radius: 24px;
  padding: 16px 16px 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
}

/* Video + label block */
body.page-id-1795 .content-thumb {
  margin-bottom: 10px;
}

body.page-id-1795 .content-thumb-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}

body.page-id-1795 .content-thumb-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

body.page-id-1795 .content-thumb-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Label + tagline */
body.page-id-1795 .content-label {
  font-weight: 700;
}

body.page-id-1795 .content-tagline {
  font-size: 0.8rem;
}

/* Card heading + copy */
body.page-id-1795 .content-card h3 {
  font-size: 1.05rem;
  margin: 6px 0 6px;
  font-weight: 700;
}

body.page-id-1795 .content-card p {
  font-size: 0.94rem;
  line-height: 1.6;
  opacity: 0.9;
}


/* Footer */
body.page-id-1795 footer {
  max-width: 960px;
  margin: 32px auto 40px;
  padding: 0 16px;
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
}

/* =========================================================
   GottaGF App Header – /influencers/ only (page-id-1795)
   ====================================================== */
body.page-id-1795 .ggf-header {
  background: #000000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 4px;
}

body.page-id-1795 .ggf-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;   /* nav centered */
  position: relative;        /* logo anchored left */
  min-height: 52px;
}

/* Text logo pinned to left */
body.page-id-1795 .ggf-logo {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

body.page-id-1795 .ggf-logo-text {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f9fafb;
  text-decoration: none;
  opacity: 0.9;
}

/* Nav pills centred */
body.page-id-1795 .ggf-nav-list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-id-1795 .ggf-nav-link {
  padding: 0.35em 1.2em;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  opacity: 0.95;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    opacity 0.15s ease;
}

body.page-id-1795 .ggf-nav-link:hover,
body.page-id-1795 .ggf-nav-link:focus-visible {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  opacity: 1;
  outline: none;
}

@media (max-width: 600px) {
  body.page-id-1795 .ggf-header-inner {
    padding: 8px 16px;
  }

  body.page-id-1795 .ggf-logo {
    left: 16px;
  }

  body.page-id-1795 .ggf-nav-list {
    gap: 12px;
  }

  body.page-id-1795 .ggf-nav-link {
    font-size: 10px;
    letter-spacing: 0.14em;
    padding: 0.3em 1em;
  }
}

body.page-id-1795 .ggf-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 24px;          /* was 10px */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 56px;            /* was 52px */
}

/* Nav pills centred */
body.page-id-1795 .ggf-nav-link {
  padding: 0.4em 1.35em;       /* slightly taller/wider */
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  font-size: 12px;             /* was 11px */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  opacity: 0.95;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    opacity 0.15s ease;
}

/* Hide support pill on X-Rated Members page only */
body.page-id-XXXX .ggf-support-pill {
  display: none !important;
}

/* Hide Support pill on X-Rated Members page only */
body.page-id-XXXX .pg13-top-pill--support {
  display: none !important;
}

/* Global: hide Support pill in swipe headers */
.pg13-top-pill--support {
  display: none !important;
}



/* Alerts */
.ggf-influencer-alert {
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.ggf-influencer-alert-success {
  background: #0f3b26;
  color: #d7ffe6;
}

.ggf-influencer-alert-error {
  background: #3c1515;
  color: #ffe0e0;
}

.ggf-influencer-hero-headline {
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  .ggf-influencer-hero-headline {
    font-size: 3.3rem;
  }
}




/* Thumb wrapper, controlled size */
.content-thumb-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}

/* 9:16 portrait style inside card */
.content-thumb-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* Overlay copy + tap label */
.content-thumb-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

.content-thumb-overlay .content-play-icon {
  font-weight: 600;
  opacity: 0.95;
}

/* Slight lift on hover (desktop only) */
@media (hover: hover) {
  .content-thumb-inner:hover .content-thumb-video {
    transform: scale(1.02);
    transition: transform 180ms ease-out;
  }
}

/* Apply section background */
.apply-form {
  background: #02030b;
}

/* Card */
.apply-form .ggf-influencer-apply-card {
  background: radial-gradient(circle at top, rgba(255, 79, 163, 0.22), rgba(0, 0, 0, 0.96));
  padding: 32px 26px;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
}

/* Inputs */
.apply-form .ggf-influencer-apply-card input,
.apply-form .ggf-influencer-apply-card textarea {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.apply-form .ggf-influencer-apply-card textarea {
  border-radius: 18px;
}

/* Pink CTA */
.apply-form .ggf-influencer-cta-btn {
  border-radius: 999px;
  border: none;
  background: #ff4fa3; /* your normal pink */
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 40px rgba(255, 79, 163, 0.75);
  text-transform: uppercase;
}

.apply-form .ggf-influencer-cta-btn:hover {
  filter: brightness(1.08);
}

/* Messages */
.ggf-influencer-alert {
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.ggf-influencer-alert-success {
  background: #0f3b26;
  color: #d7ffe6;
}

.ggf-influencer-alert-error {
  background: #3c1515;
  color: #ffe0e0;
}

/* Hero typography */
.influencer-hero-headline {
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 14px;
}

@media (min-width: 900px) {
  .influencer-hero-headline {
    font-size: 3.3rem;
  }
}

.influencer-hero-subtitle {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 26px;
}



/* Pink hero CTA for more pop */
.influencer-hero-cta {
  border-radius: 999px;
  padding: 12px 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ff4fa3;          /* your normal pink */
  border: none;
  color: #000;
  box-shadow: 0 16px 40px rgba(255, 79, 163, 0.7);
}

.influencer-hero-cta:hover {
  filter: brightness(1.08);
}

/* =========================================================
   /influencers/ – dark marketing landing styling
   Page ID: 1795
   ====================================================== */

body.page-id-1795 {
  background: #000000;
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.ggf-influencer-hero-headline {
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  .ggf-influencer-hero-headline {
    font-size: 3.3rem;
  }
}


/* =========================================================
   Influencers – How It Works thumbs
   ====================================================== */

body.page-id-1795 .how-it-works-thumbs {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;     /* line up under the sentence */
  flex-wrap: wrap;
  gap: 14px;
}

body.page-id-1795 .how-it-works-thumbs img {
  width: 88px;                     /* wider, closer to text width feel */
  aspect-ratio: 3 / 4;             /* portrait-ish */
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);  /* clean white stroke */
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}


/* Left-align step content */
body.page-template-page-influencers .steps > div {
  text-align: left;
}


/* Links on this page */
body.page-id-1795 a {
  color: #7dd3fc;
  text-decoration: none;
}
body.page-id-1795 a:hover {
  text-decoration: underline;
}



/* Shared layout container */
body.page-id-1795 .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Section spacing */
body.page-id-1795 section {
  padding: 32px 0;
}

/* Hero */
body.page-id-1795 .influencer-hero {
  padding: 56px 0 32px;
  text-align: center;
}

body.page-id-1795 .ggf-influencer-hero-headline {
  font-size: clamp(1.9rem, 2.4vw + 1rem, 2.8rem);
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 800;
}

body.page-id-1795 .ggf-influencer-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 40rem;
  margin: 0 auto 22px;
  opacity: 0.9;
}


/* Hero CTA – GottaGF pink */
body.page-id-1795 .influencer-hero .ggf-influencer-cta-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 26px;
  border-radius: 999px;
  border: none;
  background: #ff4fa3;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(255, 79, 163, 0.65);
}
body.page-id-1795 .influencer-hero .ggf-influencer-cta-btn:hover {
  filter: brightness(1.07);
}

/* Section headings */
body.page-id-1795 h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 32px 0 12px;
  text-align: center;
}

/* Light background sections */
body.page-id-1795 .bg-light {
  background: #020617;
}


/* Content preview grid */
body.page-id-1795 .content-preview-section {
  padding-top: 40px;
}

body.page-id-1795 .content-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 18px;
}

body.page-id-1795 .content-card h3 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

body.page-id-1795 .content-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Video thumb wrapper */
body.page-id-1795 .content-thumb-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}

/* 9:16 video inside card */
body.page-id-1795 .content-thumb-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* Overlay copy */
body.page-id-1795 .content-thumb-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

body.page-id-1795 .content-thumb-overlay .content-play-icon {
  font-weight: 600;
  opacity: 0.95;
}

/* Comparison table */
body.page-id-1795 .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 0.95rem;
}
body.page-id-1795 .comparison-table th,
body.page-id-1795 .comparison-table td {
  border: 1px solid #1f2933;
  padding: 10px 12px;
}
body.page-id-1795 .comparison-table th {
  background: #111827;
  font-weight: 700;
}

/* Example image */
body.page-id-1795 img.mx-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  max-width: 100%;
}

/* Apply form card */
body.page-id-1795 .apply-form .max-w-lg {
  max-width: 520px;
  margin: 0 auto;
  background: radial-gradient(circle at top left, #111 0%, #020617 50%, #000 100%);
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.85);
}

/* Inputs & textarea inside the form */
.ggf-influencer-apply-card input,
.ggf-influencer-apply-card textarea {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.ggf-influencer-apply-card textarea {
  border-radius: 18px;
}

/* Submit button (re-used in hero too) */
.ggf-influencer-cta-btn {
  border-radius: 999px;
  border: none;
  letter-spacing: 0.06em;
  font-weight: 600;
  background: #ff4fa3;
  color: #fff;
  box-shadow: 0 14px 40px rgba(255, 79, 163, 0.65);
}
.ggf-influencer-cta-btn:hover {
  filter: brightness(1.07);
}

/* Alerts */
.ggf-influencer-alert {
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.ggf-influencer-alert-success {
  background: #0f3b26;
  color: #d7ffe6;
}
.ggf-influencer-alert-error {
  background: #3c1515;
  color: #ffe0e0;
}


/* Influencers hero – plain 'Fans Only' in OF blue */
.ggf-hero-fansonly {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #00aff0; /* OnlyFans blue */
}

.ggf-hero-fansonly::before {
  content: none;
}


/* Footer at the bottom of this page */
body.page-id-1795 footer {
  max-width: 960px;
  margin: 32px auto 40px;
  text-align: center;
  font-size: 0.78rem;
  color: #9ca3af;
}

/* Influencers – simplify content preview cards */
body.page-id-1795 .content-thumb {
  background: #020617;   /* dark slate, no loud gradient */
  padding: 0;
  border-radius: 18px;
}

body.page-id-1795 .content-thumb-inner {
  border-radius: 18px;
  overflow: hidden;
}

body.page-id-1795 .content-thumb-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  object-fit: cover;
}

/* In case any overlay markup is still around, hide it */
body.page-id-1795 .content-thumb-overlay {
  display: none !important;
}


/* Influencers hero – plain 'Fans Only' in OF blue */
.ggf-hero-fansonly {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #00aff0; /* OnlyFans blue */
}

.ggf-hero-fansonly::before {
  content: none;
}

/* /influencers/ – How It Works photo thumbs */
body.page-id-1795 .how-it-works-thumbs {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;   /* left under the sentence */
  gap: 10px;
}

body.page-id-1795 .how-it-works-thumbs img {
  width: 72px;                   /* slightly portrait row */
  aspect-ratio: 3 / 4;           /* not square – matches feed vibe */
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);  /* clean white stroke */
}


/* =========================================================
   Apply Now Section – lighter gradient CTA style
   ====================================================== */

body.page-template-page-influencers .ggf-influencer-form-section {
  background: linear-gradient(180deg, #f9fafc 0%, #f3f4f8 100%);
  color: #111;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.03);
}

body.page-template-page-influencers .ggf-influencer-form-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.5em;
}

body.page-template-page-influencers .ggf-influencer-form-section p.ggf-influencer-form-intro {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 2em;
}

/* Form box */
body.page-template-page-influencers form#gform_1,
body.page-template-page-influencers form.ggf-influencer-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 50px;
  max-width: 560px;
  margin: 0 auto;
}

/* Inputs */
body.page-template-page-influencers form input,
body.page-template-page-influencers form textarea {
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 1em;
  width: 100%;
  font-size: 1rem;
  color: #111;
}

/* Button */
body.page-template-page-influencers form button,
body.page-template-page-influencers input[type="submit"] {
  background: linear-gradient(90deg, #ff0099 0%, #ff4d77 100%);
  border: none;
  border-radius: 999px;
  color: #fff;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 18px rgba(255, 0, 120, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-template-page-influencers form button:hover,
body.page-template-page-influencers input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 0, 120, 0.35);
}

/* =========================================================
   Influencers (/influencers/) – Apply Now section
   ====================================================== */

body.page-id-1795 .ggf-influencer-form-section {
  background: linear-gradient(180deg, #f9fafc 0%, #f3f4f8 100%);
  color: #111;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.03);
}

body.page-id-1795 .ggf-influencer-form-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.5em;
}

body.page-id-1795 .ggf-influencer-form-section p.ggf-influencer-form-intro {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 2em;
}

/* Form card */
body.page-id-1795 .ggf-influencer-form-section form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 50px;
  max-width: 560px;
  margin: 0 auto;
}

/* Inputs */
body.page-id-1795 .ggf-influencer-form-section input,
body.page-id-1795 .ggf-influencer-form-section textarea {
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 1em;
  width: 100%;
  font-size: 1rem;
  color: #111;
}

/* Submit CTA */
body.page-id-1795 .ggf-influencer-form-section input[type="submit"],
body.page-id-1795 .ggf-influencer-form-section button[type="submit"] {
  background: linear-gradient(90deg, #ff0099 0%, #ff4d77 100%);
  border: none;
  border-radius: 999px;
  color: #fff;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 18px rgba(255, 0, 120, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-1795 .ggf-influencer-form-section input[type="submit"]:hover,
body.page-id-1795 .ggf-influencer-form-section button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 0, 120, 0.35);
}

/* FINAL OVERRIDE – /influencers/ How It Works thumbs */
body.page-id-1795 .how-it-works-thumbs {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;   /* left under the sentence */
  flex-wrap: wrap;
  gap: 14px;
}

body.page-id-1795 .how-it-works-thumbs img {
  width: 88px;                   /* wider row to echo the sentence width */
  aspect-ratio: 3 / 4;           /* portrait-ish */
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
/* Enhanced Apply Form Styling for Readability */
body.page-id-1795 .apply-form .ggf-influencer-apply-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 48px 56px;
  max-width: 580px;
  margin: 0 auto;
}

body.page-id-1795 .apply-form label {
  font-weight: 600;
  color: #222;
}

body.page-id-1795 .apply-form .ggf-influencer-apply-card input,
body.page-id-1795 .apply-form .ggf-influencer-apply-card textarea {
  background: #fefefe;
  border: 1.5px solid rgba(0, 0, 0, 0.2);  /* heavier stroke */
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 1.25em;
  width: 100%;
  font-size: 1rem;
  color: #111;
  transition: all 0.2s ease;
}

body.page-id-1795 .apply-form .ggf-influencer-apply-card input:focus,
body.page-id-1795 .apply-form .ggf-influencer-apply-card textarea:focus {
  border-color: #00aff0;
  box-shadow: 0 0 0 3px rgba(0, 175, 240, 0.25);
  outline: none;
}

/* Agreement section spacing */
body.page-id-1795 .apply-form .gform_footer {
  margin-top: 1.5em;
}

body.page-id-1795 .apply-form .ggf-influencer-apply-card label[for*="agree"],
body.page-id-1795 .apply-form .ggf-influencer-apply-card input[type="checkbox"] {
  margin-top: 8px;
  margin-bottom: 12px;
}

/* Bigger, stronger submit button */
body.page-id-1795 .apply-form .ggf-influencer-cta-btn,
body.page-id-1795 .apply-form input[type="submit"] {
  background: linear-gradient(90deg, #ff0099 0%, #ff4d77 100%);
  border: none;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.6px;
  padding: 16px 34px;
  font-size: 1rem;
  box-shadow: 0 10px 22px rgba(255, 0, 120, 0.3);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-id-1795 .apply-form .ggf-influencer-cta-btn:hover,
body.page-id-1795 .apply-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 0, 120, 0.4);
}
/* Fix consent checkbox layout on /influencers/ */
body.page-id-1795 .apply-form .ggf-influencer-apply-card input[type="checkbox"] {
  width: auto;                 /* no full-width bar */
  display: inline-block;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

body.page-id-1795 .apply-form .ggf-influencer-apply-card .gfield_consent,
body.page-id-1795 .apply-form .ggf-influencer-apply-card .gfield {
  margin-top: 10px;
}

/* ==========================================================
   GottaGF Influencer Signup Styling – v1.0 polish
   ========================================================== */

/* Success + error alerts */
.ggf-influencer-alert-success {
  background-color: #ffe8f2;  /* soft pink blush */
  color: #b00054;            /* confident magenta tone */
  border: 1px solid #f7bfd8;
  padding: 16px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ggf-influencer-alert-error {
  background-color: #fff5f5;
  color: #b30000;
  border: 1px solid #f3b5b5;
  padding: 16px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Form spacing + layout */
.ggf-influencer-form .ggf-field {
  margin-bottom: 20px;
}

.ggf-influencer-form .ggf-actions {
  margin-bottom: 24px; /* gap before user agreement */
}

/* CTA button mood */
.ggf-influencer-form .ggf-btn-primary {
  background-color: #ff3e87;     /* GottaGF pink */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 14px 26px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 8px rgba(255, 62, 135, 0.25);
}

.ggf-influencer-form .ggf-btn-primary:hover {
  background-color: #e93578;
  box-shadow: 0 4px 12px rgba(255, 62, 135, 0.35);
}

/* Optional: make links under form more readable */
.ggf-influencer-form small,
.ggf-influencer-form p.agreement {
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}
/* Influencer landing basic layout */

.ggf-influencer-landing {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 60px;
}

.ggf-influencer-hero-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}

.ggf-influencer-profile-pic img {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  object-fit: cover;
}

.ggf-influencer-name {
  font-size: 28px;
  margin: 0 0 8px;
}

.ggf-influencer-bio {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}

.ggf-influencer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ggf-social-pill {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #eee;
  font-size: 13px;
  text-decoration: none;
}

/* Gallery */
.ggf-influencer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-bottom: 32px;
}

.ggf-influencer-gallery-item img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Promo */
.ggf-promo-block {
  margin-bottom: 24px;
}

.ggf-promo-video {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* Sets */
.ggf-influencer-sets-grid {
  margin-top: 12px;
}

.ggf-influencer-sets-empty {
  font-size: 14px;
  color: #777;
}

/* CTA */
.ggf-influencer-cta {
  margin-top: 40px;
  text-align: center;
}

.ggf-influencer-cta-card {
  display: inline-block;
  padding: 24px 28px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, #ff3e87 0, #000 55%);
  color: #fff;
}

.ggf-influencer-cta-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* ============================================================
   Influencer Landing Layout
   Scope: .ggf-influencer-page only
   ============================================================ */

/* Overall page chrome */
.ggf-influencer-page {
  background: #02020a;
  color: #ffffff;
  min-height: 100vh;
}

.ggf-influencer-page .ggf-app-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px 80px;
}

/* Header on influencer pages */
.ggf-influencer-page .site-header {
  max-width: 1100px;
  margin: 12px auto 0;
  padding: 0 16px 8px;
  display: flex;
  align-items: center;
}

.ggf-influencer-page .site-logo {
  text-decoration: none;
}

.ggf-influencer-page .site-logo-g {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.ggf-influencer-page .site-logo-q {
  font-weight: 700;
  font-size: 20px;
  margin-left: 2px;
}

/* Generic section spacing */
.ggf-influencer-section {
  margin-top: 40px;
}

.ggf-influencer-section-inner,
.ggf-influencer-real-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Section titles + copy */
.ggf-influencer-section-title {
  font-size: 22px;
  margin: 0 0 8px;
}

.ggf-influencer-section-subtitle {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #d0d0d0;
}

/* HERO */
.ggf-influencer-hero {
  margin-top: 24px;
}

.ggf-influencer-hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.ggf-influencer-hero-media {
  flex: 0 0 200px;
}

.ggf-influencer-hero-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background: radial-gradient(circle at top, #ff3e87, #441b3a 55%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
}

.ggf-influencer-hero-placeholder-text {
  font-size: 18px;
  font-weight: 600;
}

.ggf-influencer-hero-content {
  flex: 1 1 260px;
}

.ggf-influencer-name {
  font-size: 28px;
  margin: 0 0 8px;
}

.ggf-influencer-tagline {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #e0e0e0;
}

/* Buttons */
.ggf-influencer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.ggf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.ggf-btn--primary {
  background: linear-gradient(135deg, #ff3e87, #ff7b3e);
  color: #000;
  font-weight: 600;
  border: none;
}

.ggf-btn--ghost {
  border: 1px solid #444;
  color: #fff;
  background: transparent;
}

/* Trust row pills */
.ggf-influencer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.ggf-influencer-trust-pill {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #333;
  color: #aaaaaa;
}

/* Real-life section */
.ggf-influencer-real {
  margin-top: 40px;
}

.ggf-influencer-bio {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

/* AI + Scroll placeholders */
.ggf-influencer-teaser-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed #333;
}

/* Join / billing panel */
.ggf-influencer-billing-panel {
  margin-top: 8px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #2a2a2a;
}

.ggf-influencer-billing-missing {
  margin: 0;
  font-size: 14px;
  color: #f0c36a;
}

.ggf-influencer-join-assurance {
  margin-top: 16px;
}

.ggf-influencer-join-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #d0d0d0;
}

/* Small responsive tweak */
@media (max-width: 768px) {
  .ggf-influencer-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ggf-influencer-hero-media {
    flex: 0 0 auto;
  }
}

/* Real-life photo thumbs: 4 across */
.ggf-influencer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ggf-influencer-gallery-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* Sets grid – ready for when we wire sets in */
.ggf-influencer-sets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ggf-influencer-set-card {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #262626;
  padding-bottom: 8px;
}

.ggf-influencer-set-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ggf-influencer-set-meta {
  padding: 8px 10px 4px;
  font-size: 13px;
}

.ggf-influencer-set-name {
  font-weight: 600;
  margin-bottom: 2px;
}

.ggf-influencer-set-rating {
  font-size: 12px;
  color: #f0c36a;
}

/* Mobile tweaks */
@media (max-width: 900px) {
  .ggf-influencer-gallery-grid,
  .ggf-influencer-sets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   Influencer: Real-life photo grid
   ============================================================ */

.ggf-influencer-real-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .ggf-influencer-real-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ggf-influencer-real-thumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #050509;
  position: relative;
}

.ggf-influencer-real-thumb-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform 0.18s ease-out, opacity 0.18s ease-out;
}

.ggf-influencer-real-thumb:hover .ggf-influencer-real-thumb-img,
.ggf-influencer-real-thumb:focus-visible .ggf-influencer-real-thumb-img {
  transform: scale(1.03);
  opacity: 0.95;
}


/* Influencer: AI / promo gallery grid tweaks */

.ggf-influencer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ggf-influencer-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ggf-influencer-gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

/* Influencer: Sets grid */

.ggf-influencer-sets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .ggf-influencer-sets-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ggf-influencer-set-card {
  border-radius: 16px;
  background: #050509;
  padding: 10px;
  font-size: 13px;
}

.ggf-influencer-set-thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}

.ggf-influencer-set-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.ggf-influencer-set-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.ggf-influencer-set-meta {
  font-size: 11px;
  color: #9ca3af;
}

/* Influencer hero polish */

.ggf-influencer-hero {
  margin-top: 28px;
}

.ggf-influencer-hero-inner {
  align-items: flex-start;
}

.ggf-influencer-profile-pic img {
  width: 160px;
  height: 160px;
  border-radius: 999px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .ggf-influencer-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ggf-influencer-hero-media {
    margin-bottom: 12px;
  }
}
/* ==========================================================================
   Influencer pages – hard-locked header layout (taxonomy)
   ========================================================================== */

body.tax-ggf_influencer .site-header {
  display: none !important;
}

/* Black bar shell */
body.tax-ggf_influencer .ggf-influencer-header {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  background: #000;
  padding: 12px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* Use absolute positioning so nothing else can fight us */
body.tax-ggf_influencer .ggf-influencer-header-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  height: 40px;
}

/* Logo hard left */
body.tax-ggf_influencer .ggf-influencer-logo-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: #f9fafb;
  text-decoration: none;
  white-space: nowrap;
}

/* Nav dead center */
body.tax-ggf_influencer .ggf-influencer-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.tax-ggf_influencer .ggf-influencer-nav-list {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.tax-ggf_influencer .ggf-influencer-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 250, 251, 0.35);
  background: rgba(15, 23, 42, 0.85);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f9fafb;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.tax-ggf_influencer .ggf-influencer-nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

/* PG-13 neutral */
body.tax-ggf_influencer .ggf-influencer-nav-link--pg13 {
  background: rgba(15, 23, 42, 0.85);
}

/* X-Rated red pill */
body.tax-ggf_influencer .ggf-influencer-nav-link--x {
  border-color: transparent;
  background-image: linear-gradient(120deg, #ff3366, #ff1744, #ff6b6b);
  box-shadow: 0 6px 18px rgba(255, 51, 102, 0.55);
}

/* Right spacer to balance layout */
body.tax-ggf_influencer .ggf-influencer-spacer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  body.tax-ggf_influencer .ggf-influencer-header-inner {
    height: 38px;
  }

  body.tax-ggf_influencer .ggf-influencer-logo-text {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  body.tax-ggf_influencer .ggf-influencer-nav-link {
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.tax-ggf_influencer .ggf-influencer-spacer {
    width: 56px;
  }
}

/* ==========================================================================
   Unified app header (logo left, center nav, optional right)
   Currently used on influencer public pages; can be reused elsewhere.
   ========================================================================== */

.ggf-app-header {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  background: #000000;
  padding: 12px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.ggf-header-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo (left) */
.ggf-header-logo {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: #f9fafb;
  text-decoration: none;
  white-space: nowrap;
}

.ggf-header-logo span {
  font-weight: 800;
}

/* Center nav */
.ggf-header-center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ggf-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 250, 251, 0.35);
  background: rgba(15, 23, 42, 0.85);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f9fafb;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ggf-header-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

/* PG-13 neutral */
.ggf-header-link--pg13 {
  background: rgba(15, 23, 42, 0.85);
}

/* X-Rated red pill */
.ggf-header-link--xrated {
  border-color: transparent;
  background-image: linear-gradient(120deg, #ff3366, #ff1744, #ff6b6b);
  box-shadow: 0 6px 18px rgba(255, 51, 102, 0.55);
}

/* Right side (optional) */
.ggf-header-right {
  flex: 0 0 auto;
  min-width: 72px;
  text-align: right;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .ggf-header-inner {
    gap: 16px;
  }

  .ggf-header-logo {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .ggf-header-link {
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .ggf-header-right {
    min-width: 56px;
  }
}

/* =========================================================
   Influencer single header – dark bar with PG-13 / X-Rated pills
   Scoped ONLY to body.single-ggf_influencer
   ====================================================== */

body.single-ggf_influencer .pg13-top-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  background: #000000;
  padding: 12px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo left */

body.single-ggf_influencer .pg13-logo a {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: #f9fafb;
  text-decoration: none;
  white-space: nowrap;
}

body.single-ggf_influencer .pg13-logo a span {
  font-weight: 800;
}

/* Center nav */

body.single-ggf_influencer .pg13-top-links {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

body.single-ggf_influencer .pg13-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 250, 251, 0.35);
  background: rgba(15, 23, 42, 0.85);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f9fafb;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.single-ggf_influencer .pg13-top-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

/* X-Rated pill highlight */

body.single-ggf_influencer .pg13-top-link--xrated {
  border-color: transparent;
  background-image: linear-gradient(120deg, #ff3366, #ff1744, #ff6b6b);
  box-shadow: 0 6px 18px rgba(255, 51, 102, 0.55);
}

/* Right side is empty but keeps centre aligned nicely */

body.single-ggf_influencer .pg13-top-pill-wrap {
  flex: 0 0 72px;
}

/* Mobile tweaks */

@media (max-width: 640px) {
  body.single-ggf_influencer .pg13-top-nav {
    padding: 10px 14px;
    gap: 16px;
  }

  body.single-ggf_influencer .pg13-logo a {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  body.single-ggf_influencer .pg13-top-link {
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.single-ggf_influencer .pg13-top-pill-wrap {
    flex: 0 0 56px;
  }
}

/* =========================================================
   Influencer single – layout container + hero spacing
   ====================================================== */

body.single-ggf_influencer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Give the hero a bit more breathing room under the header */

body.single-ggf_influencer .ggf-influencer-hero {
  margin-top: 32px;
}

/* Ensure hero aligns nicely horizontally on desktop */

body.single-ggf_influencer .ggf-influencer-hero-inner {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* Avatar sizing stays consistent */

body.single-ggf_influencer .ggf-influencer-profile-pic img {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  object-fit: cover;
}

/* Stack on mobile */

@media (max-width: 600px) {
  body.single-ggf_influencer .ggf-influencer-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body.single-ggf_influencer .ggf-influencer-hero-media {
    margin-bottom: 12px;
  }
}
/* ============================================
   Influencer header – final polish
   ============================================ */

/* Black strip, no light halo */
body.single-ggf_influencer .pg13-top-nav {
  background: #000;
  box-shadow: none;
  padding: 14px 22px;
}

/* Logo: match app header sizing, but white on black */
body.single-ggf_influencer .pg13-logo a {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-decoration: none;
}

body.single-ggf_influencer .pg13-logo a span {
  color: #ff2e86; /* same pink accent as rest of site */
}

/* Center nav stays centered */
body.single-ggf_influencer .pg13-top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.single-ggf_influencer .pg13-top-links {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* Base pill style, white text on dark bar */
body.single-ggf_influencer .pg13-top-link {
  border-radius: 999px;
  padding: 6px 16px;
  border: 1px solid rgba(248, 250, 252, 0.4);
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

/* X-Rated pill – same red as elsewhere, not pink */
body.single-ggf_influencer .pg13-top-link--xrated {
  background: #e50914;
  border-color: transparent;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(229, 9, 20, 0.55);
}

/* Right spacer to keep center alignment nice */
body.single-ggf_influencer .pg13-top-pill-wrap {
  margin-left: auto;
  min-width: 70px;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  body.single-ggf_influencer .pg13-top-nav {
    padding: 10px 14px;
  }

  body.single-ggf_influencer .pg13-top-link {
    padding: 6px 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.single-ggf_influencer .pg13-top-pill-wrap {
    min-width: 56px;
  }
}

/* Extra breathing room below header */
body.single-ggf_influencer .ggf-influencer-page {
  padding-top: 32px;
}

/* ============================================
   Influencer header – logo text refinements
   ============================================ */

body.single-ggf_influencer .pg13-logo a {
  text-transform: none;            /* keep GottaGF, not GOTTAGF */
  letter-spacing: 0.09em;          /* a bit tighter so the word reads nicely */
  font-size: 18px;
  font-weight: 800;
}

/* ============================================
   Influencer sets – card + pill styling
   ============================================ */

body.single-ggf_influencer .ggf-influencer-sets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

/* Card wrapper */
body.single-ggf_influencer .ggf-influencer-set-tile {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #262626;
  padding: 8px 8px 10px;
}

/* Thumb */
body.single-ggf_influencer .ggf-influencer-set-thumb {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

body.single-ggf_influencer .ggf-influencer-set-thumb-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Meta row under thumb */
body.single-ggf_influencer .ggf-influencer-set-meta {
  margin-top: 8px;
  font-size: 13px;
}

/* Title + pill inline, like Updates */
body.single-ggf_influencer .ggf-influencer-set-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}

body.single-ggf_influencer .ggf-influencer-set-title {
  font-weight: 600;
}

/* Rating pills – mirror Members Updates colors */

body.single-ggf_influencer .ggf-set-pill--inline {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

/* PG-13 = blue, X-Rated = hot pink, same as .mh-set-pill */
body.single-ggf_influencer .ggf-set-pill--inline[data-rating="pg13"] {
  background: #1e88e5;
  color: #ffffff;
}

body.single-ggf_influencer .ggf-set-pill--inline[data-rating="x"] {
  background: #ff2b92;
  color: #ffffff;
}

/* Responsive: 2 across on small screens */
@media (max-width: 900px) {
  body.single-ggf_influencer .ggf-influencer-sets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================
   Influencer Join CTA
   ============================================ */

body.single-ggf_influencer .ggf-influencer-join {
  margin-top: 40px;
  padding: 40px 0 72px;
}

body.single-ggf_influencer .ggf-influencer-join .ggf-influencer-section-inner {
  text-align: center;
}

body.single-ggf_influencer .ggf-join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 26px;
  border-radius: 999px;
  background-image: linear-gradient(120deg, #ff2b92, #ff1744, #ff6b6b);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(255, 43, 146, 0.55);
}

body.single-ggf_influencer .ggf-join-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(255, 43, 146, 0.7);
}
/********************************************
 * HOMEPAGE – REAL LIFE INFLUENCER SIDEBAR
 * (random spotlight + Kylie callout)
 ********************************************/

/* Desktop layout: fixed sidebar */
.pg13-fullscreen-shell .ggf-home-influencer-spotlight {
  position: fixed;
  left: 24px;
  top: 140px; /* space under header/logo */
  width: 210px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 24px; /* was 18px – more breathing room */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
               "Helvetica Neue", Arial, sans-serif;
}

/* Label above influencer */
.pg13-fullscreen-shell .ggf-home-influencer-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9ca3af;
}

/* Card + thumb */
.pg13-fullscreen-shell .ggf-home-influencer-card {
  text-decoration: none;
}

.pg13-fullscreen-shell .ggf-home-influencer-thumb {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.pg13-fullscreen-shell .ggf-home-influencer-thumb-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Pill now shows influencer name directly on image */
.pg13-fullscreen-shell .ggf-home-influencer-pill {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #f9fafb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

/* Instagram handle below the thumb */
.pg13-fullscreen-shell .ggf-home-influencer-handle {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
}

/* === Kylie Callout – PG13 Sidebar Queen Mode 💅 === */

.pg13-fullscreen-shell .ggf-home-kylie-callout {
  margin-top: 20px; /* subtle bump for breathing room */
}

/* Kylie title – Queen mode */
.pg13-fullscreen-shell .ggf-home-kylie-title {
  margin: 0;                /* kill default h2 margins */
  font-size: 60px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.01em;
}

/* “Kylie.” stays pure brand pink */
.pg13-fullscreen-shell .ggf-home-kylie-main {
  font-size: 64x; /* smaller “Call me?” */
  display: block;
  color: #ff2e86;
}

/* “Call me?” gets softer accent */
.pg13-fullscreen-shell .ggf-home-kylie-accent {
  font-size: 32px;
  display: block;
  color: #f9739a; /* muted pink accent */
}

/* Subtitle under Kylie – now hugs the title */
.pg13-fullscreen-shell .ggf-home-kylie-subtitle {
  margin-top: 6px;          /* nice tight gap under the title */
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;           /* softer gray, reads like a tagline */
}

/* Extra CTA under Kylie – stronger & slightly further away */
.pg13-fullscreen-shell .ggf-home-kylie-extra {
  margin-top: 24px;         /* more space from subtitle */
  font-size: 18px;
  font-weight: 700;
  color: #374151;
}

/* Only “X-rated” is red + linked */
.pg13-fullscreen-shell .ggf-home-kylie-xrated-link {
  color: #ef4444;       /* red for X-rated continuity */
  text-decoration: none;
  font-weight: 700;
}

.pg13-fullscreen-shell .ggf-home-kylie-xrated-link:hover {
  text-decoration: underline;
}




/* Hide the sidebar entirely on mobile (portrait iOS) */
@media (max-width: 768px) {
  .pg13-fullscreen-shell .ggf-home-influencer-spotlight {
    display: none;
  }
}

/* --- PG13 sandbox feed layout --- */
.pg13-fullscreen-feed .ggf-video-card-sandbox {
  max-width: 380px;
  margin: 24px auto;
  text-align: left;
}

.pg13-fullscreen-feed .ggf-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.pg13-fullscreen-feed .ggf-video-meta {
  margin-top: 8px;
  font-size: 14px;
}

.pg13-fullscreen-feed .ggf-video-title {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

/* Hide the raw blue link-style title WordPress outputs by default */
.pg13-fullscreen-feed .ggf-video-thumb-link {
  color: inherit;
  text-decoration: none;
}

/* ================================
   PG13 Optimized Sandbox Styling
   (only affects pg13-optimized-sandbox)
   ================================ */

.pg13-fullscreen-shell .pg13-fullscreen-feed {
  max-width: 430px;
  margin: 0 auto;
}

/* Card container */
.pg13-fullscreen-shell .ggf-video-card-sandbox {
  max-width: 430px;
  margin: 32px auto;
  text-align: left;
}

/* Thumbnail block – vertical reel feel */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* Make sure the image fills the card nicely */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
  /* If you want a stricter vertical crop, uncomment:
  aspect-ratio: 9 / 16;
  object-fit: cover;
  */
}

/* Meta text under the video */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-meta {
  margin-top: 10px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.4;
}

/* Title (clip name) */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-title {
  display: block;
  margin: 0;
  font-weight: 600;
}

/* TikTok-style username under title */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-username {
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.7;
}

/* Kill blue link styling */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb-link {
  color: inherit;
  text-decoration: none;
}

/* ================================
   PG13 Optimized Sandbox Styling
   ================================ */

.pg13-fullscreen-shell .pg13-fullscreen-feed {
  max-width: 620px;           /* bigger viewport than before */
  margin: 0 auto;
}

/* Card container */
.pg13-fullscreen-shell .ggf-video-card-sandbox {
  max-width: 620px;
  margin: 40px auto;
  text-align: left;
}

/* Video frame (replaces pure-image thumb later) */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

/* The actual video */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;      /* vertical reel feel */
  object-fit: cover;
}

/* (Fallback) if we still have plain images somewhere */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* Meta text under the video */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-meta {
  margin-top: 10px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.4;
}

/* Title */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-title {
  display: block;
  margin: 0;
  font-weight: 600;
}

/* TikTok-style username */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-username {
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.7;
}

/* Kill blue link styling */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb-link {
  color: inherit;
  text-decoration: none;
}

.pg13-fullscreen-shell .pg13-fullscreen-feed {
  max-width: 620px;
  margin: 0 auto;
}

/* Card container */
.pg13-fullscreen-shell .ggf-video-card-sandbox {
  max-width: 620px;
  margin: 40px auto;
  text-align: left;
}

/* Video frame */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  background: #000;
}

/* Video should perfectly fill the frame with no extra bar */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* ================================
   PG13 Optimized Sandbox Styling
   ================================ */

.pg13-fullscreen-shell .pg13-fullscreen-feed {
  max-width: 620px;
  margin: 0 auto;
}

/* Card container */
.pg13-fullscreen-shell .ggf-video-card-sandbox {
  max-width: 620px;
  margin: 36px auto;
  text-align: left;
}

/* Video frame – cleaner, lighter */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  background: #000;
}

/* Video fills the frame with no weird bars */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* Fallback images (if any) */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* Username pill overlay */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-username-pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/* Kill blue link styling */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-video-thumb-link {
  color: inherit;
  text-decoration: none;
}

/* --- Like button overlay --- */

.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-like-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-like-button:focus {
  outline: none;
}

.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-like-icon {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}

/* Liked state */
.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-like-button.is-liked {
  background: #ff4d88;
}

.pg13-fullscreen-shell .ggf-video-card-sandbox .ggf-like-button.is-liked .ggf-like-icon {
  color: #fff;
}

/* --- Like-gate overlay --- */

.pg13-fullscreen-shell .ggf-like-gate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none; /* JS flips to flex */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.pg13-fullscreen-shell .ggf-like-gate-inner {
  max-width: 360px;
  background: #050517;
  color: #fff;
  padding: 24px 20px;
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.6);
  text-align: left;
}

.pg13-fullscreen-shell .ggf-like-gate-inner h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.pg13-fullscreen-shell .ggf-like-gate-inner p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.pg13-fullscreen-shell .ggf-like-gate-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pg13-fullscreen-shell .ggf-like-gate-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4d88, #ff7bbb);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pg13-fullscreen-shell .ggf-like-gate-close {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  cursor: pointer;
  padding: 0 4px;
}

/* === PG13 feed: like gate + heart overlay ===================== */

/* Scroll lock when gate is open */
html.ggf-scroll-locked,
body.ggf-scroll-locked {
  overflow: hidden;
}

/* Modal shell */
.ggf-like-gate {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

/* Backdrop */
.ggf-like-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Dialog */
.ggf-like-gate-dialog {
  position: relative;
  max-width: 360px;
  margin: 80px auto 0;
  padding: 24px 20px 20px;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  font-family: "Helvetica Neue", -apple-system, system-ui, sans-serif;
}

.ggf-like-gate-dialog h2 {
  font-size: 1.3rem;
  margin: 0 0 8px;
}

.ggf-like-gate-dialog p {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

.ggf-like-gate-cta {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  background: #ff2e86;
  color: #fff;
}

.ggf-like-gate-cta:hover {
  opacity: 0.9;
}

.ggf-like-gate-subtext {
  font-size: 0.78rem;
  opacity: 0.75;
}

/* Close button */
.ggf-like-gate-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

/* Heart overlay inside each video card */
.ggf-video-card {
  position: relative;
}

.ggf-like-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.ggf-like-button .ggf-heart-icon {
  font-size: 16px;
  color: #ffffff;
}

/* “Liked” state */
.ggf-like-button.is-liked .ggf-heart-icon {
  color: #ff2e86;
}

/* === PG13 feed: like gate + heart overlay ===================== */

/* Scroll lock when gate is open */
html.ggf-scroll-locked,
body.ggf-scroll-locked {
  overflow: hidden;
}

/* Modal shell */
.ggf-like-gate {
  position: fixed;
  inset: 0;
  display: none;           /* JS sets to flex */
  z-index: 9999;
  align-items: center;     /* center dialog */
  justify-content: center;
  padding: 20px;
}

/* Backdrop */
.ggf-like-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Dialog card */
.ggf-like-gate-dialog {
  position: relative;
  max-width: 360px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  margin: 0; /* flex is centering, no giant vertical margin needed */
  padding: 24px 20px 20px;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  font-family: "Helvetica Neue", -apple-system, system-ui, sans-serif;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.ggf-like-gate-dialog h2 {
  font-size: 1.3rem;
  margin: 0 0 8px;
}

.ggf-like-gate-dialog p {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

/* Primary CTA */
.ggf-like-gate-cta {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  background: #ff2e86;    /* your pink */
  color: #fff;
  border: none;
  text-align: center;
  margin-bottom: 8px;
}

.ggf-like-gate-cta:hover {
  opacity: 0.9;
}

/* Secondary "Not now" button */
.ggf-like-gate-secondary {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
}

.ggf-like-gate-secondary:hover {
  background: rgba(0, 0, 0, 0.04);
}

.ggf-like-gate-subtext {
  font-size: 0.78rem;
  opacity: 0.75;
}

/* Close "x" */
.ggf-like-gate-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

/* Heart overlay inside each video card */
.ggf-video-card {
  position: relative;
}

.ggf-like-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.ggf-like-button .ggf-heart-icon {
  font-size: 16px;
  color: #ffffff;
}

/* “Liked” state */
.ggf-like-button.is-liked .ggf-heart-icon {
  color: #ff2e86;
}


/* GottaGF Support Hub – /support/ */

.ggf-support-page {
  max-width: 740px;
  margin: 40px auto 80px;
  padding: 0 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.ggf-support-hero {
  text-align: center;
  margin-bottom: 32px;
}

.ggf-support-hero h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.ggf-support-hero p {
  font-size: 16px;
  color: #666;
}

.ggf-support-section {
  margin-bottom: 32px;
}

.ggf-support-section h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.ggf-support-section > p {
  margin-bottom: 16px;
  color: #555;
}

.ggf-support-card {
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
}

.ggf-support-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.ggf-support-card p {
  margin-bottom: 8px;
}

.ggf-support-card ul {
  padding-left: 20px;
  margin: 0 0 12px;
}

.ggf-support-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #ff4fa3, #ff7ad9);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255,79,163,0.35);
}

.ggf-support-button:hover {
  transform: translateY(-1px);
}

.ggf-support-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.ggf-support-link-card {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fafafa;
  text-decoration: none;
  color: inherit;
}

.ggf-support-link-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}

.ggf-support-link-card p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.ggf-support-link-card:hover {
  background: #ffe6f3;
  border-color: #ff8cc6;
}

body, html {
  overflow-x: hidden;
}

.ggf-influencer-gallery,
.ggf-influencer-sets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
}

/* Influencer promo video shell */
.ggf-influencer-promo-shell {
  max-width: 720px;            /* keeps it from dominating page */
  margin: 32px auto;           /* center in content column */
  padding: 16px 0;
}

/* Wrap around the <video> element */
.ggf-influencer-promo-video-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

/* Make video responsive, not full-bleed body-width */
.ggf-influencer-promo-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
}

/* Optional: small playlist dots / labels if you want them later */
.ggf-influencer-promo-playlist {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  font-size: 11px;
  opacity: 0.8;
}

.ggf-influencer-promo-playlist span {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ggf-influencer-promo-playlist span.is-active {
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.8);
}

.ggf-influencer-handle {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Hard override: remove gap above global top nav */
body.wp-theme-gottagf-app-theme-115 header.pg13-top-nav {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

/* Still respect the WP admin bar when logged in */
body.admin-bar.wp-theme-gottagf-app-theme-115 header.pg13-top-nav {
  top: 32px !important; /* desktop admin bar */
}

@media (max-width: 782px) {
  body.admin-bar.wp-theme-gottagf-app-theme-115 header.pg13-top-nav {
    top: 46px !important; /* mobile admin bar */
  }
}

/* Normalize admin-bar spacing: remove WP html margin, use body padding instead */
html {
  margin-top: 0 !important;
}

/* Desktop admin bar */
@media (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px; /* height of the black WP admin bar */
  }
}

/* Mobile / small admin bar */
@media (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px; /* taller admin bar on small screens */
  }
}

/* Make sure our top nav itself hugs the top of the page content */
header.pg13-top-nav {
  margin-top: 0;
  padding-top: 0;
  top: 0;
}
