/* ==================================================
   IMPORTS
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/* ==================================================
   1. BASE / PAGE THEME
================================================== */

.roa-team-page,
.roa-team-page * {
  box-sizing: border-box;
}

.roa-team-page {
  --roa-blue: #01a3f5;
  --roa-accent-rgb: 1,163,245;
  --roa-container-width: 1180px;
  --roa-section-spacing: 58px;
  --roa-pc-columns: 5;
  --roa-yt-visible: 5;
  --roa-yt-gap-total: 40px;
  --roa-bg: #05070b;
  --roa-panel: rgba(255,255,255,.04);
  --roa-panel-hover: rgba(255,255,255,.058);
  --roa-panel-dark: rgba(0,0,0,.24);
  --roa-panel-dark-soft: rgba(0,0,0,.18);
  --roa-text: #fff;
  --roa-muted: rgba(255,255,255,.68);
  --roa-muted-soft: rgba(255,255,255,.55);
  --roa-win: #2ee887;
  --roa-loss: #ff475c;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--roa-text);
  background:
    radial-gradient(circle at 75% 0%, rgba(var(--roa-accent-rgb),.14), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #070b11 40%, #05070b 100%);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.roa-container {
  width: min(var(--roa-container-width), calc(100% - 40px));
  margin: 0 auto;
}


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

.roa-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 90px 0 70px;
  background:
    linear-gradient(90deg, rgba(5,7,11,.96) 0%, rgba(5,7,11,.78) 42%, rgba(5,7,11,.38) 100%),
    radial-gradient(circle at 80% 24%, rgba(var(--roa-accent-rgb),.20), transparent 35%);
}

.roa-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--roa-accent-rgb),.55), transparent);
}

.roa-hero-inner {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.roa-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.roa-kicker,
.roa-section-head span {
  display: block;
  color: var(--roa-blue);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.roa-hero h1,
.roa-section-head h2 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.roa-hero h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(72px, 10vw, 150px);
  line-height: .82;
  letter-spacing: 1px;
}

.roa-hero p {
  max-width: 520px;
  margin: 0;
  color: var(--roa-muted);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: .3px;
}

.roa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.roa-hero-actions a {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--roa-accent-rgb),.12);
  color: #fff;
  text-decoration: none;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-shadow: inset 0 2px 0 rgba(var(--roa-accent-rgb),.35);
  transition: .2s ease;
}

.roa-hero-actions a:hover {
  color: var(--roa-blue);
  background: rgba(var(--roa-accent-rgb),.20);
  transform: translateY(-2px);
}

.roa-hero-players {
  position: absolute;
  z-index: 1;
  right: -70px;
  bottom: -70px;
  width: min(760px, 62vw);
  height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: .9;
  pointer-events: none;
}

.roa-hero-players img {
  width: 23%;
  height: 92%;
  object-fit: contain;
  margin-left: -5.5%;
  filter: drop-shadow(0 0 50px rgba(0,0,0,.75));
}

.roa-hero-players img:nth-child(2),
.roa-hero-players img:nth-child(4) {
  height: 100%;
}

.roa-hero-players img:nth-child(3) {
  height: 88%;
}

.roa-hero-brand {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(520px, 42vw);
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .96;
  pointer-events: none;
}

.roa-hero-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 70px rgba(0,0,0,.72));
}


/* ==================================================
   3. SHARED SECTIONS
================================================== */

.roa-section {
  padding: var(--roa-section-spacing) 0;
  background: transparent;
}

.roa-section + .roa-section {
  border-top: 1px solid rgba(255,255,255,.055);
}

.roa-section-head {
  margin: 0 0 26px;
  padding-left: 18px;
  border-left: 3px solid var(--roa-blue);
}

.roa-section-head h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .9;
}

.roa-status {
  display: inline-flex;
  margin: 0;
  padding: 7px 10px;
  background: rgba(var(--roa-accent-rgb),.08);
  color: rgba(255,255,255,.72);
  font-size: 13px;
  letter-spacing: .5px;
}


/* ==================================================
   4. PLAYER CARD LAYOUT
================================================== */

.roa-pc-grid {
  display: grid;
  grid-template-columns: repeat(var(--roa-pc-columns), minmax(0, 1fr));
  gap: 14px;
}

.roa-pc-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--roa-panel);
  box-shadow: inset 0 2px 0 var(--roa-blue);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.roa-pc-card:hover {
  transform: translateY(-6px);
  background: var(--roa-panel-hover);
  box-shadow:
    inset 0 2px 0 var(--roa-blue),
    0 18px 42px rgba(0,0,0,.34),
    0 0 28px rgba(var(--roa-accent-rgb),.10);
}

.roa-pc-image {
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0,0,0,.26);
  transition: background .25s ease;
}

.roa-pc-card:hover .roa-pc-image {
  background:
    radial-gradient(circle at 50% 18%, rgba(var(--roa-accent-rgb),.18), transparent 45%),
    rgba(0,0,0,.30);
}

.roa-pc-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 36px rgba(0,0,0,.55));
  transition: transform .25s ease;
}

.roa-pc-card:hover .roa-pc-image img {
  transform: scale(1.035);
}

.roa-pc-body {
  padding: 14px;
}


/* ==================================================
   5. PLAYER CARD TYPOGRAPHY
================================================== */

.roa-pc-card,
.roa-pc-card * {
  font-family: Arial, Helvetica, sans-serif;
}

.roa-pc-body h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.roa-pc-role {
  margin: 7px 0 12px;
  color: var(--roa-blue);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.roa-pc-about {
  margin: 12px 0;
  color: var(--roa-muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}


/* ==================================================
   6. PLAYER INFO / STATS / EXTRA
================================================== */

.roa-pc-info,
.roa-pc-stats,
.roa-pc-extra {
  display: grid;
  gap: 5px;
}

.roa-pc-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roa-pc-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roa-pc-extra {
  grid-template-columns: 1fr;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}

.roa-pc-card.is-open .roa-pc-extra {
  max-height: 900px;
  opacity: 1;
  margin-top: 10px;
}

.roa-pc-info div,
.roa-pc-stats div,
.roa-pc-extra div {
  min-width: 0;
  padding: 8px;
  background: var(--roa-panel-dark-soft);
  box-shadow: inset 2px 0 0 rgba(var(--roa-accent-rgb),.28);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.roa-pc-info div:hover,
.roa-pc-stats div:hover,
.roa-pc-extra div:hover {
  transform: translateY(-2px);
  background: rgba(var(--roa-accent-rgb),.09);
  box-shadow: inset 2px 0 0 var(--roa-blue);
}

.roa-pc-info span,
.roa-pc-stats span,
.roa-pc-extra span {
  display: block;
  color: var(--roa-blue);
  font-size: 8px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.roa-pc-info span,
.roa-pc-stats span {
  margin-bottom: 5px;
}

.roa-pc-info strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.roa-pc-stats strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.roa-pc-stats span {
  font-size: 7px;
  line-height: 1.1;
  letter-spacing: .4px;
}

.roa-pc-extra div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.roa-pc-extra span {
  margin: 0;
  color: var(--roa-muted-soft);
}

.roa-pc-extra strong {
  color: #fff;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}


/* ==================================================
   7. BUTTONS / SOCIALS
================================================== */

.roa-pc-toggle,
.roa-pc-more,
.roa-load-more {
  all: unset !important;
  width: 100% !important;
  min-height: 38px !important;
  margin-top: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(var(--roa-accent-rgb),.10) !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: .2s ease !important;
}

.roa-pc-toggle:hover,
.roa-pc-more:hover,
.roa-load-more:hover {
  background: rgba(var(--roa-accent-rgb),.18) !important;
  color: var(--roa-blue) !important;
  transform: translateY(-1px);
}

.roa-load-more.is-hidden {
  display: none !important;
}

.roa-socials {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.roa-socials a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--roa-panel-dark);
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 2px 0 rgba(var(--roa-accent-rgb),.22);
  transition: .2s ease;
}

.roa-socials a:hover {
  background: rgba(var(--roa-accent-rgb),.18);
  box-shadow: inset 0 2px 0 var(--roa-blue), 0 0 18px rgba(var(--roa-accent-rgb),.12);
  transform: translateY(-2px);
}

.roa-socials img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  display: block;
}


/* ==================================================
   8. PLAYER DETAIL PAGE
================================================== */

.roa-player-detail-hero {
  padding: 88px 0 42px;
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--roa-accent-rgb),.18), transparent 34%),
    rgba(0,0,0,.14);
}

.roa-player-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 38px;
  align-items: end;
}

.roa-player-detail-image {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: var(--roa-panel);
  box-shadow: inset 0 2px 0 var(--roa-blue);
  overflow: hidden;
}

.roa-player-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 48px rgba(0,0,0,.65));
}

.roa-player-detail-main h1 {
  margin: 10px 0 8px;
  color: #fff;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(72px, 9vw, 132px);
  font-weight: 400;
  line-height: .82;
  text-transform: uppercase;
}

.roa-player-detail-role {
  margin: 0 0 20px;
  color: var(--roa-blue);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.roa-player-detail-sections {
  display: grid;
  gap: 18px;
}

.roa-player-detail-text {
  margin: 0;
  color: var(--roa-muted);
  font-size: 16px;
  line-height: 1.7;
}

.roa-player-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.roa-player-extra-grid div {
  padding: 12px;
  background: var(--roa-panel-dark);
  box-shadow: inset 2px 0 0 rgba(var(--roa-accent-rgb),.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.roa-player-extra-grid div:hover {
  transform: translateY(-2px);
  background: rgba(var(--roa-accent-rgb),.09);
  box-shadow: inset 2px 0 0 var(--roa-blue), 0 12px 26px rgba(0,0,0,.24);
}

.roa-player-extra-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--roa-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.roa-player-extra-grid strong {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.roa-gear-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.roa-gear-card {
  min-width: 0;
  background: var(--roa-panel-dark);
  overflow: hidden;
  box-shadow: inset 0 2px 0 rgba(var(--roa-accent-rgb),.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.roa-gear-card:hover {
  transform: translateY(-4px);
  background: rgba(var(--roa-accent-rgb),.09);
  box-shadow: inset 0 2px 0 var(--roa-blue), 0 16px 34px rgba(0,0,0,.28);
}

.roa-gear-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  padding: 14px;
  background: rgba(0,0,0,.22);
}

.roa-gear-card div {
  padding: 12px;
}

.roa-gear-card span {
  display: block;
  color: var(--roa-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.roa-gear-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.roa-gear-card a {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.roa-gear-card a:hover {
  color: var(--roa-blue);
}


/* ==================================================
   9. DACHCS MATCHES / PANELS
================================================== */

.roa-panel {
  position: relative;
  margin: 0 0 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  overflow: hidden;
}

.roa-dachcs-widget .roa-container,
.roa-vlr-widget .roa-container {
  width: min(var(--roa-container-width), 100%);
}

.roa-match-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 18px;
}

.roa-match-filters button {
  all: unset;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: .2s ease;
}

.roa-match-filters button:hover,
.roa-match-filters button.active {
  background: rgba(var(--roa-accent-rgb),.16);
  color: #fff;
  box-shadow: inset 0 2px 0 var(--roa-blue);
}

.roa-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--roa-blue), transparent);
}

.roa-panel h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.roa-player-page .roa-panel h3 {
  font-size: clamp(38px, 4.4vw, 56px);
  margin-bottom: 22px;
}

.roa-player-stats-panel .roa-pc-stats strong,
.roa-dachcs-player-stats .roa-player-extra-grid strong {
  font-size: 22px;
}

.roa-match {
  display: grid;
  grid-template-columns: 90px 1fr 62px;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  margin-bottom: 9px;
  background: var(--roa-panel-dark);
  box-shadow: inset 2px 0 0 rgba(var(--roa-accent-rgb),.22);
  transition: .2s ease;
}

.roa-match:hover {
  transform: translateY(-2px);
  background: rgba(var(--roa-accent-rgb),.06);
  box-shadow: inset 2px 0 0 var(--roa-blue);
}

.roa-match-date,
.roa-match-meta,
.roa-empty {
  color: var(--roa-muted);
}

.roa-match-date {
  font-size: 13px;
  line-height: 1.35;
}

.roa-match-date strong {
  color: #fff;
  font-size: 14px;
}

.roa-match-teams {
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
}

.roa-match-meta {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.roa-match-meta a {
  color: var(--roa-blue);
  text-decoration: none;
}

.roa-match-score {
  justify-self: end;
  min-width: 54px;
  padding: 8px 9px;
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.roa-match-score.win {
  color: var(--roa-win);
  background: rgba(46,232,135,.08);
}

.roa-match-score.loss {
  color: var(--roa-loss);
  background: rgba(255,71,92,.08);
}

.roa-empty {
  padding: 18px;
  min-height: 72px;
  display: flex;
  align-items: center;
  background: var(--roa-panel-dark);
  box-shadow: inset 2px 0 0 rgba(var(--roa-accent-rgb),.22);
  font-size: 15px;
}


/* ==================================================
   9. DACHCS TABLE
================================================== */

.roa-table-scroll {
  overflow-x: auto;
}

.roa-table,
.roa-table thead,
.roa-table tbody,
.roa-table tr,
.roa-table th,
.roa-table td {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.roa-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
}

.roa-table th {
  padding: 0 12px 10px;
  background: transparent !important;
  color: var(--roa-blue);
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.roa-table td {
  padding: 13px 12px;
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.78);
  font-size: 15px;
  border: none !important;
}

.roa-table tr:hover td {
  background: rgba(var(--roa-accent-rgb),.06);
}

.roa-table tr.is-roa td {
  background: rgba(var(--roa-accent-rgb),.15);
  color: #fff;
}

.roa-table td:first-child {
  box-shadow: inset 2px 0 0 rgba(255,255,255,.06);
}

.roa-table tr.is-roa td:first-child {
  box-shadow: inset 2px 0 0 var(--roa-blue);
}

.roa-table td:not(:nth-child(2)),
.roa-table th:not(:nth-child(2)) {
  text-align: center;
}

.roa-team {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.roa-team img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}


/* ==================================================
   10. YOUTUBE
================================================== */

.roa-yt-player {
  margin: 0 0 22px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}

.roa-yt-player iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  background: #000;
}

.roa-yt-controls {
  position: relative;
  width: 100%;
}

.roa-yt-track-wrap {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.roa-yt-track {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.roa-yt-track::-webkit-scrollbar {
  display: none;
}

.roa-yt-card {
  all: unset !important;
  flex: 0 0 calc((100% - var(--roa-yt-gap-total)) / var(--roa-yt-visible)) !important;
  width: calc((100% - var(--roa-yt-gap-total)) / var(--roa-yt-visible)) !important;
  max-width: calc((100% - var(--roa-yt-gap-total)) / var(--roa-yt-visible)) !important;
  min-width: 0;
  scroll-snap-align: start;
  background: var(--roa-panel) !important;
  color: #fff !important;
  cursor: pointer !important;
  overflow: hidden;
  transition: .2s ease;
}

.roa-yt-card:hover,
.roa-yt-card.active {
  background: rgba(var(--roa-accent-rgb),.10) !important;
  transform: translateY(-2px);
}

.roa-yt-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.roa-yt-card-content {
  min-height: 78px;
  padding: 10px;
  box-shadow: inset 2px 0 0 rgba(var(--roa-accent-rgb),.28);
}

.roa-yt-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.roa-yt-card span {
  display: block;
  margin-top: 6px;
  color: var(--roa-blue);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.roa-yt-btn {
  all: unset !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 5 !important;
  width: 44px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateY(-50%) !important;
  background: rgba(5,8,13,.86) !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: .2s ease !important;
}

.roa-yt-prev {
  left: -22px !important;
}

.roa-yt-next {
  right: -22px !important;
}

.roa-yt-btn:hover {
  background: rgba(var(--roa-accent-rgb),.22) !important;
  color: var(--roa-blue) !important;
}


/* ==================================================
   11. RESPONSIVE
================================================== */

@media (max-width: 1350px) {
  .roa-pc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .roa-hero {
    min-height: auto;
    padding: 82px 0 46px;
  }

  .roa-hero-inner {
    min-height: 520px;
    align-items: flex-start;
  }

  .roa-hero-players {
    right: -90px;
    opacity: .34;
    width: 760px;
  }

  .roa-hero-brand {
    right: -80px;
    width: 520px;
    opacity: .35;
  }

  .roa-pc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roa-player-detail-grid {
    grid-template-columns: 1fr;
  }

  .roa-player-detail-image {
    min-height: 440px;
  }

  .roa-gear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roa-match {
    grid-template-columns: 1fr;
  }

  .roa-match-score {
    justify-self: start;
  }

  .roa-yt-card {
    flex: 0 0 calc((100% - 20px) / 3) !important;
    width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
  }
}

@media (max-width: 700px) {
  .roa-yt-card {
    flex: 0 0 calc((100% - 10px) / 2) !important;
    width: calc((100% - 10px) / 2) !important;
    max-width: calc((100% - 10px) / 2) !important;
  }
}

@media (max-width: 560px) {
  .roa-container {
    width: min(100% - 28px, var(--roa-container-width));
  }

  .roa-section {
    padding: 46px 0;
  }

  .roa-hero h1 {
    font-size: 74px;
  }

  .roa-hero p {
    font-size: 20px;
  }

  .roa-pc-grid {
    grid-template-columns: 1fr;
  }

  .roa-pc-image {
    height: 340px;
  }

  .roa-player-extra-grid,
  .roa-gear-grid {
    grid-template-columns: 1fr;
  }

  .roa-player-detail-image {
    min-height: 360px;
  }

  .roa-yt-card {
    flex: 0 0 82% !important;
    width: 82% !important;
    max-width: 82% !important;
  }

  .roa-yt-btn {
    display: none !important;
  }
}
