.elementor-35589 .elementor-element.elementor-element-07dadf5{--display:flex;}body.elementor-page-35589:not(.elementor-motion-effects-element-type-background), body.elementor-page-35589 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0E;}/* Start custom CSS for html, class: .elementor-element-968dbe1 *//* =========================================================
   RFC EXPLAINS — RUGBY POSITIONS
   DARK / BLACK PAGE VERSION
   Page: Rugby Positions Explained
   ========================================================= */

.rfc-explainer.rfc-positions {
  --rfc-bg: #05080d;
  --rfc-bg-2: #0a111b;
  --rfc-panel: #0e1724;
  --rfc-panel-2: #111d2a;
  --rfc-panel-3: #14283a;

  --rfc-green: #7ddc16;
  --rfc-green-bright: #95f02d;
  --rfc-green-soft: rgba(125, 220, 22, 0.10);

  --rfc-red: #d33f4f;
  --rfc-red-soft: rgba(211, 63, 79, 0.10);

  --rfc-white: #ffffff;
  --rfc-text: #edf3f8;
  --rfc-text-soft: #c8d2dc;
  --rfc-muted: #8c9bad;
  --rfc-line: rgba(255,255,255,0.11);

  max-width: 980px;
  margin: 0 auto;
  color: var(--rfc-text);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.72;
}

.rfc-positions * {
  box-sizing: border-box;
}

.rfc-positions p {
  margin: 0 0 1.25rem;
  color: var(--rfc-text-soft);
}

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

.rfc-positions h2,
.rfc-positions h3 {
  margin-top: 0;
  color: var(--rfc-white);
  line-height: 1.15;
}

.rfc-positions h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}

.rfc-positions h3 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.rfc-positions a {
  color: var(--rfc-green-bright);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

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


/* =========================================================
   LABELS / KICKERS
   ========================================================= */

.rfc-kicker,
.rfc-section-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--rfc-green-bright);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


/* =========================================================
   INTRO
   ========================================================= */

.rfc-positions-intro {
  margin-bottom: 4rem;
}

.rfc-positions .rfc-lead {
  margin-bottom: 1.5rem !important;
  color: var(--rfc-white) !important;
  font-size: clamp(1.28rem, 2.4vw, 1.65rem);
  font-weight: 650;
  line-height: 1.55;
}


/* =========================================================
   COMMON SECTIONS
   ========================================================= */

.rfc-positions .rfc-section {
  padding: 4rem 0;
  border-top: 1px solid var(--rfc-line);
}

.rfc-positions .rfc-feature-section {
  margin: 3.25rem 0;
  padding: 3.25rem;
  border: 1px solid rgba(125,220,22,0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(125,220,22,0.06), rgba(255,255,255,0.02)),
    var(--rfc-panel);
  box-shadow: 0 18px 48px rgba(0,0,0,0.28);
}


/* =========================================================
   QUICK ANSWER
   ========================================================= */

.rfc-positions .rfc-answer-block {
  margin: 2rem 0 4rem;
  padding: 2.6rem;
  border: 1px solid rgba(125,220,22,0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, #10243a, #09121d);
  box-shadow: 0 20px 50px rgba(0,0,0,0.34);
}

.rfc-answer-block h2 {
  color: var(--rfc-white);
}

.rfc-answer-block p {
  color: #dce5ec;
}


/* =========================================================
   1–15 QUICK LIST
   ========================================================= */

.rfc-position-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 2rem 0;
}

.rfc-position-list-group {
  overflow: hidden;
  border: 1px solid var(--rfc-line);
  border-radius: 18px;
  background: var(--rfc-panel);
}

.rfc-position-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--rfc-line);
}

.rfc-forwards-list .rfc-position-list-heading {
  background: rgba(211,63,79,0.09);
}

.rfc-backs-list .rfc-position-list-heading {
  background: rgba(38,121,183,0.10);
}

.rfc-position-list-heading span {
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  color: var(--rfc-muted);
}

.rfc-position-list-heading strong {
  font-size: 1.2rem;
  color: var(--rfc-green-bright);
}

.rfc-position-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-position-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.rfc-position-list li:last-child {
  border-bottom: 0;
}

.rfc-position-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a111b;
  border: 1px solid rgba(125,220,22,0.24);
  color: var(--rfc-green-bright);
  font-size: 0.85rem;
  font-weight: 900;
}

.rfc-position-list li strong {
  font-size: 0.98rem;
}


/* =========================================================
   NOTE
   ========================================================= */

.rfc-positions .rfc-note {
  margin: 1.8rem 0 0 !important;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--rfc-green);
  border-radius: 0 10px 10px 0;
  background: rgba(255,255,255,0.045);
}


/* =========================================================
   FORWARDS VS BACKS
   ========================================================= */

.rfc-forwards-backs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 1rem;
  margin: 2rem 0;
}

.rfc-unit {
  padding: 2rem;
  border: 1px solid var(--rfc-line);
  border-radius: 20px;
  background: var(--rfc-panel);
}

.rfc-unit-forwards {
  border-top: 5px solid var(--rfc-red);
}

.rfc-unit-backs {
  border-top: 5px solid #2d86c9;
}

.rfc-unit-number {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rfc-green-bright);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.rfc-unit h3 {
  font-size: 1.6rem;
}

.rfc-unit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.rfc-unit-tags span {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  color: var(--rfc-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.rfc-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rfc-muted);
  font-size: 0.72rem;
  font-weight: 900;
}


/* =========================================================
   REALITY CHECK
   ========================================================= */

.rfc-reality-check {
  margin: 2rem 0;
  padding: 1.5rem 1.6rem;
  border-left: 5px solid var(--rfc-green);
  border-top: 1px solid var(--rfc-line);
  border-right: 1px solid var(--rfc-line);
  border-bottom: 1px solid var(--rfc-line);
  border-radius: 0 15px 15px 0;
  background: var(--rfc-panel);
}

.rfc-reality-check > strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rfc-green-bright);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.rfc-reality-check p {
  margin: 0;
}


/* =========================================================
   GROUP HEADERS
   ========================================================= */

.rfc-group-header {
  margin: 3.25rem 0;
  padding: 3rem;
  border-radius: 22px;
}

.rfc-forwards-header {
  border: 1px solid rgba(211,63,79,0.18);
  background:
    linear-gradient(135deg, rgba(211,63,79,0.08), rgba(255,255,255,0.015)),
    var(--rfc-panel);
}

.rfc-backs-header {
  border: 1px solid rgba(45,134,201,0.18);
  background:
    linear-gradient(135deg, rgba(45,134,201,0.08), rgba(255,255,255,0.015)),
    var(--rfc-panel);
}


/* =========================================================
   PACK / BACKLINE MAP
   ========================================================= */

.rfc-pack-map,
.rfc-backline-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin: 1.8rem 0;
}

.rfc-pack-map > div,
.rfc-backline-map > div {
  padding: 1.15rem;
  border: 1px solid var(--rfc-line);
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
  text-align: center;
}

.rfc-pack-map span,
.rfc-backline-map span {
  display: block;
  color: var(--rfc-muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-pack-map strong,
.rfc-backline-map strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--rfc-green-bright);
  font-size: 1.35rem;
}


/* =========================================================
   RELATED LINK
   ========================================================= */

.rfc-related-link {
  margin-top: 1.6rem !important;
  padding: 1rem 1.2rem;
  border: 1px solid var(--rfc-line);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
}


/* =========================================================
   POSITION UNIT
   ========================================================= */

.rfc-position-unit > p:first-of-type {
  max-width: 820px;
}


/* =========================================================
   POSITION PROFILE
   ========================================================= */

.rfc-position-profile {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid var(--rfc-line);
  border-radius: 20px;
  background: var(--rfc-panel);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.rfc-position-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(125,220,22,0.35);
  border-radius: 18px;
  background:
    linear-gradient(145deg, #152b40, #09131e);
  color: var(--rfc-green-bright);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.rfc-position-type {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rfc-muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-position-summary {
  margin-bottom: 1.4rem !important;
  color: var(--rfc-white) !important;
  font-size: 1.08rem;
}


/* =========================================================
   ROLE GRID
   ========================================================= */

.rfc-role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.3rem 0;
}

.rfc-role-grid > div {
  padding: 1.2rem;
  border: 1px solid var(--rfc-line);
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
}

.rfc-role-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--rfc-green-bright);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-role-grid p {
  margin: 0;
  font-size: 0.95rem;
}


/* =========================================================
   SKILL STRIPS
   ========================================================= */

.rfc-skill-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.rfc-skill-strip strong {
  margin-right: 0.25rem;
  color: var(--rfc-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.rfc-skill-strip span {
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(125,220,22,0.10);
  border: 1px solid rgba(125,220,22,0.16);
  color: var(--rfc-green-bright);
  font-size: 0.75rem;
  font-weight: 750;
}

.rfc-wide-skills {
  margin-top: 1.5rem;
}


/* =========================================================
   DUAL POSITIONS
   ========================================================= */

.rfc-dual-position {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.rfc-position-mini {
  padding: 1.6rem;
  border: 1px solid var(--rfc-line);
  border-radius: 18px;
  background: var(--rfc-panel);
}

.rfc-position-mini .rfc-position-number {
  width: 62px;
  height: 62px;
  margin-bottom: 1rem;
  font-size: 1.9rem;
}

.rfc-position-mini p {
  margin-bottom: 0;
}


/* =========================================================
   MINI SKILLS
   ========================================================= */

.rfc-mini-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.rfc-mini-skills span {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(125,220,22,0.15);
  border-radius: 999px;
  background: rgba(125,220,22,0.08);
  color: var(--rfc-green-bright);
  font-size: 0.73rem;
}


/* =========================================================
   EXPLAINER NOTE
   ========================================================= */

.rfc-explainer-note {
  margin: 1.8rem 0 0;
  padding: 1.4rem 1.5rem;
  border-left: 5px solid #2d86c9;
  border-radius: 0 14px 14px 0;
  background: var(--rfc-panel);
}

.rfc-explainer-note > strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #7fc5f3;
}

.rfc-explainer-note p {
  margin: 0;
}


/* =========================================================
   MEMORY BLOCK — 9 → 10
   ========================================================= */

.rfc-memory-block {
  margin: 2.4rem 0 0;
  padding: 2rem;
  border: 1px solid rgba(125,220,22,0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(125,220,22,0.07), rgba(255,255,255,0.015)),
    var(--rfc-panel);
}

.rfc-memory-block > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--rfc-green-bright);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-memory-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.rfc-memory-equation > div {
  padding: 1.4rem;
  border: 1px solid var(--rfc-line);
  border-radius: 16px;
  background: #0a111b;
  text-align: center;
}

.rfc-memory-equation > div strong {
  display: block;
  color: var(--rfc-green-bright);
  font-size: 2.7rem;
  line-height: 1;
}

.rfc-memory-equation > div p {
  margin: 0.4rem 0 0;
  color: var(--rfc-white);
  font-weight: 650;
}

.rfc-memory-equation > span {
  color: var(--rfc-muted);
  font-size: 1.8rem;
  font-weight: 900;
}

.rfc-memory-block small {
  display: block;
  margin-top: 1rem;
  color: var(--rfc-muted);
}


/* =========================================================
   FEATURED FULL-BACK
   ========================================================= */

.rfc-featured-position {
  border-color: rgba(125,220,22,0.22);
  background:
    linear-gradient(145deg, rgba(125,220,22,0.05), rgba(255,255,255,0.01)),
    var(--rfc-panel);
}


/* =========================================================
   NUMBER FLOW
   ========================================================= */

.rfc-number-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  margin: 2rem 0;
}

.rfc-number-flow > div {
  padding: 1rem;
  border: 1px solid var(--rfc-line);
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
  text-align: center;
}

.rfc-number-flow span {
  display: block;
  color: var(--rfc-green-bright);
  font-size: 1.4rem;
  font-weight: 900;
}

.rfc-number-flow strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
}


/* =========================================================
   TERMS TABLE
   ========================================================= */

.rfc-terms-table-wrap {
  overflow-x: auto;
  margin: 2rem 0;
  border: 1px solid var(--rfc-line);
  border-radius: 16px;
}

.rfc-terms-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: var(--rfc-panel);
}

.rfc-terms-table th,
.rfc-terms-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--rfc-line);
}

.rfc-terms-table th {
  background: #09121d;
  color: var(--rfc-white);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rfc-terms-table td {
  color: var(--rfc-text-soft);
}

.rfc-terms-table tr:last-child td {
  border-bottom: 0;
}


/* =========================================================
   POSITION FINDER
   ========================================================= */

.rfc-position-finder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin: 2rem 0;
}

.rfc-position-finder > div {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--rfc-line);
  border-radius: 16px;
  background: var(--rfc-panel);
}

.rfc-position-finder span {
  display: block;
  color: var(--rfc-muted);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-position-finder strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--rfc-white);
  font-size: 1.25rem;
}

.rfc-position-finder small {
  display: block;
  margin-top: 0.1rem;
  color: var(--rfc-green-bright);
  font-weight: 800;
}


/* =========================================================
   SCRUM DIAGRAM
   ========================================================= */

.rfc-scrum-layout {
  max-width: 520px;
  margin: 2rem auto 1.5rem;
  padding: 2rem;
  border: 1px solid var(--rfc-line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, #102034, #09121d);
}

.rfc-scrum-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0.75rem 0;
}

.rfc-scrum-back {
  margin-bottom: 1rem;
}

.rfc-scrum-player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(125,220,22,0.22);
  border-radius: 50%;
  background: #0d1926;
  color: var(--rfc-green-bright);
  font-size: 1.25rem;
  font-weight: 900;
}

.rfc-scrum-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.8rem;
}

.rfc-scrum-key span {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--rfc-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--rfc-muted);
  font-size: 0.78rem;
}

.rfc-scrum-key strong {
  color: var(--rfc-green-bright);
}


/* =========================================================
   FLOW STATEMENT
   ========================================================= */

.rfc-flow-statement {
  margin: 2rem 0;
  padding: 1.6rem;
  border-left: 5px solid var(--rfc-green);
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,0.04);
}

.rfc-flow-statement span,
.rfc-flow-statement strong {
  display: block;
}

.rfc-flow-statement span {
  color: var(--rfc-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-flow-statement strong {
  margin-top: 0.25rem;
  color: var(--rfc-green-bright);
  font-size: 1.35rem;
}


/* =========================================================
   15s VS 7s
   ========================================================= */

.rfc-format-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.rfc-format-compare > div {
  padding: 1.8rem;
  border: 1px solid var(--rfc-line);
  border-radius: 18px;
  background: var(--rfc-panel);
  text-align: center;
}

.rfc-format-compare span {
  display: block;
  color: var(--rfc-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-format-compare strong {
  display: block;
  margin: 0.2rem 0;
  color: var(--rfc-green-bright);
  font-size: 3rem;
  line-height: 1;
}

.rfc-format-compare p {
  margin: 0;
}


/* =========================================================
   FAQ
   ========================================================= */

.rfc-faq details {
  margin-bottom: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--rfc-line);
  border-radius: 14px;
  background: var(--rfc-panel);
}

.rfc-faq summary {
  position: relative;
  padding: 1.1rem 3rem 1.1rem 1.2rem;
  cursor: pointer;
  list-style: none;
  color: var(--rfc-white);
  font-weight: 750;
}

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

.rfc-faq summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rfc-green-bright);
  font-size: 1.4rem;
}

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

.rfc-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: var(--rfc-text-soft);
}


/* =========================================================
   TAKEAWAY
   ========================================================= */

.rfc-takeaway {
  margin: 4rem 0;
  padding: 3rem;
  border: 1px solid rgba(125,220,22,0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, #11263b, #09111b);
  box-shadow: 0 20px 48px rgba(0,0,0,0.30);
}

.rfc-takeaway h2 {
  color: var(--rfc-white);
}

.rfc-takeaway p {
  color: #dbe4ec;
}

.rfc-position-chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin: 2rem 0;
}

.rfc-position-chain span {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(125,220,22,0.09);
  border: 1px solid rgba(125,220,22,0.16);
  color: var(--rfc-green-bright);
  font-size: 0.72rem;
  font-weight: 800;
}

.rfc-position-chain b {
  color: var(--rfc-muted);
}

.rfc-takeaway-rule {
  margin: 2rem 0 0 !important;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.rfc-takeaway-rule strong {
  color: var(--rfc-green-bright);
}


/* =========================================================
   KEEP LEARNING
   ========================================================= */

.rfc-keep-learning {
  padding: 4rem 0;
  border-top: 1px solid var(--rfc-line);
}

.rfc-learning-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.rfc-learning-links a {
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 1.4rem;
  border: 1px solid var(--rfc-line);
  border-radius: 18px;
  background: var(--rfc-panel);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.rfc-learning-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(125,220,22,0.4);
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.rfc-learning-links span {
  color: var(--rfc-green-bright);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-learning-links strong {
  margin: 0.55rem 0;
  color: var(--rfc-white);
  line-height: 1.3;
}

.rfc-learning-links em {
  margin-top: auto;
  color: var(--rfc-muted);
  font-style: normal;
  font-size: 0.84rem;
}


/* =========================================================
   SOURCES
   ========================================================= */

.rfc-sources {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rfc-line);
  font-size: 0.9rem;
}

.rfc-sources h2 {
  font-size: 1.4rem;
}

.rfc-sources ul {
  padding-left: 1.2rem;
  color: var(--rfc-text-soft);
}

.rfc-sources li {
  margin-bottom: 0.5rem;
}

.rfc-source-note {
  color: var(--rfc-muted) !important;
  font-size: 0.82rem;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

  .rfc-number-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .rfc-learning-links {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .rfc-explainer.rfc-positions {
    font-size: 17px;
  }

  .rfc-positions .rfc-section {
    padding: 3rem 0;
  }

  .rfc-positions .rfc-feature-section,
  .rfc-positions .rfc-answer-block,
  .rfc-group-header,
  .rfc-takeaway {
    padding: 2rem 1.3rem;
    border-radius: 18px;
  }

  .rfc-position-list,
  .rfc-dual-position,
  .rfc-role-grid,
  .rfc-position-finder,
  .rfc-format-compare,
  .rfc-learning-links {
    grid-template-columns: 1fr;
  }

  .rfc-forwards-backs {
    grid-template-columns: 1fr;
  }

  .rfc-vs {
    text-align: center;
  }

  .rfc-pack-map,
  .rfc-backline-map {
    grid-template-columns: 1fr;
  }

  .rfc-position-profile {
    grid-template-columns: 1fr;
  }

  .rfc-position-number {
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }

  .rfc-memory-equation {
    grid-template-columns: 1fr;
  }

  .rfc-memory-equation > span {
    text-align: center;
    transform: rotate(90deg);
  }

  .rfc-number-flow {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

  .rfc-number-flow {
    grid-template-columns: 1fr;
  }

  .rfc-position-profile {
    padding: 1.4rem;
  }

  .rfc-scrum-layout {
    padding: 1.3rem;
  }

  .rfc-scrum-player {
    width: 50px;
    height: 50px;
  }

  .rfc-unit {
    padding: 1.4rem;
  }

  .rfc-position-chain {
    align-items: flex-start;
  }

}/* End custom CSS */