.elementor-36158 .elementor-element.elementor-element-f35e2ae{--display:flex;}body.elementor-page-36158:not(.elementor-motion-effects-element-type-background), body.elementor-page-36158 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C0B0B;}/* Start custom CSS for html, class: .elementor-element-bc36973 *//* =========================================================
   RFC EXPLAINS
   USA CLUB RUGBY SUPER REGIONALS
   Dark Explainer Page
   ========================================================= */


/* =========================================================
   1. BASE
   ========================================================= */

.rfc-sr-explainer {
  --rfc-navy: #071a2f;
  --rfc-navy-2: #0b223d;
  --rfc-navy-3: #102b4a;
  --rfc-green: #75ad32;
  --rfc-green-light: #9ed65d;
  --rfc-white: #ffffff;
  --rfc-text: #e8edf3;
  --rfc-muted: #b7c2cf;
  --rfc-border: rgba(255, 255, 255, 0.13);
  --rfc-panel: rgba(255, 255, 255, 0.045);

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--rfc-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.rfc-sr-explainer *,
.rfc-sr-explainer *::before,
.rfc-sr-explainer *::after {
  box-sizing: border-box;
}

.rfc-sr-explainer p,
.rfc-sr-explainer li {
  color: var(--rfc-text);
}

.rfc-sr-explainer p {
  margin: 0 0 18px;
}

.rfc-sr-explainer strong {
  color: var(--rfc-white);
}

.rfc-sr-explainer h2,
.rfc-sr-explainer h3 {
  color: var(--rfc-white);
}

.rfc-sr-explainer a {
  color: var(--rfc-green-light);
}

.rfc-sr-explainer a:hover {
  color: var(--rfc-white);
}


/* =========================================================
   2. INTRO / HERO
   ========================================================= */

.rfc-sr-intro {
  position: relative;
  overflow: hidden;
  padding: 42px 44px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(117, 173, 50, 0.15),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #071a2f 0%,
      #0b223d 100%
    );
  border: 1px solid var(--rfc-border);
  border-radius: 18px;
}

.rfc-sr-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--rfc-green);
}

.rfc-sr-eyebrow,
.rfc-sr-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--rfc-green-light);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rfc-sr-intro h2 {
  max-width: 850px;
  margin: 0 0 20px;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rfc-sr-intro > p {
  max-width: 900px;
}

.rfc-sr-lead {
  max-width: 950px !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
  font-size: 1.12rem;
  line-height: 1.65;
}


/* QUICK ANSWER */

.rfc-sr-answer {
  max-width: 920px;
  margin-top: 28px;
  padding: 20px 22px;
  background: rgba(117, 173, 50, 0.09);
  border: 1px solid rgba(158, 214, 93, 0.28);
  border-left: 4px solid var(--rfc-green);
  border-radius: 10px;
}

.rfc-sr-answer__label {
  display: block;
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-sr-answer p {
  margin: 0;
  color: #ffffff !important;
  font-size: 0.95rem;
  line-height: 1.6;
}


/* =========================================================
   3. AT A GLANCE
   ========================================================= */

.rfc-sr-glance {
  margin-top: 22px;
  padding: 30px 32px;
  background: var(--rfc-panel);
  border: 1px solid var(--rfc-border);
  border-radius: 14px;
}

.rfc-sr-glance h2 {
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.2;
}

.rfc-sr-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.rfc-sr-flow__item {
  display: flex;
  min-height: 105px;
  padding: 16px;
  text-align: center;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
}

.rfc-sr-flow__item span {
  display: block;
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rfc-sr-flow__item strong {
  color: #ffffff !important;
  font-size: 0.88rem;
  line-height: 1.35;
}

.rfc-sr-flow__item--highlight {
  background: rgba(117, 173, 50, 0.13);
  border-color: rgba(158, 214, 93, 0.45);
}

.rfc-sr-flow > b {
  display: flex;
  color: var(--rfc-green);
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
}

.rfc-sr-glance-note {
  margin: 18px 0 0 !important;
  color: var(--rfc-muted) !important;
  font-size: 0.82rem;
  line-height: 1.55;
}


/* =========================================================
   4. JUMP NAV
   ========================================================= */

.rfc-sr-jump {
  display: flex;
  margin: 22px 0;
  padding: 14px 18px;
  background: #091f37;
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
  gap: 8px 16px;
  align-items: center;
  flex-wrap: wrap;
}

.rfc-sr-jump > span {
  margin-right: 4px;
  color: var(--rfc-green-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-sr-jump a {
  color: #dce5ee !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none !important;
}

.rfc-sr-jump a:hover {
  color: var(--rfc-green-light) !important;
}


/* =========================================================
   5. STANDARD NUMBERED SECTIONS
   ========================================================= */

.rfc-sr-section {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  margin: 22px 0;
  padding: 34px 36px;
  background: var(--rfc-panel);
  border: 1px solid var(--rfc-border);
  border-radius: 14px;
  gap: 22px;
}

.rfc-sr-section__number {
  color: rgba(158, 214, 93, 0.48);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.rfc-sr-section__content {
  min-width: 0;
}

.rfc-sr-section__content h2 {
  margin: 0 0 17px;
  color: #ffffff !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.rfc-sr-section__content > p {
  max-width: 900px;
}


/* =========================================================
   6. CALLOUTS / NOTES / WARNINGS
   ========================================================= */

.rfc-sr-callout,
.rfc-sr-note,
.rfc-sr-warning {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 9px;
}

.rfc-sr-callout {
  background: rgba(117, 173, 50, 0.08);
  border: 1px solid rgba(117, 173, 50, 0.25);
  border-left: 4px solid var(--rfc-green);
}

.rfc-sr-note {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--rfc-border);
  border-left: 4px solid #718399;
}

.rfc-sr-warning {
  background: rgba(207, 160, 61, 0.08);
  border: 1px solid rgba(207, 160, 61, 0.24);
  border-left: 4px solid #cfa03d;
}

.rfc-sr-callout > span,
.rfc-sr-note > span,
.rfc-sr-warning > span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rfc-sr-callout > span {
  color: var(--rfc-green-light);
}

.rfc-sr-note > span {
  color: #b8c7d7;
}

.rfc-sr-warning > span {
  color: #e2b657;
}

.rfc-sr-callout p,
.rfc-sr-note p,
.rfc-sr-warning p {
  margin: 0;
  color: #dfe7ef !important;
  font-size: 0.88rem;
}


/* =========================================================
   7. FOUR SUPER REGIONS
   ========================================================= */

.rfc-sr-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  gap: 14px;
}

.rfc-sr-region-card {
  position: relative;
  overflow: hidden;
  padding: 23px;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 11px;
}

.rfc-sr-region-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--rfc-green);
}

.rfc-sr-region-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--rfc-green-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-region-card h3 {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: 1.18rem;
  font-weight: 800;
}

.rfc-sr-region-card p {
  color: var(--rfc-muted) !important;
  font-size: 0.85rem;
  line-height: 1.55;
}

.rfc-sr-region-card ul {
  margin: 15px 0 0;
  padding: 14px 0 0 18px;
  border-top: 1px solid var(--rfc-border);
}

.rfc-sr-region-card li {
  margin: 5px 0;
  color: #e7edf4 !important;
  font-size: 0.8rem;
  line-height: 1.4;
}

.rfc-sr-region-card li::marker {
  color: var(--rfc-green);
}


/* =========================================================
   8. QUALIFICATION PATH
   ========================================================= */

.rfc-sr-path {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  margin-top: 25px;
  gap: 9px;
  align-items: stretch;
}

.rfc-sr-path > div {
  padding: 17px 15px;
  text-align: center;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-sr-path > div > span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-path strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff !important;
  font-size: 0.88rem;
  line-height: 1.3;
}

.rfc-sr-path p {
  margin: 0;
  color: var(--rfc-muted) !important;
  font-size: 0.75rem;
  line-height: 1.45;
}

.rfc-sr-path > b {
  display: flex;
  color: var(--rfc-green);
  align-items: center;
}


/* =========================================================
   9. FORMAT CARDS
   ========================================================= */

.rfc-sr-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  gap: 12px;
}

.rfc-sr-format-grid > div {
  padding: 20px;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-sr-format-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-format-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff !important;
  font-size: 1rem;
}

.rfc-sr-format-grid p {
  margin: 0;
  color: var(--rfc-muted) !important;
  font-size: 0.8rem;
  line-height: 1.5;
}


/* =========================================================
   10. DIVISIONS
   ========================================================= */

.rfc-sr-division-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  gap: 14px;
}

.rfc-sr-division-card {
  padding: 22px;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-sr-division-card > span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-division-card h3 {
  margin: 0 0 13px;
  color: #ffffff !important;
  font-size: 1.12rem;
}

.rfc-sr-division-card ul {
  margin: 0;
  padding-left: 19px;
}

.rfc-sr-division-card li {
  margin: 5px 0;
  color: #e5ebf1 !important;
  font-size: 0.86rem;
}

.rfc-sr-division-card li::marker {
  color: var(--rfc-green);
}


/* =========================================================
   11. NATIONALS FLOW
   ========================================================= */

.rfc-sr-national-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  gap: 10px;
}

.rfc-sr-national-flow > div {
  padding: 18px 12px;
  text-align: center;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-sr-national-flow span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-national-flow strong {
  color: #ffffff !important;
  font-size: 0.82rem;
}

.rfc-sr-national-arrow {
  padding: 8px 0;
  color: var(--rfc-green);
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
}

.rfc-sr-national-destination {
  max-width: 650px;
  margin: 0 auto 24px;
  padding: 20px;
  text-align: center;
  background: rgba(117, 173, 50, 0.13);
  border: 1px solid rgba(158, 214, 93, 0.38);
  border-radius: 10px;
}

.rfc-sr-national-destination span {
  display: block;
  margin-bottom: 5px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-national-destination strong {
  color: #ffffff !important;
  font-size: 1.08rem;
}


/* =========================================================
   12. RELATED EXPLAINER LINK
   ========================================================= */

.rfc-sr-related-link {
  display: block;
  margin-top: 24px;
  padding: 17px 19px;
  text-decoration: none !important;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.rfc-sr-related-link:hover {
  border-color: var(--rfc-green);
  transform: translateY(-2px);
}

.rfc-sr-related-link span {
  display: block;
  margin-bottom: 4px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-related-link strong {
  color: #ffffff !important;
  font-size: 0.94rem;
}


/* =========================================================
   13. GU VS SUPER REGION
   ========================================================= */

.rfc-sr-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  gap: 14px;
}

.rfc-sr-compare > div {
  padding: 22px;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-sr-compare span,
.rfc-sr-example > span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-compare h3,
.rfc-sr-example h3 {
  margin: 0 0 9px;
  color: #ffffff !important;
  font-size: 1.12rem;
}

.rfc-sr-compare p {
  margin: 0;
  color: var(--rfc-muted) !important;
  font-size: 0.84rem;
}

.rfc-sr-example {
  margin-top: 14px;
  padding: 21px;
  background: rgba(117, 173, 50, 0.07);
  border: 1px solid rgba(117, 173, 50, 0.23);
  border-radius: 10px;
}

.rfc-sr-example p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   14. WHY FANS SHOULD CARE
   ========================================================= */

.rfc-sr-fans,
.rfc-sr-related,
.rfc-sr-faq,
.rfc-sr-sources,
.rfc-sr-coverage {
  margin: 22px 0;
  padding: 34px 36px;
  background: var(--rfc-panel);
  border: 1px solid var(--rfc-border);
  border-radius: 14px;
}

.rfc-sr-fans h2,
.rfc-sr-related h2,
.rfc-sr-faq h2,
.rfc-sr-sources h2,
.rfc-sr-coverage h2 {
  margin: 0 0 14px;
  color: #ffffff !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 820;
  line-height: 1.2;
}

.rfc-sr-fans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 23px;
  gap: 11px;
}

.rfc-sr-fans-grid > div {
  padding: 19px;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-sr-fans-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff !important;
  font-size: 0.9rem;
}

.rfc-sr-fans-grid p {
  margin: 0;
  color: var(--rfc-muted) !important;
  font-size: 0.78rem;
  line-height: 1.5;
}


/* =========================================================
   15. CONNECT THE DOTS
   ========================================================= */

.rfc-sr-connect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  gap: 12px;
}

.rfc-sr-connect-grid a {
  display: flex;
  min-height: 135px;
  padding: 19px;
  text-decoration: none !important;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
  flex-direction: column;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.rfc-sr-connect-grid a:hover {
  border-color: var(--rfc-green);
  transform: translateY(-2px);
}

.rfc-sr-connect-grid span {
  margin-bottom: 8px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-connect-grid strong {
  color: #ffffff !important;
  font-size: 0.96rem;
  line-height: 1.35;
}

.rfc-sr-connect-grid em {
  margin-top: auto;
  padding-top: 15px;
  color: var(--rfc-green-light);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}


/* =========================================================
   16. FAQ
   ========================================================= */

.rfc-sr-faq__header {
  margin-bottom: 20px;
}

.rfc-sr-faq details {
  margin-bottom: 9px;
  overflow: hidden;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 8px;
}

.rfc-sr-faq details:last-child {
  margin-bottom: 0;
}

.rfc-sr-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.rfc-sr-faq summary::-webkit-details-marker {
  display: none;
}

.rfc-sr-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--rfc-green-light);
  content: "+";
  font-size: 1.3rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.rfc-sr-faq details[open] summary::after {
  content: "−";
}

.rfc-sr-faq details[open] summary {
  border-bottom: 1px solid var(--rfc-border);
}

.rfc-sr-faq details p {
  margin: 0;
  padding: 16px 18px 18px;
  color: var(--rfc-muted) !important;
  font-size: 0.84rem;
  line-height: 1.6;
}


/* =========================================================
   17. RFC ACCURACY NOTE
   ========================================================= */

.rfc-sr-editorial-note {
  margin: 22px 0;
  padding: 20px 22px;
  background: rgba(117, 173, 50, 0.07);
  border: 1px solid rgba(117, 173, 50, 0.24);
  border-left: 4px solid var(--rfc-green);
  border-radius: 9px;
}

.rfc-sr-editorial-note > span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-editorial-note p {
  margin: 0;
  color: #dce5ed !important;
  font-size: 0.82rem;
  line-height: 1.55;
}


/* =========================================================
   18. SOURCES
   ========================================================= */

.rfc-sr-sources ul {
  margin: 15px 0 0;
  padding-left: 20px;
}

.rfc-sr-sources li {
  margin: 8px 0;
  color: var(--rfc-muted) !important;
  font-size: 0.84rem;
}

.rfc-sr-sources li::marker {
  color: var(--rfc-green);
}

.rfc-sr-sources a {
  color: #cfe9b0 !important;
  text-decoration: underline;
  text-decoration-color: rgba(158, 214, 93, 0.45);
  text-underline-offset: 3px;
}

.rfc-sr-sources a:hover {
  color: #ffffff !important;
}


/* =========================================================
   19. FULL RFC COVERAGE
   ========================================================= */

.rfc-sr-coverage {
  background:
    linear-gradient(
      135deg,
      rgba(117, 173, 50, 0.06),
      transparent 45%
    ),
    var(--rfc-panel);
}

.rfc-sr-coverage__eyebrow {
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-sr-coverage > p {
  max-width: 720px;
  color: var(--rfc-muted) !important;
}

.rfc-sr-coverage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 21px;
  gap: 11px;
}

.rfc-sr-coverage__grid > a {
  display: flex;
  min-height: 115px;
  padding: 18px;
  text-decoration: none !important;
  background: var(--rfc-navy-2);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
  flex-direction: column;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.rfc-sr-coverage__grid > a:hover {
  border-color: var(--rfc-green);
  transform: translateY(-2px);
}

.rfc-sr-coverage__grid span {
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-sr-coverage__grid strong {
  color: #ffffff !important;
  font-size: 0.93rem;
}

.rfc-sr-coverage__grid em {
  margin-top: auto;
  padding-top: 13px;
  color: var(--rfc-green-light);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
}


/* USA CLUB RUGBY HUB */

.rfc-sr-club-hub {
  display: flex;
  margin-top: 11px;
  padding: 15px 18px;
  text-decoration: none !important;
  background: rgba(117, 173, 50, 0.11);
  border: 1px solid rgba(158, 214, 93, 0.28);
  border-radius: 9px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.rfc-sr-club-hub span {
  color: var(--rfc-green-light);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.rfc-sr-club-hub strong {
  color: #ffffff !important;
  font-size: 0.85rem;
}

.rfc-sr-club-hub:hover {
  background: rgba(117, 173, 50, 0.17);
}


/* =========================================================
   20. ANCHOR OFFSET
   ========================================================= */

.rfc-sr-explainer [id] {
  scroll-margin-top: 110px;
}


/* =========================================================
   21. TABLET
   ========================================================= */

@media (max-width: 900px) {

  .rfc-sr-intro {
    padding: 34px 30px;
  }

  .rfc-sr-section {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 29px 27px;
    gap: 15px;
  }

  .rfc-sr-flow,
  .rfc-sr-path {
    grid-template-columns: 1fr;
  }

  .rfc-sr-flow > b,
  .rfc-sr-path > b {
    justify-content: center;
    transform: rotate(90deg);
  }

  .rfc-sr-region-grid {
    grid-template-columns: 1fr;
  }

  .rfc-sr-format-grid {
    grid-template-columns: 1fr;
  }

  .rfc-sr-fans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfc-sr-national-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   22. MOBILE
   ========================================================= */

@media (max-width: 650px) {

  .rfc-sr-explainer {
    font-size: 15px;
  }

  .rfc-sr-intro {
    padding: 27px 20px;
    border-radius: 12px;
  }

  .rfc-sr-intro h2 {
    font-size: 2rem;
  }

  .rfc-sr-lead {
    font-size: 1rem;
  }

  .rfc-sr-answer {
    padding: 17px;
  }

  .rfc-sr-glance,
  .rfc-sr-fans,
  .rfc-sr-related,
  .rfc-sr-faq,
  .rfc-sr-sources,
  .rfc-sr-coverage {
    padding: 24px 19px;
    border-radius: 11px;
  }

  .rfc-sr-jump {
    padding: 14px;
    gap: 9px 14px;
  }

  .rfc-sr-jump > span {
    width: 100%;
  }

  .rfc-sr-section {
    display: block;
    padding: 25px 20px;
    border-radius: 11px;
  }

  .rfc-sr-section__number {
    margin-bottom: 11px;
    font-size: 0.8rem;
  }

  .rfc-sr-section__content h2 {
    font-size: 1.45rem;
  }

  .rfc-sr-region-grid,
  .rfc-sr-division-grid,
  .rfc-sr-compare,
  .rfc-sr-fans-grid,
  .rfc-sr-connect-grid,
  .rfc-sr-coverage__grid,
  .rfc-sr-national-flow {
    grid-template-columns: 1fr;
  }

  .rfc-sr-region-card,
  .rfc-sr-division-card {
    padding: 19px;
  }

  .rfc-sr-connect-grid a {
    min-height: 120px;
  }

  .rfc-sr-club-hub {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =========================================================
   23. ACCESSIBILITY
   ========================================================= */

.rfc-sr-explainer a:focus-visible,
.rfc-sr-explainer summary:focus-visible {
  outline: 2px solid var(--rfc-green-light);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

  .rfc-sr-related-link,
  .rfc-sr-connect-grid a,
  .rfc-sr-coverage__grid > a {
    transition: none;
  }

  .rfc-sr-related-link:hover,
  .rfc-sr-connect-grid a:hover,
  .rfc-sr-coverage__grid > a:hover {
    transform: none;
  }

}/* End custom CSS */