/*
  EriFaye TV - overrides Streamlab V1
*/

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: #05070d;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

.ef-stream-main {
  min-height: 70vh;
}

.ef-stream-header .logo {
  height: 48px;
  max-height: 48px;
}

#gen-loading-center img {
  max-width: 180px;
}

.ef-flash-container {
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
}

.ef-alert {
  pointer-events: auto;
  border: 0;
  color: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

.ef-alert-success { background: #12805c; }
.ef-alert-danger { background: #b91c1c; }
.ef-alert-warning { background: #92400e; }
.ef-alert-info { background: #1d4ed8; }

.ef-hero-stream {
  min-height: 720px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  position: relative;
}

.ef-hero-stream h1 {
  color: #ffffff;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: .92;
  font-weight: 800;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}

.ef-hero-stream p {
  color: rgba(255,255,255,.78);
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 760px;
}

.ef-kicker {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background: rgba(229,9,20,.18);
  border: 1px solid rgba(229,9,20,.35);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 12px;
  text-transform: uppercase;
}

.ef-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}

.ef-badge-soft,
.ef-meta-row span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 13px;
  font-weight: 600;
}

.ef-btn-ghost {
  display: inline-flex;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 700;
  background: rgba(255,255,255,.06);
}

.ef-btn-ghost:hover {
  background: rgba(255,255,255,.14);
}

.ef-plans-strip {
  background: linear-gradient(135deg, rgba(229,9,20,.22), rgba(8,12,20,1));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 44px 0;
}

.ef-plans-strip h2,
.ef-ppv-demo h2 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -.035em;
}

.ef-plans-strip p,
.ef-muted {
  color: rgba(255,255,255,.70) !important;
}

.ef-rail-section {
  background: #05070d;
}

.gen-heading-title {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -.03em;
}

.ef-content-card-stream {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #111827;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
}

.ef-poster-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: #101827;
}

.ef-poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ef-content-card-stream:hover .ef-poster-wrap img {
  transform: scale(1.06);
}

.ef-poster-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.38);
  opacity: 0;
  transition: opacity .25s ease;
}

.ef-content-card-stream:hover .ef-poster-overlay {
  opacity: 1;
}

.ef-play {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #e50914;
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 40px rgba(229,9,20,.42);
}

.ef-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e50914;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.ef-card-badge.alt {
  background: #92400e;
}

.ef-card-body {
  padding: 18px;
}

.ef-card-body h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.ef-card-body p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.ef-card-meta {
  display: flex;
  gap: 8px;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  margin-bottom: 10px;
}

.ef-ppv-demo {
  padding: 90px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(229,9,20,.18), transparent 35%),
    linear-gradient(180deg, #080c14, #05070d);
}

.ef-ppv-card {
  background: rgba(17,24,39,.86);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.ef-ppv-card div,
.ef-payment-summary div,
.ef-profile-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.72);
}

.ef-ppv-card strong,
.ef-payment-summary strong,
.ef-profile-row strong {
  color: #ffffff;
}

.ef-ppv-card .free strong,
.ef-profile-row strong.ok {
  color: #19d27c;
}

.ef-profile-row strong.warn {
  color: #f59e0b;
}

.ef-page-header {
  padding: 180px 0 80px;
  background:
    radial-gradient(circle at 20% 20%, rgba(229,9,20,.20), transparent 35%),
    linear-gradient(180deg, #080c14, #05070d);
}

.ef-page-header h1,
.ef-detail-hero h1 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.ef-page-header p,
.ef-detail-hero p,
.ef-detail-hero h4 {
  color: rgba(255,255,255,.72);
}

.ef-filter-bar,
.ef-subscribe-box,
.ef-profile-card,
.ef-auth-card,
.ef-watch-locked,
.ef-player-card,
.ef-plan-card {
  background: rgba(17,24,39,.86);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.ef-input,
.ef-input:focus {
  background: rgba(255,255,255,.07);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  min-height: 52px;
  box-shadow: none;
}

.ef-input::placeholder {
  color: rgba(255,255,255,.42);
}

.ef-empty {
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 30px;
}

.ef-detail-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 160px 0 90px;
}

.ef-detail-poster {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.14);
}

.ef-access-message {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 16px;
  color: #ffffff;
}

.ef-access-message.ok { background: rgba(25,210,124,.16); border: 1px solid rgba(25,210,124,.25); }
.ef-access-message.warn { background: rgba(245,158,11,.16); border: 1px solid rgba(245,158,11,.25); }

.ef-watch-section {
  padding: 160px 0 80px;
  background: #05070d;
}

.ef-player-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.ef-player-title h1 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ef-video-player {
  width: 100%;
  max-height: 72vh;
  background: #000000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}

.ef-plan-card {
  height: 100%;
  position: relative;
}

.ef-plan-card.featured {
  border-color: rgba(229,9,20,.55);
  background: linear-gradient(180deg, rgba(229,9,20,.18), rgba(17,24,39,.92));
}

.ef-plan-badge {
  display: inline-flex;
  color: #ffffff;
  background: #e50914;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ef-plan-card h2 {
  color: #ffffff;
  font-weight: 800;
}

.ef-plan-card p,
.ef-test-price {
  color: rgba(255,255,255,.68);
}

.ef-plan-price strong {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 800;
}

.ef-plan-price span {
  color: rgba(255,255,255,.62);
}

.ef-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.ef-plan-card li {
  color: rgba(255,255,255,.72);
  padding: 9px 0;
}

.ef-plan-card li i {
  color: #19d27c;
  margin-right: 8px;
}

.ef-auth-section {
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at 20% 20%, rgba(229,9,20,.18), transparent 30%),
    #05070d;
}

.ef-auth-card {
  max-width: 520px;
  margin: 0 auto;
}

.ef-auth-card-wide {
  max-width: 860px;
}

.ef-auth-card h1 {
  color: #ffffff;
  font-weight: 800;
}

.ef-auth-card p,
.ef-auth-links {
  color: rgba(255,255,255,.70);
}

.ef-auth-form label {
  color: #ffffff;
  font-weight: 600;
}

.ef-auth-links {
  margin-top: 20px;
  text-align: center;
}

.ef-auth-links a {
  color: #ffffff;
}

.ef-choice-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 18px;
  color: #ffffff;
}

.ef-choice-box label {
  margin-right: 18px;
}

.ef-demo-otp {
  border: 1px solid rgba(25,210,124,.25);
  background: rgba(25,210,124,.13);
  color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 22px;
}

.ef-demo-otp span {
  display: inline-flex;
  margin: 8px 8px 0 0;
  background: rgba(0,0,0,.25);
  border-radius: 999px;
  padding: 7px 12px;
}

.iti {
  width: 100%;
}

.iti__country-list {
  background: #111827;
  color: #ffffff;
  border-color: rgba(255,255,255,.16);
}

.ef-footer {
  background: #03050a;
  color: rgba(255,255,255,.62);
}

.ef-footer a {
  margin-left: 16px;
  color: rgba(255,255,255,.75);
}

.ef-footer a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .ef-hero-stream,
  .ef-detail-hero {
    min-height: auto;
    padding: 150px 0 70px;
  }

  .ef-player-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .ef-hero-stream h1,
  .ef-page-header h1,
  .ef-detail-hero h1 {
    font-size: 3rem;
  }

  .ef-footer a {
    display: inline-block;
    margin: 10px 12px 0 0;
  }
}

/* NETFLIX-LIKE VIDEO CARDS V1.1 */
.ef-netflix-col{transition:z-index .2s ease}.ef-netflix-col:hover{z-index:20}.ef-netflix-card{position:relative;width:100%;border-radius:16px;overflow:visible}.ef-netflix-thumb{position:relative;height:210px;border-radius:16px;overflow:hidden;background-size:cover;background-position:center;background-color:#111827;box-shadow:0 18px 46px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.09);transform-origin:center center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ef-netflix-card:hover .ef-netflix-thumb{transform:scale(1.065);box-shadow:0 28px 80px rgba(0,0,0,.72);border-color:rgba(255,255,255,.22)}.ef-netflix-link{position:absolute;inset:0;z-index:1}.ef-netflix-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,13,.10) 0%,rgba(5,7,13,.12) 35%,rgba(5,7,13,.92) 100%),linear-gradient(90deg,rgba(0,0,0,.38),transparent 55%);z-index:2}.ef-netflix-topbadges{position:absolute;top:12px;left:12px;right:12px;z-index:4;display:flex;gap:7px;flex-wrap:wrap}.ef-netflix-topbadges span{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;color:#fff;font-weight:700;background:rgba(229,9,20,.95);box-shadow:0 10px 22px rgba(0,0,0,.28)}.ef-netflix-topbadges span.alt{background:rgba(146,64,14,.95)}.ef-netflix-topbadges span.ppv{background:rgba(245,196,81,.95);color:#111827}.ef-netflix-info{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:48px 15px 15px;color:#fff}.ef-netflix-info h5{color:#fff;font-weight:700;letter-spacing:-.02em;line-height:1.18;margin:0 0 7px;font-size:1rem}.ef-netflix-meta{display:flex;gap:8px;margin-bottom:8px;color:rgba(255,255,255,.78);font-size:12px}.ef-netflix-info p{color:rgba(255,255,255,.70);line-height:1.45;margin:0;font-size:12px;max-height:0;overflow:hidden;opacity:0;transition:max-height .2s ease,opacity .2s ease,margin .2s ease}.ef-netflix-actions{display:flex;gap:8px;margin-top:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .2s ease,opacity .2s ease,margin .2s ease}.ef-netflix-card:hover .ef-netflix-info p{max-height:52px;opacity:1;margin-top:4px}.ef-netflix-card:hover .ef-netflix-actions{max-height:48px;opacity:1;margin-top:11px}.ef-round-action{position:relative;z-index:8;width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.38);color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease}.ef-round-action:hover{color:#fff;transform:scale(1.06);background:rgba(255,255,255,.14)}.ef-play-action{background:#fff;color:#05070d;border-color:#fff}.ef-play-action:hover{color:#05070d;background:#fff}.ef-quickplay-modal .modal-content{background:#05070d;border:1px solid rgba(255,255,255,.14);border-radius:22px;overflow:hidden;box-shadow:0 34px 100px rgba(0,0,0,.80)}.ef-quickplay-modal .modal-body{padding:0}.ef-modal-close{position:absolute;right:14px;top:14px;z-index:5;width:42px;height:42px;border-radius:999px;border:0;background:rgba(0,0,0,.65);color:#fff;font-size:28px;line-height:1;cursor:pointer}.ef-quickplay-video{display:block;width:100%;max-height:72vh;background:#000}.ef-quickplay-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;background:linear-gradient(180deg,#080c14,#05070d)}.ef-quickplay-bottom h3{color:#fff;font-weight:700;margin:0 0 4px}.ef-quickplay-bottom p{color:rgba(255,255,255,.68)}.ef-hero-stream .gen-button{border:0}@media (min-width:1400px){.ef-netflix-thumb{height:230px}}@media (max-width:991px){.ef-netflix-thumb{height:220px}.ef-netflix-card:hover .ef-netflix-thumb{transform:none}.ef-netflix-info p,.ef-netflix-actions{max-height:80px;opacity:1;margin-top:8px}}@media (max-width:575px){.ef-netflix-thumb{height:210px}.ef-quickplay-bottom{flex-direction:column;align-items:flex-start}}


/* REGISTER WIZARD HORIZONTAL V1.2 */
.ef-auth-wizard-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(229,9,20,.18), transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.05), transparent 26%),
    #05070d;
}

.ef-wizard-card {
  max-width: 980px;
}

.ef-register-heading {
  text-align: center;
  margin-bottom: 28px;
}

.ef-register-heading h1 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.ef-register-heading p {
  color: rgba(255,255,255,.70);
  max-width: 680px;
  margin: 0 auto;
}

.ef-wizard-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0 34px;
}

.ef-wizard-progress-otp {
  grid-template-columns: repeat(5, 1fr);
}

.ef-wizard-progress::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 22px;
  height: 2px;
  background: rgba(255,255,255,.12);
  z-index: 0;
}

.ef-wizard-step {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(255,255,255,.52);
}

.ef-wizard-step span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  background: #111827;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.74);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.ef-wizard-step strong {
  display: block;
  color: inherit;
  font-weight: 700;
  font-size: .88rem;
}

.ef-wizard-step.is-active {
  color: #ffffff;
}

.ef-wizard-step.is-active span {
  color: #ffffff;
  border-color: rgba(229,9,20,.75);
  background: #e50914;
}

.ef-wizard-step.is-complete {
  color: rgba(255,255,255,.88);
}

.ef-wizard-step.is-complete span {
  color: #ffffff;
  border-color: rgba(25,210,124,.55);
  background: #12805c;
}

.ef-wizard-form {
  max-width: 800px;
  margin: 0 auto;
}

.ef-wizard-panel {
  display: none;
  animation: efWizardFade .22s ease;
}

.ef-wizard-panel.is-active {
  display: block;
}

@keyframes efWizardFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ef-step-title {
  margin-bottom: 22px;
}

.ef-step-title h2 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.025em;
  margin-bottom: 8px;
}

.ef-step-title p {
  color: rgba(255,255,255,.68);
  margin-bottom: 0;
}

.ef-wizard-help {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}

.ef-wizard-help i {
  color: #e50914;
  margin-top: 3px;
}

.ef-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ef-choice-tile {
  position: relative;
  display: block;
  margin: 0;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.ef-choice-tile:hover,
.ef-choice-tile.is-selected {
  transform: translateY(-2px);
  border-color: rgba(229,9,20,.55);
  background: rgba(229,9,20,.14);
}

.ef-choice-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ef-choice-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(229,9,20,.18);
  margin-bottom: 16px;
}

.ef-choice-tile strong,
.ef-choice-tile small {
  display: block;
}

.ef-choice-tile strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.ef-choice-tile small {
  color: rgba(255,255,255,.64);
  line-height: 1.45;
}

.ef-pin-input {
  font-size: 1.5rem;
  letter-spacing: .3em;
  text-align: center;
  font-weight: 700;
}

.ef-wizard-error {
  color: #ffffff;
  background: rgba(185,28,28,.88);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 20px;
}

.ef-wizard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ef-wizard-actions .gen-button,
.ef-wizard-actions .ef-btn-ghost {
  min-width: 170px;
  justify-content: center;
}

.ef-wizard-actions .ef-wizard-back {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.06);
}

@media (max-width: 767px) {
  .ef-wizard-progress,
  .ef-wizard-progress-otp {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ef-wizard-progress::before {
    display: none;
  }

  .ef-choice-grid {
    grid-template-columns: 1fr;
  }

  .ef-wizard-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .ef-wizard-actions .gen-button,
  .ef-wizard-actions .ef-btn-ghost {
    width: 100%;
  }
}


/* ==========================================================================
   STREAMING CLEANUP V1.4
   - Front-controller index.php?page=...
   - FontAwesome restored via header includes
   - Manrope stack aligned with landing page
   - Red theme, no blue
   - Netflix cards stable, no clipped titles
   ========================================================================== */

:root {
  --ef-red-main: #e50914;
  --ef-red-hover: #ff3140;
  --ef-red-dark: #9f0710;
  --ef-black: #05070d;
  --ef-dark-1: #080c14;
  --ef-dark-2: #111827;
  --ef-border-soft: rgba(255,255,255,.12);
  --ef-white: #ffffff;
  --ef-text-soft: rgba(255,255,255,.72);
}

html,
body,
button,
input,
select,
textarea,
.navbar,
.gen-menu-contain,
.ef-stream-main,
.ef-stream-main *,
.gen-button,
.gen-button * {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Make weights softer than Streamlab defaults */
h1,h2,h3,h4,h5,h6,
.gen-heading-title,
.ef-hero-stream h1,
.ef-page-header h1,
.ef-detail-hero h1,
.ef-player-title h1,
.ef-register-heading h1,
.ef-plan-card h2,
.ef-plans-strip h2,
.ef-ppv-demo h2 {
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}

.ef-hero-stream h1 {
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
}

.gen-button .gen-button-text,
.navbar .nav-link,
#gen-main-menu li a,
.ef-kicker,
.ef-mini-badge,
.ef-plan-badge,
.ef-card-badge,
.ef-netflix-topbadges span,
.ef-badge-soft,
.ef-meta-row span,
.ef-choice-tile strong,
.ef-wizard-step strong,
.ef-auth-form label {
  font-weight: 600 !important;
}

/* Header brand text beside logo */
.ef-header-brand,
.ef-footer-brand-link {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}

.ef-header-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ef-red-main), var(--ef-red-dark));
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  box-shadow: 0 14px 34px rgba(229,9,20,.35);
}

.ef-header-brand-name {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1;
}

.ef-header-brand-name span {
  color: var(--ef-red-hover);
  margin-left: 2px;
}

.ef-loading-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ef-loading-logo span {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ef-red-main);
  color: #ffffff;
  font-weight: 800;
}

.ef-loading-logo strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
}

.ef-loading-logo em {
  color: var(--ef-red-hover);
  font-style: normal;
}

/* Remove blue remnants / red theme */
a,
a:hover,
a:focus,
.ef-auth-links a,
.ef-footer a:hover {
  color: #ffffff;
}

#gen-main-menu li a,
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,.78) !important;
  border-radius: 999px;
  padding: 10px 16px !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

#gen-main-menu li a:hover,
#gen-main-menu li.current-menu-item > a,
#gen-main-menu li.current_page_item > a,
#gen-main-menu li:hover > a,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background: rgba(229,9,20,.16) !important;
  transform: translateY(-1px);
}

.gen-header-style-1 .gen-bottom-header,
.ef-stream-header,
.ef-stream-header .gen-bottom-header {
  background: rgba(5,7,13,.94) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* Buttons rounded and red */
.gen-button,
.gen-button .gen-button-block,
.gen-button .gen-button-block:before,
.gen-button .gen-button-block:after,
.gen-button-flat,
.gen-btn-container .gen-button-flat {
  background: var(--ef-red-main) !important;
  border-color: var(--ef-red-main) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  overflow: hidden;
}

.gen-button:hover,
.gen-button:hover .gen-button-block,
.gen-button-flat:hover {
  background: var(--ef-red-hover) !important;
  border-color: var(--ef-red-hover) !important;
  color: #ffffff !important;
}

.gen-button .gen-button-text,
.gen-button:hover .gen-button-text,
.gen-button-flat span,
.gen-button-flat:hover span {
  color: #ffffff !important;
}

.gen-button-line-left,
.gen-button-line-right,
.gen-button .gen-button-line-left,
.gen-button .gen-button-line-right {
  background: #ffffff !important;
}

.ef-btn-ghost,
.ef-btn-ghost:hover {
  border-radius: 999px !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.22) !important;
}

.ef-btn-ghost:hover {
  background: rgba(229,9,20,.16) !important;
  border-color: rgba(229,9,20,.45) !important;
}

/* Icons/account/back-to-top */
.gen-account-holder,
.gen-account-holder:hover,
#back-to-top .top,
#back-to-top .top:hover,
.ef-kicker,
.ef-mini-badge,
.ef-card-badge,
.ef-plan-badge,
.ef-wizard-step.is-active span,
.ef-choice-icon,
.ef-card-icon {
  background: var(--ef-red-main) !important;
  border-color: var(--ef-red-main) !important;
  color: #ffffff !important;
}

/* Footer must be dark, never blue */
#gen-footer,
#gen-footer .gen-footer-style-1,
#gen-footer .gen-copyright-footer,
.ef-footer,
.ef-footer .gen-footer-style-1,
.ef-footer .gen-copyright-footer {
  background: #03050a !important;
  background-color: #03050a !important;
  color: rgba(255,255,255,.68) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

#gen-footer a,
.ef-footer a {
  color: rgba(255,255,255,.76) !important;
}

#gen-footer a:hover,
.ef-footer a:hover {
  color: #ffffff !important;
}

/* Forms/selects */
.ef-input,
.ef-input:focus,
.form-control,
.form-control:focus {
  background: rgba(255,255,255,.07) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.ef-input:focus,
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(229,9,20,.75) !important;
  box-shadow: 0 0 0 .2rem rgba(229,9,20,.18) !important;
}

select.ef-input option,
select.form-control option,
.ef-input option,
.form-control option {
  background: #111827 !important;
  color: #ffffff !important;
}

select.ef-input option:checked,
select.form-control option:checked {
  background: var(--ef-red-main) !important;
  color: #ffffff !important;
}

/* Subtitle spacing */
.ef-subtitle,
.ef-detail-subtitle,
.ef-page-header p,
.ef-step-title p,
.ef-register-heading p {
  margin-top: 10px !important;
  line-height: 1.65 !important;
}

/* Netflix cards stable layout */
.ef-netflix-col {
  transition: z-index .2s ease;
}

.ef-netflix-col:hover {
  z-index: 20;
}

.ef-netflix-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(17,24,39,.88);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.32);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ef-netflix-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229,9,20,.40);
  box-shadow: 0 28px 80px rgba(0,0,0,.60);
}

.ef-netflix-thumb {
  position: relative;
  height: auto !important;
  aspect-ratio: 16/9;
  border-radius: 0 !important;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #111827;
  box-shadow: none !important;
  border: 0 !important;
  transform: none !important;
}

.ef-netflix-card:hover .ef-netflix-thumb {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.ef-netflix-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ef-netflix-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,13,.05) 0%, rgba(5,7,13,.18) 48%, rgba(5,7,13,.82) 100%),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0,0,0,.28) 100%);
  z-index: 2;
}

.ef-netflix-topbadges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.ef-netflix-topbadges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600 !important;
  background: rgba(229,9,20,.95);
}

.ef-netflix-topbadges span.alt {
  background: rgba(146,64,14,.95) !important;
}

.ef-netflix-topbadges span.ppv {
  background: rgba(245,196,81,.95) !important;
  color: #111827 !important;
}

.ef-netflix-play-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 6;
  pointer-events: none;
}

.ef-netflix-play {
  pointer-events: auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.92);
  background: rgba(255,255,255,.96);
  color: #05070d !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ef-netflix-play i {
  color: #05070d !important;
  font-size: 18px;
  margin-left: 2px;
}

.ef-netflix-play:hover {
  transform: scale(1.08);
  background: #ffffff;
  border-color: #ffffff;
}

.ef-netflix-body {
  padding: 16px 16px 18px;
  min-height: 150px;
}

.ef-netflix-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ef-netflix-title-row h5 {
  margin: 0;
  color: #ffffff;
  font-weight: 600 !important;
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-size: 1rem;
  overflow-wrap: anywhere;
  max-width: calc(100% - 42px);
}

.ef-netflix-title-row h5 a {
  color: #ffffff !important;
}

.ef-netflix-info-btn {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: rgba(255,255,255,.07);
}

.ef-netflix-info-btn:hover {
  background: rgba(229,9,20,.20);
  border-color: rgba(229,9,20,.45);
}

.ef-netflix-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 9px;
  color: rgba(255,255,255,.70);
  font-size: 12px;
}

.ef-netflix-meta span {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
}

.ef-netflix-body p {
  color: rgba(255,255,255,.66);
  line-height: 1.5;
  margin: 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Neutralize old V1.2 overlay content if present */
.ef-netflix-info,
.ef-netflix-actions,
.ef-round-action {
  position: initial;
}

/* Modal player */
.ef-quickplay-modal .modal-content {
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 24px !important;
  overflow: hidden;
}

.ef-modal-close {
  border-radius: 999px !important;
  background: rgba(0,0,0,.70) !important;
  color: #ffffff !important;
}

.ef-modal-close:hover {
  background: var(--ef-red-main) !important;
}

.ef-quickplay-bottom {
  background: linear-gradient(180deg, #080c14, #05070d) !important;
}

/* Wizard corrections */
.ef-choice-tile:hover,
.ef-choice-tile.is-selected {
  border-color: rgba(229,9,20,.65) !important;
  background: rgba(229,9,20,.14) !important;
}

.ef-wizard-step.is-complete span {
  background: #12805c !important;
  border-color: #12805c !important;
}

/* Alerts readable */
.ef-alert,
.alert,
.ef-demo-otp,
.ef-wizard-error,
.ef-access-message {
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .ef-netflix-card:hover {
    transform: none;
  }

  .ef-header-brand-name {
    font-size: 1.12rem;
  }
}

@media (max-width: 575px) {
  .ef-netflix-body {
    min-height: auto;
  }

  .ef-netflix-play {
    width: 52px;
    height: 52px;
  }

  .ef-header-brand-mark {
    width: 40px;
    height: 40px;
  }
}


/* ==========================================================================
   STREAMING FIX V1.5
   - FontAwesome visible again
   - Login button redesigned
   - Play icon forced visible
   ========================================================================== */

/* Le patch V1.3/V1.4 forçait Manrope sur trop d'éléments avec !important.
   On redonne explicitement sa police à FontAwesome. */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
[class^="fa-"],
[class*=" fa-"],
i.fa,
i.fas,
i.far,
i.fab {
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
}

.fas,
.fa,
i.fas,
i.fa {
  font-weight: 900 !important;
}

.far,
i.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fab,
i.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

/* Compatibilité éventuelle anciens noms FontAwesome v4 */
.fa-play:before {
  content: "\f04b" !important;
}

.fa-info:before {
  content: "\f129" !important;
}

.fa-user:before {
  content: "\f007" !important;
}

.fa-sign-in-alt:before {
  content: "\f2f6" !important;
}

/* Le bouton Play reste toujours visible, même sans hover */
.ef-netflix-play-wrap {
  opacity: 1 !important;
  visibility: visible !important;
}

.ef-netflix-play {
  opacity: 1 !important;
  visibility: visible !important;
  background: rgba(255,255,255,.96) !important;
  color: #05070d !important;
}

.ef-netflix-play i,
.ef-netflix-play .fa,
.ef-netflix-play .fas {
  color: #05070d !important;
  font-size: 18px !important;
}

/* Bouton connexion propre, dans la même charte que Créer un compte */
.ef-header-login-block {
  margin-right: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.ef-login-button {
  height: 48px;
  min-width: 132px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 1;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ef-login-button i {
  color: #ffffff !important;
  font-size: 14px;
}

.ef-login-button:hover,
.ef-login-button:focus {
  color: #ffffff !important;
  background: rgba(229,9,20,.18) !important;
  border-color: rgba(229,9,20,.55) !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(229,9,20,.18) !important;
}

/* Neutralise l'ancien rendu Streamlab du holder compte qui donnait un bloc vertical rouge */
.gen-menu-search-block,
.gen-header-info-box .gen-menu-search-block {
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
}

.gen-account-holder {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
}

/* Bouton créer compte : même hauteur que Connexion */
.gen-header-info-box .gen-btn-container .gen-button,
.gen-header-info-box .gen-btn-container .gen-button .gen-button-block {
  min-height: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
}

.gen-header-info-box .gen-btn-container .gen-button .gen-button-text {
  line-height: 1 !important;
}

/* Header spacing plus propre */
.gen-header-info-box {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}

/* Sécurité : les icônes dans les boutons Streamlab ne doivent pas hériter de Manrope */
.gen-button i,
.ef-btn-ghost i,
.ef-choice-icon i,
.ef-wizard-help i,
.ef-netflix-info-btn i,
.ef-modal-close i,
#back-to-top i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

/* Responsive : masquer le texte Connexion seulement sur écrans très petits */
@media (max-width: 575px) {
  .ef-login-button {
    min-width: 48px;
    width: 48px;
    padding: 0;
  }

  .ef-login-button span {
    display: none;
  }

  .ef-header-login-block {
    margin-right: 10px !important;
  }
}


/* ==========================================================================
   STREAMING FIX V1.6
   - active PPV page
   - stable hover on create account
   - info modal for video details
   ========================================================================== */

/* Menu active state: cleaner and stable */
#gen-main-menu li.current-menu-item > a,
#gen-main-menu li.current_page_item > a {
  color: #ffffff !important;
  background: rgba(229,9,20,.20) !important;
  box-shadow: inset 0 0 0 1px rgba(229,9,20,.38);
}

/* Header buttons must not move the menu on hover */
.gen-header-info-box .gen-btn-container .gen-button,
.gen-header-info-box .gen-btn-container .gen-button:hover,
.ef-login-button,
.ef-login-button:hover {
  transform: none !important;
  position: relative !important;
  top: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gen-header-info-box .gen-btn-container .gen-button,
.gen-header-info-box .gen-btn-container .gen-button .gen-button-block {
  width: auto !important;
  min-width: 176px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gen-header-info-box .gen-btn-container .gen-button:hover {
  box-shadow: 0 16px 34px rgba(229,9,20,.22) !important;
}

.gen-header-info-box .gen-btn-container .gen-button .gen-button-block:before,
.gen-header-info-box .gen-btn-container .gen-button .gen-button-block:after {
  display: none !important;
}

/* Details modal */
.ef-info-modal .modal-content {
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 26px !important;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,.82);
}

.ef-info-modal .modal-body {
  padding: 0;
}

.ef-info-visual {
  position: relative;
  min-height: 310px;
  background: #111827;
  overflow: hidden;
}

.ef-info-visual img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.ef-info-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,13,.05) 0%, rgba(5,7,13,.28) 45%, rgba(5,7,13,.95) 100%),
    linear-gradient(90deg, rgba(0,0,0,.32), transparent 60%);
}

.ef-info-play {
  position: absolute;
  left: 26px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #05070d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}

.ef-info-play i {
  color: #05070d !important;
  font-size: 20px;
  margin-left: 3px;
}

.ef-info-play:hover {
  transform: scale(1.06);
}

.ef-info-content {
  padding: 28px;
  background: linear-gradient(180deg, #080c14, #05070d);
}

.ef-info-content h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 8px 0 4px;
}

.ef-info-content h5 {
  color: rgba(255,255,255,.72);
  font-weight: 500 !important;
  margin: 0 0 16px;
}

.ef-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 14px 0 18px;
}

.ef-info-meta span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.ef-info-content p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin-bottom: 0;
}

.ef-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.ef-info-actions .gen-button,
.ef-info-actions .gen-button .gen-button-block {
  min-height: 48px !important;
  height: 48px !important;
}

/* Info buttons are buttons now */
button.ef-netflix-info-btn {
  cursor: pointer;
  padding: 0;
}

/* Hero details is now button too */
button.ef-btn-ghost {
  cursor: pointer;
}

/* PPV page */
.ef-ppv-page-header {
  background:
    radial-gradient(circle at 20% 20%, rgba(229,9,20,.24), transparent 34%),
    linear-gradient(180deg, #080c14, #05070d) !important;
}

@media (max-width: 575px) {
  .ef-info-visual,
  .ef-info-visual img {
    min-height: 240px;
    height: 240px;
  }

  .ef-info-content {
    padding: 22px;
  }

  .gen-header-info-box .gen-btn-container .gen-button,
  .gen-header-info-box .gen-btn-container .gen-button .gen-button-block {
    min-width: 145px !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V1.7
   - clean URLs
   - hero carousel
   - create account centering
   - modal info-first cards
   - thumbnail z-index
   ========================================================================== */

/* Header create account button: stable centered text */
.gen-header-info-box .gen-btn-container .gen-button,
.gen-header-info-box .gen-btn-container .gen-button:hover,
.gen-header-info-box .gen-btn-container .gen-button:focus {
  min-width: 176px !important;
  width: 176px !important;
  height: 48px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

.gen-header-info-box .gen-btn-container .gen-button .gen-button-block,
.gen-header-info-box .gen-btn-container .gen-button:hover .gen-button-block {
  width: 100% !important;
  height: 48px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.gen-header-info-box .gen-btn-container .gen-button .gen-button-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1 !important;
}

.gen-header-info-box .gen-btn-container .gen-button .gen-button-line-left,
.gen-header-info-box .gen-btn-container .gen-button .gen-button-line-right {
  display: none !important;
}

/* Hero carousel */
.ef-hero-carousel-section {
  position: relative;
  background: #05070d;
}

.ef-hero-carousel-section .carousel,
.ef-hero-carousel-section .carousel-inner,
.ef-hero-carousel-section .carousel-item {
  min-height: 720px;
}

.ef-hero-slide {
  min-height: 720px;
}

.ef-hero-indicators {
  right: auto;
  left: 48px;
  bottom: 34px;
  margin: 0;
  justify-content: flex-start;
}

.ef-hero-indicators li {
  width: 34px;
  height: 5px;
  border-radius: 999px;
  border: 0;
  opacity: .45;
  background: rgba(255,255,255,.65);
}

.ef-hero-indicators li.active {
  opacity: 1;
  background: #e50914;
}

.ef-hero-control {
  width: 7%;
  opacity: 0;
  transition: opacity .2s ease;
}

.ef-hero-carousel-section:hover .ef-hero-control {
  opacity: .75;
}

.ef-hero-control:hover {
  opacity: 1;
}

/* Cards: image/button layers */
.ef-netflix-thumb {
  z-index: 1;
}

.ef-netflix-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.ef-netflix-gradient {
  z-index: 3;
  pointer-events: none;
}

.ef-netflix-topbadges {
  z-index: 7;
  pointer-events: none;
}

.ef-netflix-play-wrap {
  z-index: 10 !important;
  pointer-events: none;
}

.ef-netflix-play {
  z-index: 11 !important;
  pointer-events: auto !important;
}

.ef-netflix-body {
  position: relative;
  z-index: 4;
}

.ef-netflix-title-link {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

.ef-netflix-title-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(229,9,20,.75);
}

button.ef-netflix-info-btn {
  border: 1px solid rgba(255,255,255,.22);
  padding: 0;
  cursor: pointer;
}

/* Make info modal the default details interaction */
.ef-info-actions .ef-btn-ghost {
  height: 48px;
  align-items: center;
}

/* Responsive hero carousel */
@media (max-width: 991px) {
  .ef-hero-carousel-section .carousel,
  .ef-hero-carousel-section .carousel-inner,
  .ef-hero-carousel-section .carousel-item,
  .ef-hero-slide {
    min-height: auto;
  }

  .ef-hero-indicators {
    left: 24px;
    bottom: 20px;
  }

  .ef-hero-control {
    display: none;
  }
}

@media (max-width: 575px) {
  .gen-header-info-box .gen-btn-container .gen-button,
  .gen-header-info-box .gen-btn-container .gen-button:hover,
  .gen-header-info-box .gen-btn-container .gen-button:focus {
    width: 150px !important;
    min-width: 150px !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V1.8
   - remove carousel numbering
   - hero background video
   - red favicon
   - video preview on card hover
   ========================================================================== */

/* Carousel indicators: bars only, no numbering/list markers */
.ef-hero-indicators,
.carousel-indicators {
  list-style: none !important;
  padding-left: 0 !important;
  counter-reset: none !important;
}

.ef-hero-indicators li,
.carousel-indicators li {
  list-style: none !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

.ef-hero-indicators li::marker,
.carousel-indicators li::marker {
  content: "" !important;
  font-size: 0 !important;
}

/* Hero with video background, like landing page */
.ef-hero-stream {
  overflow: hidden;
}

.ef-hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ef-hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.06) contrast(1.08);
  transform: scale(1.03);
}

.ef-hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,7,13,.97) 0%, rgba(5,7,13,.78) 38%, rgba(5,7,13,.36) 72%, rgba(5,7,13,.82) 100%),
    linear-gradient(0deg, rgba(5,7,13,1) 0%, rgba(5,7,13,.16) 48%, rgba(5,7,13,.68) 100%);
}

.ef-hero-slide > .container {
  position: relative;
  z-index: 2;
}

/* Card hover video preview */
.ef-netflix-thumb {
  background-size: cover;
  background-position: center;
}

.ef-card-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
  background: #05070d;
}

.ef-netflix-thumb.is-previewing .ef-card-preview-video {
  opacity: 1;
  visibility: visible;
}

/* Keep all interaction layers above preview video */
.ef-netflix-link {
  z-index: 3 !important;
}

.ef-netflix-gradient {
  z-index: 4 !important;
}

.ef-netflix-topbadges {
  z-index: 8 !important;
}

.ef-netflix-play-wrap {
  z-index: 12 !important;
}

.ef-netflix-play {
  z-index: 13 !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.55), 0 0 0 8px rgba(255,255,255,.10);
}

/* Make the play button even more readable above moving previews */
.ef-netflix-play:hover {
  box-shadow: 0 20px 48px rgba(0,0,0,.62), 0 0 0 10px rgba(229,9,20,.22);
}

/* Create account still centered after V1.8 */
.gen-header-info-box .gen-btn-container .gen-button .gen-button-block,
.gen-header-info-box .gen-btn-container .gen-button:hover .gen-button-block,
.gen-header-info-box .gen-btn-container .gen-button:focus .gen-button-block {
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  .ef-hero-bg-video {
    opacity: .70;
  }
}


/* ==========================================================================
   STREAMING PATCH V1.9
   - modal details spacing
   - play icon visibility
   - hero carousel without numbering
   - events last in PHP query
   - stronger thumbnail layering
   ========================================================================== */

/* Carousel indicators: prevent browser/theme numbering completely */
.ef-hero-indicators,
.ef-hero-indicators li,
.carousel-indicators,
.carousel-indicators li {
  list-style: none !important;
  list-style-type: none !important;
}

.ef-hero-indicators {
  counter-reset: efHero none !important;
}

.ef-hero-indicators li {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -99999px !important;
}

.ef-hero-indicators li::before,
.ef-hero-indicators li::after,
.ef-hero-indicators li::marker,
.carousel-indicators li::before,
.carousel-indicators li::after,
.carousel-indicators li::marker {
  content: "" !important;
  display: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

/* Modal details: the red badge must not be clipped */
.ef-info-modal .modal-content {
  overflow: hidden !important;
}

.ef-info-modal .modal-body {
  overflow: visible !important;
}

.ef-info-content {
  position: relative;
  z-index: 6;
  padding-top: 34px !important;
  overflow: visible !important;
}

.ef-info-content .ef-kicker {
  position: relative;
  z-index: 8;
  display: inline-flex !important;
  margin: 0 0 18px 0 !important;
  transform: none !important;
  white-space: nowrap;
}

.ef-info-content h3 {
  margin-top: 0 !important;
}

/* Modal play icon must be fully visible */
.ef-info-play {
  z-index: 10 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ef-info-play i,
.ef-info-play .fas,
.ef-info-play .fa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  margin-left: 4px !important;
  color: #05070d !important;
}

/* Thumbnail/card layer order */
.ef-card-preview-video {
  z-index: 1 !important;
}

.ef-netflix-link {
  z-index: 3 !important;
}

.ef-netflix-gradient {
  z-index: 4 !important;
}

.ef-netflix-topbadges {
  z-index: 8 !important;
}

.ef-netflix-play-wrap {
  z-index: 20 !important;
}

.ef-netflix-play {
  z-index: 21 !important;
}

/* Keep preview behind the play button even during hover */
.ef-netflix-thumb.is-previewing .ef-netflix-play {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Event carousel image fallback: if PPV event has no playable video, image remains visible */
.ef-hero-slide {
  background-size: cover !important;
  background-position: center !important;
}

/* Improve readability on hero video background */
.ef-hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(5,7,13,.98) 0%, rgba(5,7,13,.82) 38%, rgba(5,7,13,.42) 72%, rgba(5,7,13,.86) 100%),
    linear-gradient(0deg, rgba(5,7,13,1) 0%, rgba(5,7,13,.18) 48%, rgba(5,7,13,.72) 100%) !important;
}

/* If thumbnail is now a real S3 image, make it crisp */
.ef-netflix-thumb,
.ef-info-visual img,
.ef-hero-slide {
  image-rendering: auto;
}


/* ==========================================================================
   STREAMING PATCH V2.0
   - modal détails uniquement
   - plus de bouton Play/Regarder dans la modal détails
   - badge d'entête corrigé
   - contenu modal plus complet
   ========================================================================== */

.ef-info-modal .modal-dialog {
  max-width: 860px;
}

.ef-info-modal .modal-content {
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 34px 100px rgba(0,0,0,.82);
}

.ef-info-modal .modal-body {
  padding: 0 !important;
  overflow: hidden !important;
}

.ef-info-visual {
  position: relative;
  height: 320px;
  min-height: 320px;
  background: #111827;
  overflow: hidden;
}

.ef-info-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* No play button in details modal */
.ef-info-play,
.js-ef-info-play {
  display: none !important;
}

.ef-info-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,13,.02) 0%, rgba(5,7,13,.20) 46%, rgba(5,7,13,.96) 100%),
    linear-gradient(90deg, rgba(0,0,0,.30), transparent 62%);
}

.ef-info-content {
  position: relative;
  z-index: 2;
  padding: 28px 30px 30px !important;
  margin-top: 0 !important;
  background: linear-gradient(180deg, #080c14, #05070d);
  overflow: visible !important;
}

.ef-info-badge-row {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
  padding: 0;
  overflow: visible;
}

.ef-info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e50914;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(229,9,20,.26);
}

/* Neutralize old modal kicker if cached/left by browser */
.ef-info-content .ef-kicker {
  position: static !important;
  transform: none !important;
  margin: 0 0 16px 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.ef-info-content h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0 0 8px 0 !important;
}

.ef-info-content h5 {
  color: rgba(255,255,255,.74);
  font-weight: 500 !important;
  line-height: 1.35;
  margin: 0 0 18px 0 !important;
}

.ef-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px 0 !important;
}

.ef-info-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1;
}

.ef-info-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px 0;
}

.ef-info-detail-grid > div {
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
}

.ef-info-detail-grid span {
  display: block;
  color: rgba(255,255,255,.54);
  font-size: 12px;
  margin-bottom: 6px;
}

.ef-info-detail-grid strong {
  display: block;
  color: #ffffff;
  font-weight: 600 !important;
  line-height: 1.4;
}

.ef-info-description h4 {
  color: #ffffff;
  font-weight: 650 !important;
  font-size: 1.08rem;
  margin: 0 0 10px 0;
}

.ef-info-description p {
  color: rgba(255,255,255,.72);
  line-height: 1.72;
  margin: 0 !important;
}

.ef-info-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 26px;
}

.ef-info-actions .ef-btn-ghost {
  height: 46px;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ef-info-modal .ef-modal-close {
  z-index: 20;
}

@media (max-width: 767px) {
  .ef-info-visual {
    height: 240px;
    min-height: 240px;
  }

  .ef-info-content {
    padding: 24px 22px !important;
  }

  .ef-info-detail-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.1
   - modal details badge position hard fix
   - PPV/events forced last in hero query
   ========================================================================== */

/* Details modal: hard reset because older Streamlab/kicker styles were still affecting the badge */
.ef-info-modal .modal-dialog {
  max-width: 880px !important;
}

.ef-info-modal .modal-content,
.ef-info-modal .modal-body,
.ef-info-modal .ef-info-content,
.ef-info-modal .ef-info-content-v21 {
  overflow: hidden !important;
}

.ef-info-modal .ef-info-content-v21 {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  padding: 32px 32px 32px !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  background: linear-gradient(180deg, #080c14, #05070d) !important;
}

/* New safe header sits inside the content area, never overlapping image/modal top */
.ef-info-modal .ef-info-safe-header {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
  overflow: visible !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.ef-info-modal .ef-info-badge {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: auto !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  border-radius: 999px !important;
  background: #e50914 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: visible !important;
  box-shadow: 0 12px 28px rgba(229,9,20,.26) !important;
}

/* Hide any old injected/kicker label if it remains in cache/DOM */
.ef-info-modal .ef-info-content > .ef-kicker,
.ef-info-modal .ef-info-content-v21 > .ef-kicker,
.ef-info-modal .ef-info-badge-row {
  display: none !important;
}

/* Make sure the title starts below the badge */
.ef-info-modal .ef-info-content-v21 h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  clear: both !important;
}

/* No play/watch controls in details modal */
.ef-info-modal .ef-info-play,
.ef-info-modal .js-ef-info-play,
.ef-info-modal .gen-button,
.ef-info-modal .gen-button-block {
  display: none !important;
}

/* Close button stays in top-right only */
.ef-info-modal .ef-modal-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 30 !important;
}

/* Improve image/content split */
.ef-info-modal .ef-info-visual {
  height: 300px !important;
  min-height: 300px !important;
}

@media (max-width: 767px) {
  .ef-info-modal .ef-info-content-v21 {
    padding: 26px 22px !important;
  }

  .ef-info-modal .ef-info-visual {
    height: 230px !important;
    min-height: 230px !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.2
   - Supprime le faux badge rouge visible en haut de la modal détails
   ========================================================================== */

/*
  Important :
  Le badge rouge entouré n'est plus le badge HTML de la modal.
  Il vient de l'image placeholder générée, qui contient elle-même un badge rouge
  incrusté dans l'image. On masque donc la bande supérieure de l'image dans
  la modal détails, sans toucher au vrai badge "Détails du contenu".
*/

.ef-info-modal .ef-info-visual {
  position: relative !important;
  overflow: hidden !important;
  background: #05070d !important;
}

/* Crop léger pour sortir le badge incrusté du cadre visible */
.ef-info-modal .ef-info-visual img {
  position: relative !important;
  z-index: 1 !important;
  transform: scale(1.18) !important;
  transform-origin: center center !important;
  object-position: center center !important;
}

/* Bande sombre au-dessus de l'image pour cacher le badge incrusté dans le visuel */
.ef-info-modal .ef-info-visual::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 96px !important;
  z-index: 4 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(5,7,13,1) 0%, rgba(5,7,13,.96) 38%, rgba(5,7,13,.35) 78%, rgba(5,7,13,0) 100%) !important;
}

/* L'overlay principal reste au-dessus de l'image, mais sous le masque supérieur */
.ef-info-modal .ef-info-visual-overlay {
  z-index: 3 !important;
}

/* Le bouton fermer reste toujours au-dessus du masque */
.ef-info-modal .ef-modal-close {
  z-index: 50 !important;
}

/* Le vrai badge de contenu reste dans la zone texte, jamais dans la zone image */
.ef-info-modal .ef-info-safe-header,
.ef-info-modal .ef-info-badge {
  position: static !important;
  transform: none !important;
  top: auto !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .ef-info-modal .ef-info-visual::before {
    height: 76px !important;
  }

  .ef-info-modal .ef-info-visual img {
    transform: scale(1.14) !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.3
   - Espacement formulaire connexion / inscription
   ========================================================================== */

/* Espace propre entre les champs et le bouton principal */
.ef-auth-form .form-group {
  margin-bottom: 22px !important;
}

/* Le bouton ne doit jamais coller au dernier input */
.ef-auth-form > .gen-button,
.ef-auth-form button.gen-button,
.ef-auth-form .ef-wizard-submit,
.ef-auth-form .ef-wizard-next {
  margin-top: 12px !important;
}

/* Cas spécifique de la page Connexion : marge plus confortable avant Se connecter */
.ef-auth-card:not(.ef-wizard-card) .ef-auth-form > .gen-button {
  margin-top: 18px !important;
}

/* Espace sous le dernier input avant les boutons wizard/submit */
.ef-auth-form .form-group:last-of-type {
  margin-bottom: 24px !important;
}

/* Sur mobile, on garde une respiration suffisante */
@media (max-width: 575px) {
  .ef-auth-form .form-group {
    margin-bottom: 20px !important;
  }

  .ef-auth-card:not(.ef-wizard-card) .ef-auth-form > .gen-button {
    margin-top: 16px !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.4
   - Page reset code secret
   ========================================================================== */

.ef-reset-section {
  min-height: calc(100vh - 220px);
}

.ef-reset-card {
  max-width: 560px;
}

.ef-reset-card h1 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.ef-reset-card p {
  color: rgba(255,255,255,.70);
  line-height: 1.65;
  margin-bottom: 28px;
}

.ef-reset-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

.ef-reset-note i {
  color: #e50914 !important;
  margin-top: 3px;
}

.ef-otp-input {
  font-size: 1.35rem;
  letter-spacing: .28em;
  text-align: center;
  font-weight: 700;
}

.ef-reset-card .ef-demo-otp {
  margin-bottom: 24px;
}

.ef-reset-card .ef-auth-links {
  margin-top: 24px;
}


/* ==========================================================================
   STREAMING PATCH V2.5
   - Cookie gate / validation client avant accès aux contenus
   ========================================================================== */

body.ef-cookie-locked {
  overflow: hidden !important;
}

.ef-cookie-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ef-cookie-gate.is-visible {
  display: flex;
}

.ef-cookie-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 15%, rgba(229,9,20,.22), transparent 30%),
    rgba(3,5,10,.86);
  backdrop-filter: blur(10px);
}

.ef-cookie-panel {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  border-radius: 28px;
  padding: 34px 34px 30px;
  background: linear-gradient(180deg, rgba(17,24,39,.98), rgba(5,7,13,.98));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 34px 110px rgba(0,0,0,.78);
  color: #ffffff;
}

.ef-cookie-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e50914;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 16px 34px rgba(229,9,20,.28);
}

.ef-cookie-panel h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}

.ef-cookie-panel p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin-bottom: 18px;
}

.ef-cookie-checks {
  margin: 20px 0 16px;
}

.ef-cookie-checks label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  cursor: pointer;
  color: #ffffff;
}

.ef-cookie-checks input {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
  accent-color: #e50914;
}

.ef-cookie-checks span {
  line-height: 1.5;
  color: rgba(255,255,255,.88);
}

.ef-cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.ef-cookie-links a {
  display: inline-flex;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}

.ef-cookie-links a:hover {
  background: rgba(229,9,20,.16);
  border-color: rgba(229,9,20,.45);
}

.ef-cookie-error {
  color: #ffffff;
  background: rgba(185,28,28,.88);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0 0 16px;
}

.ef-cookie-accept {
  width: 100%;
  margin-top: 4px;
}

.ef-cookie-accept .gen-button-block,
.ef-cookie-accept:hover .gen-button-block {
  justify-content: center !important;
  text-align: center !important;
}

.ef-cookie-note {
  font-size: 12px;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,.54) !important;
}

.ef-footer-cookie-link {
  display: inline-flex;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.76);
  padding: 0;
  margin-left: 14px;
  cursor: pointer;
  font: inherit;
}

.ef-footer-cookie-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .ef-cookie-panel {
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .ef-cookie-links {
    flex-direction: column;
  }

  .ef-footer-cookie-link {
    margin-left: 0;
    margin-top: 10px;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.6
   - Correction clic bouton Play dans les cards catalogue/home
   ========================================================================== */

/*
  Le bouton Play doit toujours être au-dessus :
  - du bouton overlay d'informations,
  - du gradient,
  - de la vidéo preview au hover.
*/
.ef-netflix-thumb {
  position: relative !important;
  overflow: hidden !important;
}

.ef-card-preview-video {
  z-index: 1 !important;
  pointer-events: none !important;
}

.ef-netflix-link {
  z-index: 3 !important;
}

.ef-netflix-gradient {
  z-index: 4 !important;
  pointer-events: none !important;
}

.ef-netflix-topbadges {
  z-index: 8 !important;
  pointer-events: none !important;
}

.ef-netflix-play-wrap {
  position: absolute !important;
  inset: 0 !important;
  z-index: 60 !important;
  display: grid !important;
  place-items: center !important;
  pointer-events: none !important;
}

.ef-netflix-play {
  position: relative !important;
  z-index: 61 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ef-netflix-play i,
.ef-netflix-play .fa,
.ef-netflix-play .fas {
  pointer-events: none !important;
}

/* Pendant la preview, le bouton reste cliquable au premier plan. */
.ef-netflix-thumb.is-previewing .ef-netflix-play-wrap,
.ef-netflix-thumb.is-previewing .ef-netflix-play {
  z-index: 80 !important;
  opacity: 1 !important;
  visibility: visible !important;
}


/* ==========================================================================
   STREAMING PATCH V2.7
   - Mon compte enrichi
   - Header connecté : Déconnexion + Mon compte
   ========================================================================== */

.ef-logout-button {
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(255,255,255,.16) !important;
}

.ef-logout-button:hover {
  background: rgba(185,28,28,.20) !important;
  border-color: rgba(185,28,28,.50) !important;
}

.ef-account-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(229,9,20,.10), transparent 30%),
    #05070d;
}

.ef-account-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.ef-account-sidebar {
  position: sticky;
  top: 110px;
  border-radius: 24px;
  padding: 14px;
  background: rgba(17,24,39,.78);
  border: 1px solid rgba(255,255,255,.10);
}

.ef-account-sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.72) !important;
  border-radius: 16px;
  padding: 13px 14px;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease;
}

.ef-account-sidebar a:hover,
.ef-account-sidebar a.active {
  color: #ffffff !important;
  background: rgba(229,9,20,.16);
}

.ef-account-sidebar i {
  color: #ffffff !important;
}

.ef-account-main {
  min-width: 0;
}

.ef-account-card {
  margin-bottom: 26px;
}

.ef-account-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.ef-account-card-head h2 {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 700 !important;
}

.ef-profile-edit-form small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.54);
  line-height: 1.5;
}

.ef-validation-list {
  display: grid;
  gap: 14px;
}

.ef-validation-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
}

.ef-validation-item strong {
  display: block;
  color: #ffffff;
  font-weight: 650 !important;
  margin-bottom: 5px;
}

.ef-validation-item span {
  color: rgba(255,255,255,.62);
}

.ef-validation-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.ef-validation-actions form {
  margin: 0;
}

.ef-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: rgba(146,64,14,.90);
  white-space: nowrap;
}

.ef-status-pill.ok {
  background: rgba(18,128,92,.95);
}

.ef-status-pill.warn {
  background: rgba(146,64,14,.95);
}

.ef-validation-otp-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(229,9,20,.10);
  border: 1px solid rgba(229,9,20,.28);
}

.ef-validation-otp-box h4 {
  color: #ffffff;
  font-weight: 650 !important;
  margin-bottom: 6px;
}

.ef-validation-otp-box p {
  color: rgba(255,255,255,.68);
  margin-bottom: 14px;
}

.ef-inline-otp-form {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.ef-inline-otp-form .ef-otp-input {
  max-width: 220px;
}

.ef-inline-otp-form .gen-button,
.ef-inline-otp-form .gen-button .gen-button-block {
  min-height: 48px !important;
  height: 48px !important;
}

.ef-account-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
}

.ef-account-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: rgba(255,255,255,.04);
}

.ef-account-table th,
.ef-account-table td {
  padding: 14px 15px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.76);
  vertical-align: middle;
}

.ef-account-table th {
  color: #ffffff;
  font-weight: 650 !important;
  background: rgba(255,255,255,.055);
}

.ef-account-table tr:last-child td {
  border-bottom: 0;
}

.ef-empty {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.68);
}

@media (max-width: 991px) {
  .ef-account-grid {
    grid-template-columns: 1fr;
  }

  .ef-account-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ef-account-sidebar {
    grid-template-columns: 1fr;
  }

  .ef-validation-item,
  .ef-account-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ef-validation-actions {
    justify-content: flex-start;
  }
}


/* ==========================================================================
   STREAMING PATCH V2.9
   - Favicon rouge Ef conservé
   - Spinner de chargement sous le logo EriFaye TV
   ========================================================================== */

#gen-loading {
  background: #05070d !important;
}

#gen-loading-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center !important;
}

.ef-loading-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.ef-loading-logo span {
  width: 54px !important;
  height: 54px !important;
  border-radius: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e50914 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  box-shadow: 0 18px 42px rgba(229,9,20,.34) !important;
}

.ef-loading-logo strong {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.45rem !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
}

.ef-loading-logo em {
  color: #ff3140 !important;
  font-style: normal !important;
}

.ef-loading-spinner {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.16);
  border-top-color: #e50914;
  border-right-color: rgba(229,9,20,.72);
  animation: efLoadingSpin .82s linear infinite;
  box-shadow: 0 0 28px rgba(229,9,20,.18);
}

.ef-loading-text {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .01em;
}

@keyframes efLoadingSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .ef-loading-logo strong {
    font-size: 1.22rem !important;
  }

  .ef-loading-logo span {
    width: 48px !important;
    height: 48px !important;
  }

  .ef-loading-spinner {
    width: 38px;
    height: 38px;
  }
}


/* ==========================================================================
   STREAMING PATCH V3.0
   - Chargement : garder uniquement logo + spinner
   ========================================================================== */

.ef-loading-text {
  display: none !important;
}


/* ==========================================================================
   STREAMING PATCH V3.1
   - Anti loader bloqué
   - Alertes fermables
   - Modal OTP email Mon compte
   ========================================================================== */

/* Le loader ne doit jamais rester bloqué après POST/redirect. */
#gen-loading.ef-loading-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, visibility .22s ease !important;
}

/* Alertes avec bouton fermer */
.ef-alert-dismissible {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-right: 48px !important;
}

.ef-alert-message {
  flex: 1 1 auto;
}

.ef-alert-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.18);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.ef-alert-close:hover {
  background: rgba(255,255,255,.15);
  color: #ffffff;
}

.ef-alert.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease;
}

/* Modal validation email */
.ef-email-otp-modal .modal-content {
  background: linear-gradient(180deg, #111827, #05070d) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 26px !important;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,.82);
}

.ef-email-otp-modal .modal-body {
  padding: 34px 30px 30px;
}

.ef-email-otp-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e50914;
  color: #ffffff;
  margin-bottom: 18px;
  box-shadow: 0 18px 42px rgba(229,9,20,.28);
}

.ef-email-otp-icon i {
  color: #ffffff !important;
  font-size: 22px;
}

.ef-email-otp-modal h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}

.ef-email-otp-modal p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin-bottom: 22px;
}

.ef-email-otp-modal p strong {
  color: #ffffff;
  font-weight: 700 !important;
}

.ef-email-otp-form {
  margin-top: 0;
}

.ef-email-otp-form .gen-button {
  margin-top: 8px !important;
}

@media (max-width: 575px) {
  .ef-email-otp-modal .modal-body {
    padding: 30px 22px 24px;
  }

  .ef-alert-dismissible {
    padding-right: 44px !important;
  }
}


/* ==========================================================================
   STREAMING PATCH V3.2
   - Grand loader uniquement Accueil/Catalogue et seulement au premier chargement
   - Spinner simple sous les boutons de formulaire
   ========================================================================== */

/* Loader central : transition rapide et non intrusive */
#gen-loading.ef-loading-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, visibility .22s ease !important;
}

/* Spinner sous bouton formulaire POST */
.ef-submit-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  min-height: 24px;
}

.ef-submit-spinner {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.18);
  border-top-color: #e50914;
  border-right-color: rgba(229,9,20,.72);
  animation: efSubmitSpin .72s linear infinite;
  box-shadow: 0 0 22px rgba(229,9,20,.16);
}

@keyframes efSubmitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ef-submit-disabled {
  opacity: .82;
  cursor: wait !important;
}

/* Les formulaires ne doivent jamais provoquer un loader central visuel. */
.ef-auth-section #gen-loading,
.ef-account-section #gen-loading,
.ef-reset-section #gen-loading {
  display: none !important;
}


/* ==========================================================================
   STREAMING PATCH V3.4
   - Mon compte AJAX : profil + OTP email/SMS/WhatsApp
   - Corrige les pages vides après POST
   ========================================================================== */

.ef-account-modal .modal-content {
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 26px !important;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,.82);
}

.ef-account-modal .modal-body {
  padding: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(229,9,20,.15), transparent 34%),
    linear-gradient(180deg, #080c14, #05070d);
}

.ef-account-modal h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  margin: 12px 0 10px;
}

.ef-account-modal p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin-bottom: 20px;
}

.ef-modal-otp-form .form-group {
  margin-bottom: 20px !important;
}

.ef-modal-otp-form .gen-button {
  margin-top: 10px;
}

.ef-account-modal .ef-modal-close {
  z-index: 10;
}

.ef-validation-otp-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(229,9,20,.10);
  border: 1px solid rgba(229,9,20,.28);
}

.ef-validation-otp-box h4 {
  color: #ffffff;
  font-weight: 650 !important;
  margin-bottom: 6px;
}

.ef-validation-otp-box p {
  color: rgba(255,255,255,.68);
  margin-bottom: 14px;
}

/* Les boutons AJAX de validation doivent rester stables visuellement */
.ef-validation-actions .ef-btn-ghost {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Alerte ajoutée dynamiquement */
.ef-flash-container .ef-alert {
  margin-top: 18px;
}


/* ==========================================================================
   STREAMING PATCH V3.5
   - Alertes locales Mon compte sans perte de focus
   - Bouton validation remplacé par badge Validé
   ========================================================================== */

.ef-local-alert-container {
  margin: 0 0 22px 0;
}

.ef-local-alert {
  margin: 0 !important;
}

.ef-local-alert.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease;
}

.ef-js-valid-badge {
  animation: efValidBadgeIn .22s ease both;
}

@keyframes efValidBadgeIn {
  from {
    opacity: 0;
    transform: scale(.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Les actions validées ne gardent pas un bouton fantôme */
.ef-validation-actions form + .ef-status-pill.ok,
.ef-validation-actions .ef-status-pill.ok {
  order: -1;
}


/* ==========================================================================
   STREAMING PATCH V3.6
   - Règles upgrade/downgrade abonnements
   - Modal confirmation déconnexion
   ========================================================================== */

.ef-subscription-rule-box {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #ffffff;
}

.ef-subscription-rule-box strong {
  display: block;
  color: #ffffff;
  font-weight: 700 !important;
  margin-bottom: 8px;
}

.ef-subscription-rule-box p {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
  margin: 0;
}

.ef-subscription-rule-box.success {
  background: rgba(18,128,92,.16);
  border-color: rgba(18,128,92,.45);
}

.ef-subscription-rule-box.info {
  background: rgba(37,99,235,.14);
  border-color: rgba(96,165,250,.35);
}

.ef-subscription-rule-box.warning {
  background: rgba(146,64,14,.18);
  border-color: rgba(245,158,11,.38);
}

.ef-logout-modal .modal-content {
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 26px !important;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,.82);
}

.ef-logout-modal .modal-body {
  padding: 32px;
  background:
    radial-gradient(circle at 20% 0%, rgba(229,9,20,.15), transparent 34%),
    linear-gradient(180deg, #080c14, #05070d);
}

.ef-logout-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(229,9,20,.18);
  border: 1px solid rgba(229,9,20,.40);
  color: #ffffff;
  margin-bottom: 18px;
}

.ef-logout-icon i {
  color: #ffffff !important;
  font-size: 22px;
}

.ef-logout-modal h3 {
  color: #ffffff;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.ef-logout-modal p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin-bottom: 24px;
}

.ef-logout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ef-logout-actions .gen-button,
.ef-logout-actions .gen-button .gen-button-block {
  min-height: 48px !important;
  height: 48px !important;
}

.ef-logout-modal .ef-modal-close {
  z-index: 10;
}

@media (max-width: 575px) {
  .ef-logout-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .ef-logout-actions .gen-button,
  .ef-logout-actions .ef-btn-ghost {
    width: 100%;
    justify-content: center;
  }
}


/* ==========================================================================
   STREAMING PATCH V3.7
   - Correction globale boutons tronqués
   ========================================================================== */

/*
  Diagnostic :
  Le thème Streamlab applique sur .gen-button / .gen-button-block des effets
  de lignes animées, pseudo-éléments et overflow qui peuvent rogner le premier
  caractère du texte du bouton, par exemple le "O" de "Oui, me déconnecter".

  Décision EriFaye TV :
  On neutralise globalement ces effets décoratifs et on force un rendu simple,
  centré, lisible, arrondi, sans rognage.
*/

.gen-button,
a.gen-button,
button.gen-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  height: auto !important;
  min-width: max-content !important;
  overflow: visible !important;
  border-radius: 999px !important;
  text-align: center !important;
  white-space: nowrap !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.gen-button.w-100,
button.gen-button.w-100,
a.gen-button.w-100 {
  width: 100% !important;
  min-width: 0 !important;
}

.gen-button .gen-button-block,
a.gen-button .gen-button-block,
button.gen-button .gen-button-block,
.gen-button:hover .gen-button-block,
.gen-button:focus .gen-button-block,
.gen-button:active .gen-button-block {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 0 24px !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 999px !important;
  text-align: center !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.gen-button .gen-button-text,
a.gen-button .gen-button-text,
button.gen-button .gen-button-text,
.gen-button:hover .gen-button-text,
.gen-button:focus .gen-button-text,
.gen-button:active .gen-button-text {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  transform: none !important;
  text-indent: 0 !important;
  clip-path: none !important;
  box-sizing: border-box !important;
}

.gen-button .gen-button-text i,
.gen-button .gen-button-text .fa,
.gen-button .gen-button-text .fas {
  color: #ffffff !important;
  margin-right: 8px;
  line-height: 1 !important;
  overflow: visible !important;
}

/* Désactivation globale des éléments décoratifs qui causaient le rognage */
.gen-button .gen-button-line-left,
.gen-button .gen-button-line-right,
.gen-button .gen-button-block::before,
.gen-button .gen-button-block::after,
.gen-button::before,
.gen-button::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Boutons dans les modals et formulaires : même rendu, sans clipping */
.modal .gen-button,
.ef-account-modal .gen-button,
.ef-logout-modal .gen-button,
.ef-info-modal .gen-button,
.ef-auth-form .gen-button,
.ef-subscribe-box .gen-button {
  overflow: visible !important;
}

.modal .gen-button .gen-button-block,
.ef-account-modal .gen-button .gen-button-block,
.ef-logout-modal .gen-button .gen-button-block,
.ef-info-modal .gen-button .gen-button-block,
.ef-auth-form .gen-button .gen-button-block,
.ef-subscribe-box .gen-button .gen-button-block {
  overflow: visible !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}

/* Les boutons côte à côte gardent une largeur propre */
.ef-logout-actions .gen-button,
.ef-info-actions .gen-button,
.ef-account-card-head .gen-button,
.ef-inline-otp-form .gen-button {
  flex: 0 0 auto !important;
}

/* Sur mobile, permettre le retour à la ligne si un libellé est long */
@media (max-width: 575px) {
  .gen-button,
  a.gen-button,
  button.gen-button {
    white-space: normal !important;
  }

  .gen-button .gen-button-text,
  a.gen-button .gen-button-text,
  button.gen-button .gen-button-text {
    white-space: normal !important;
    line-height: 1.25 !important;
  }
}
