/* Affiliation-Dating — site3 (nom de domaine PAS ENCORE CHOISI) — feuille de style separee du generateur.
   Fork de vuxenkontakter.com/style.css (2026-08-11), adapte pour casser le footprint visuel :
   theme clair (fond blanc / texte noir) au lieu du theme sombre de vuxenkontakter.com,
   tailles de police augmentees, photos de profil agrandies de +20px (hauteur ET largeur) -
   valeurs actees par Jerome, voir Wiki/Affiliation-Dating/site3.md bloc "UX / design". */

* { box-sizing: border-box; }

body {
  font-family: system-ui, -apple-system, sans-serif;
  margin: 0;
  background: #cccccc;  /* 80% blanc (pas 100%), demande Jerome 2026-08-11 */
  color: #16161a;
  font-size: 17px;      /* +1px vs vuxenkontakter.com (16px navigateur par defaut) */
  line-height: 1.6;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px 80px;
}

/* --- en-tete / logo --- */

/* header + nav remontes sur une seule ligne (demande Jerome 2026-08-13) - meme fond sombre
   que le badge logo (#12151f/#16161a tres proches) pour que le logo s'y fonde plutot que de
   trancher sur un fond clair. Bandeau full-wide (edge-to-edge), seul le contenu interieur
   reste borne a 1400px - meme convention que .section-dark/.similar ailleurs sur le site. */
.site-header {
  background: #16161a;
  margin-bottom: 24px;
}

.site-header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 14px 16px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .site-header-inner {
    justify-content: center;
  }
}

.brand {
  display: flex;
  align-items: center;
}

.logo-link {
  display: block;
  line-height: 0;
}

.site-logo {
  height: 48px;
  width: auto;
  display: block;
  border-radius: 8px;  /* logo-snabbtraff/ exporte sur canvas sombre plein (#12151f), pas de
                           transparence - le radius l'integre en badge plutot qu'un rectangle sec */
}

/* --- navigation categories --- */

/* Menu principal du site - distingue delibere des pastilles de filtre ville (.city-pill) :
   barre plate, texte en majuscules, indicateur de survol par soulignement, PAS de forme
   pilule/arrondie ni de fond gris qui le faisait ressembler a un filtre secondaire (bug
   signale par Jerome 2026-08-12 - "juste les pills, pas de menu"). */
nav.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

nav.categories a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

nav.categories a:hover {
  border-bottom-color: #c22b52;
}

.silo-title {
  margin-top: 36px;
  opacity: 0.6;
  font-size: 0.92rem;   /* vuxenkontakter.com : 0.85rem */
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-h1 {
  font-size: 1.85rem;   /* vuxenkontakter.com : 1.6rem */
  margin: 24px 0 16px;
}

/* --- hero pages categorie (5 silos) - composant uniforme, seul le texte change --- */
/* demande Jerome 2026-08-12, maquette hero-a-flat.png : fond uni sombre, pas d'image,
   breadcrumb + barre d'accent + H1 Playfair Display + sous-titre Poppins. Applique
   uniquement sur .hero (pages categorie), n'affecte aucun autre element du site. */
.hero {
  background: #12151f;
  padding: 22px clamp(20px, 5vw, 64px) 34px;
  margin: 0 0 24px;
  font-family: 'Poppins', sans-serif;
}

.hero .breadcrumb {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
  font-weight: 500;
  margin: 0 0 16px;
}

.hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
}

.hero .breadcrumb span[aria-current="page"] {
  color: #ff5f7a;
  font-weight: 600;
}

.hero-accent-bar {
  width: 46px;
  height: 4px;
  background: linear-gradient(90deg, #ff5f6d, #d92e6b);
  border-radius: 2px;
  margin: 0 0 14px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.2;
  max-width: 760px;
  margin: 0 0 10px;
}

.hero .hero-subtitle {
  color: #b9c0d1;
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
}

.seo-intro {
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e6;
}

.seo-intro p {
  margin: 0 0 14px;
  opacity: 0.85;
  font-size: 1.02rem;   /* vuxenkontakter.com : 0.95rem */
}

.seo-intro h2 {
  font-size: 1.3rem;    /* vuxenkontakter.com : 1.15rem */
  margin: 24px 0 10px;
  color: #a8123a;
}

.seo-intro h3 {
  font-size: 1.02rem;   /* vuxenkontakter.com : 0.95rem */
  margin: 16px 0 6px;
  opacity: 0.9;
}

.seo-intro a {
  color: #a8123a;
  text-decoration: underline;
}

.silo-intro {
  opacity: 0.75;
  font-size: 1rem;      /* vuxenkontakter.com : 0.92rem */
  margin: 4px 0 0;
}

/* --- filtre ville par silo --- */

.city-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.city-pill {
  display: inline-block;
  font-size: 0.82rem;   /* vuxenkontakter.com : 0.75rem */
  padding: 5px 12px;
  border-radius: 14px;
  background: #f7f7f9;
  color: #45454e;
  border: 1px solid #e2e2e6;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.city-pill:hover {
  border-color: #c22b52;
}

.city-pill.active {
  background: #c22b52;
  border-color: #c22b52;
  color: white;
}

/* --- grille de profils (home), 6 colonnes x 4 rangees visibles --- */

.profile-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.profile-card {
  text-decoration: none;
  color: #33333a;
  display: block;
  background: #fafafb;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e2e6;
  transition: border-color .15s;
}

.profile-card:hover {
  border-color: #c22b52;
}

.profile-card img,
.card-noimg {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: #eeeef1;
  display: block;
}

.card-body {
  padding: 8px 10px 10px;
}

.card-name {
  font-size: 0.86rem;   /* vuxenkontakter.com : 0.78rem */
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-bio {
  font-size: 0.8rem;    /* vuxenkontakter.com : 0.72rem */
  opacity: 0.7;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.card-tag {
  font-size: 0.68rem;   /* vuxenkontakter.com : 0.62rem */
  padding: 2px 7px;
  border-radius: 10px;
  background: #eeeef1;
  color: #45454e;
  white-space: nowrap;
}

.card-readmore {
  display: block;
  font-size: 0.75rem;   /* vuxenkontakter.com : 0.68rem */
  color: #a8123a;
  font-weight: 600;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .profile-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 640px) {
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- teaser (page index) --- */

.teaser {
  border-top: 1px solid #eeeef1;
  padding: 18px 0;
  display: flex;
  gap: 14px;
}

.teaser:first-of-type {
  border-top: none;
}

.teaser img {
  width: 100px;   /* vuxenkontakter.com : 90px (+10, coherent avec le pas +20 sur fiche-hero) */
  height: 140px;  /* vuxenkontakter.com : 120px */
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #eeeef1;
}

.teaser .col {
  flex: 1;
  min-width: 0;
}

.teaser h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;    /* vuxenkontakter.com : 1rem */
}

.teaser p {
  margin: 0 0 8px;
  font-size: 1rem;      /* vuxenkontakter.com : 0.92rem */
  opacity: 0.85;
}

.teaser a.readmore {
  font-size: 0.92rem;   /* vuxenkontakter.com : 0.85rem */
  color: #a8123a;
  text-decoration: none;
  font-weight: 600;
}

.teaser a.readmore:hover {
  text-decoration: underline;
}

/* --- fiche individuelle (refonte 2026-08-12, maquette validee
   site3/assets/profile-redesign/) --- */

/* rythme de sections alterne : clair (bio) -> sombre (prefs) -> clair (profils lies) ->
   sombre (footer, non touche ici - portee globale hors scope de cette refonte). */
.section-light {
  background: #f4f5f7;
  padding: 40px clamp(20px, 5vw, 64px);
}

.bio-grid {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 28px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .bio-grid {
    grid-template-columns: 1fr;
  }
}

/* colonne photo (essai 2026-08-13) : la carte photo garde son overflow:hidden pour la photo/
   le radius, .photo-facts est un sibling en dehors pour ne pas etre coupe par ce overflow. */
.photo-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(20, 25, 40, 0.18);
  border-radius: 8px;
}

/* --- sous la photo : chips identite + citation extraite d'axes_json (essai 2026-08-13,
   demande Jerome, teste sur 5 fiches avant generalisation) --- */
.photo-facts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.photo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.photo-chip {
  display: inline-block;
  font-size: 0.78rem;
  padding: 5px 11px;
  border-radius: 14px;
  background: #ffffff;
  color: #45454e;
  border: 1px solid #e2e2e6;
  font-weight: 600;
}

.photo-quote {
  background: #ffffff;
  border-left: 3px solid #d92e6b;
  border-radius: 6px;
  padding: 12px 14px;
  box-shadow: 0 4px 12px rgba(20, 25, 40, 0.08);
}

.photo-quote .pq-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7385;
  font-weight: 700;
  margin-bottom: 4px;
}

.photo-quote p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #2a2f3c;
  font-style: italic;
}

.profile-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  cursor: pointer;
}

/* badge statut - tire au hasard cote client a chaque affichage (STATUS_BADGE_SCRIPT), vide
   par defaut. Sur la photo principale de fiche : overlay coin HAUT-GAUCHE (demande Jerome
   2026-08-12, point 6). Sur les cartes grille (related-grid, etc.) : coin haut-droit
   (inchange, systeme deja en place). */
.status-badge {
  position: absolute;
  top: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 20px;
  display: none;
}

.profile-photo .status-badge {
  left: 10px;
  background: rgba(18, 21, 31, 0.75);
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 10px;
}

.card-photo-wrap .status-badge,
.fiche-photo-wrap .status-badge {
  right: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.status-badge:not(:empty) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.status-badge.badge-online {
  background: #e8f7ee;
  color: #1f8a4c;
}

.profile-photo .status-badge.badge-online {
  background: rgba(18, 21, 31, 0.75);
  color: #fff;
}

.status-badge.badge-online::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ddc7e;
}

.status-badge.badge-new {
  background: #eef2fb;
  color: #3a56b0;
}

.profile-photo .status-badge.badge-new,
.profile-photo .status-badge.badge-chatted {
  background: rgba(18, 21, 31, 0.75);
  color: #fff;
}

.status-badge.badge-chatted {
  background: #fbeef2;
  color: #a8123a;
}

.card-photo-wrap {
  position: relative;
}

.bio-text {
  color: #2a2f3c;
}

.bio-meta {
  color: #6b7385;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
}

/* bio-cta-inline aligne sur .cta-strip (bandeau likes/dislikes) - meme centrage, meme gabarit
   de bouton, demande Jerome 2026-08-13 : les deux CTA de la page fiche doivent etre identiques. */
.bio-cta-inline {
  text-align: center;
  margin-top: 32px;
}

.bio-cta-inline .cta {
  padding: 17px 40px;
  font-size: 16px;
  margin-top: 0;
}

.bio-text p {
  margin: 0 0 14px;
  line-height: 1.65;
  font-size: 14.5px;
}

.bio-text a:not(.cta) {
  color: #d92e6b;
  font-weight: 600;
}

/* bandeau pub (rotator par silo, voir SILO_BANNERS/render_fiche_banner) - 3e colonne, meme
   largeur que la photo (220px) pour equilibrer la ligne. */
.side-banner {
  display: block;
  width: 220px;
  flex-shrink: 0;
  background: #12151f;
  box-shadow: 0 14px 30px rgba(20, 25, 40, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .side-banner {
    width: 100%;
    max-width: 320px;
  }
}

.side-banner img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

/* --- section likes/dislikes (fond sombre) --- */

.section-dark {
  background: #12151f;
  padding: 44px clamp(20px, 5vw, 64px);
}

.prefs-title {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 0 auto 22px;
  text-align: center;
  max-width: 1400px;
}

.prefs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .prefs-grid {
    grid-template-columns: 1fr;
  }
}

.pref-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 22px 24px;
}

.pref-card.likes {
  border-top: 3px solid #3ddc7e;
}

.pref-card.dislikes {
  border-top: 3px solid #ff5f6d;
}

.pref-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.pref-head .ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #12151f;
}

.likes .ico { background: #3ddc7e; }
.dislikes .ico { background: #ff5f6d; }

.pref-head span {
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.3px;
}

.pref-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pref-list li {
  color: #c3c9d8;
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  margin-bottom: 12px;
}

.likes .pref-list li::before,
.dislikes .pref-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.likes .pref-list li::before { background: #3ddc7e; }
.dislikes .pref-list li::before { background: #ff5f6d; }

.cta-strip {
  text-align: center;
  margin-top: 32px;
}

.cta-strip .cta {
  padding: 17px 40px;
  font-size: 16px;
  margin-top: 0;
}

.breadcrumb {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 16px;
}

.breadcrumb a {
  color: #45454e;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .crumb-sep {
  margin: 0 6px;
  opacity: 0.5;
}

.breadcrumb span[aria-current="page"] {
  color: #16161a;
  font-weight: 600;
}

.back-link {
  font-size: 0.88rem;   /* vuxenkontakter.com : 0.8rem */
  opacity: 0.6;
  text-decoration: none;
  color: #45454e;
}

.back-link:hover {
  opacity: 1;
}

.long-desc p {
  margin: 0 0 12px;
}

/* --- CTA unique (2026-08-12, refonte pages fiche profil, maquette validee
   site3/assets/profile-redesign/) - un seul style de bouton dans toute la page fiche,
   inline ou en bandeau pleine largeur. Remplace l'ancien .cta rouge uni + l'ancien
   .sticky-cta (pill flottant bas de viewport, supprime). */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  background: linear-gradient(135deg, #ff5f6d, #d92e6b);
  color: #ffffff;
  font-weight: 800;
  font-size: 18px; /* etait 15px */
  letter-spacing: 0.3px;
  padding: 16px 30px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(217, 46, 107, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

/* --- profils similaires (related-grid, refonte 2026-08-12) --- */

.similar {
  background: #f4f5f7;
  padding: 40px clamp(20px, 5vw, 64px);
}

.similar > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.similar h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b7385;
  opacity: 1;
  margin-bottom: 18px;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

@media (max-width: 900px) {
  .similar-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .similar-grid { grid-template-columns: repeat(2, 1fr); }
}

.similar-grid a {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 25, 40, 0.14);
}

.similar-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.similar-grid .sname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 24px 10px 8px;
  background: linear-gradient(0deg, rgba(6, 8, 14, 0.9), rgba(6, 8, 14, 0));
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
}

.similar-grid .status-badge {
  right: 8px;
}

/* --- pied de page --- */

footer.site {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e2e2e6;
  font-size: 0.82rem;   /* vuxenkontakter.com : 0.75rem */
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  opacity: 0.85;
  margin-bottom: 20px;
}

.footer-col .footer-cat {
  display: block;
  color: #16161a;
  font-weight: 700;
  font-size: 0.88rem;   /* vuxenkontakter.com : 0.8rem */
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-col .footer-cat:hover {
  color: #a8123a;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 5px;
}

.footer-col a {
  color: #55555e;
  text-decoration: none;
  font-size: 0.82rem;   /* vuxenkontakter.com : 0.75rem */
}

.footer-col a:hover {
  color: #a8123a;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- lightbox (clic photo) --- */

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.open {
  display: flex;
}

.lightbox-inner {
  max-width: 440px;   /* vuxenkontakter.com : 420px, coherent avec la photo agrandie */
  width: 100%;
  text-align: center;
}

.lightbox-inner img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  border-radius: 10px;
}

.lightbox-inner .lb-text {
  margin: 16px 0;
  font-size: 1.02rem;   /* vuxenkontakter.com : 0.95rem */
  opacity: 0.9;
  color: #fff;
}

.lightbox-inner .cta {
  margin-top: 0;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 1.9rem;
  cursor: pointer;
  line-height: 1;
}

/* barre CTA sticky bas de page (fiches profil), full-wide mobile + desktop - remise en place
   le 2026-08-13 (disparue par erreur lors de la refonte du 2026-08-12, Jerome l'a signalee
   manquante), en plus du CTA inline + bandeau .cta-strip (les deux coexistent). */
body:has(.sticky-cta) {
  padding-bottom: 76px; /* evite que la barre fixe cache le bas du contenu/footer */
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  background: #fafafb;
  border-top: 1px solid #e2e2e6;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
}

.sticky-cta-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  background: #c22b52;
  transition: background .15s;
}

.sticky-cta-link:hover {
  background: #a8223f;
}

/* photo ronde sticky : +20px comme la photo de fiche (44 -> 64) - meme decision "casser le
   footprint" appliquee a chaque occurrence de photo de profil sur le site. */
.sticky-cta-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.6);
}

.sticky-cta-text {
  color: white;
  font-weight: 800;
  font-size: 1.02rem;   /* vuxenkontakter.com : 0.95rem, aligne sur le poids .cta (800) */
  flex: 1;
  text-align: center;
}

@media (min-width: 900px) {
  .sticky-cta-link {
    justify-content: center;
    padding: 12px 16px;
  }
  .sticky-cta-text {
    flex: none;
  }
}
