/* ==========================================================================
   Readybet.co — Sports page
   Desktop 1440 (content gutters 80px on this page), mobile 390 (16px)
   ========================================================================== */

.page-sports { --sp-gutter: 80px; --line-m: #e5e1d8; }

/* --------------------------------------------------------------------------
   Intro
   -------------------------------------------------------------------------- */
.sp-intro { display: flex; align-items: center; gap: 48px; padding: 40px var(--sp-gutter); }
.sp-intro__left { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.sp-intro__eyebrow { font-family: var(--f-body); font-weight: 800; font-size: 13px; line-height: 17px; letter-spacing: 1.5px; color: var(--orange); }
.sp-intro__title { font-family: var(--f-head); font-weight: 700; font-size: 64px; line-height: 60px; letter-spacing: -2px; color: var(--ink); }
.sp-intro__text { font-family: var(--f-body); font-size: 15px; line-height: 24px; color: var(--muted); }
.sp-intro__right { position: relative; flex: 0 0 560px; width: 560px; height: 200px; display: flex; justify-content: flex-end; }
.sp-intro__media { width: 380px; height: 200px; border-radius: 24px; overflow: hidden; background: var(--sky); }
.sp-intro__media img { width: 100%; height: 100%; object-fit: cover; }
.sp-intro__badge {
  position: absolute; left: 60px; top: 38.78px; transform: rotate(-6deg); transform-origin: 0 0;
  background: var(--yellow); color: var(--ink); border-radius: 16px; padding: 12px 16px;
  font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; white-space: nowrap;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .11);
}

/* --------------------------------------------------------------------------
   Sport navigation (filter chips + secondary pills)
   -------------------------------------------------------------------------- */
.sp-nav { display: flex; flex-direction: column; gap: 16px; padding: 15px var(--sp-gutter); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sp-nav__row { display: flex; align-items: center; gap: 8px; }
.sp-chip {
  display: inline-flex; align-items: center; flex: 0 0 auto; white-space: nowrap;
  padding: 7px 15px; border-radius: 6px; border: 1px solid var(--line); background: var(--bg);
  font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--muted);
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.sp-chip:hover { border-color: var(--ink); color: var(--ink); }
.sp-chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.sp-pill {
  display: inline-flex; align-items: center; flex: 0 0 auto; white-space: nowrap;
  padding: 5px 13px; border-radius: 4px; border: 1px solid var(--line); background: var(--bg);
  font-family: var(--f-body); font-weight: 700; font-size: 11px; line-height: 14px; color: var(--muted);
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.sp-pill:hover { border-color: var(--orange); color: var(--orange); }
.sp-pill.is-active { background: var(--orange); border-color: var(--orange); color: var(--white); }

/* --------------------------------------------------------------------------
   Market directory header
   -------------------------------------------------------------------------- */
.mk-head { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 32px var(--sp-gutter) 16px; }
.mk-head__top { display: flex; align-items: center; }
.mk-head__eyebrow { font-family: var(--f-body); font-weight: 800; font-size: 12px; line-height: 16px; letter-spacing: 1px; color: var(--orange); }
.mk-head__count {
  position: absolute; right: var(--sp-gutter); bottom: 16px;
  background: var(--sky); color: var(--ink); border-radius: 4px; padding: 6px 12px; white-space: nowrap;
  font-family: var(--f-body); font-weight: 800; font-size: 12px; line-height: 16px;
}
.mk-head__title { font-family: var(--f-head); font-weight: 700; font-size: 36px; line-height: 48px; color: var(--ink); }
.mk-head__sub { font-family: var(--f-body); font-size: 14px; line-height: 18px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Sportsbook layout
   -------------------------------------------------------------------------- */
.sb-layout { display: flex; align-items: flex-start; gap: 24px; padding: 16px var(--sp-gutter) 64px; }
.sb-feed { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.sb-feed__empty { padding: 24px; text-align: center; font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); background: var(--white); border-radius: 12px; outline: 1px solid var(--line); outline-offset: -1px; }

/* Competition group */
.cg { background: var(--white); border-radius: 12px; overflow: hidden; outline: 1px solid var(--line); outline-offset: -1px; }
.cg__head { display: flex; justify-content: space-between; align-items: center; height: 56px; padding: 16px; box-shadow: inset 0 -1px 0 var(--line); }
.cg--afl .cg__head, .cg--tennis .cg__head { background: var(--sky); }
.cg--nrl .cg__head { background: var(--sand); }
.cg--football .cg__head { background: #f8f9fa; }
.cg--cricket .cg__head { background: #fdefea; }
.cg__title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cg__flag { width: 32px; height: 20px; border-radius: 4px; object-fit: cover; flex: 0 0 auto; }
.cg__name { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--ink); white-space: nowrap; }
.cg__meta { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; }
.cg__all { font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--orange); white-space: nowrap; flex: 0 0 auto; }
.cg__all:hover { text-decoration: underline; }
.cg__rows { display: flex; flex-direction: column; }

/* Event row */
.ev {
  display: grid; grid-template-columns: 220px 100px minmax(0, 1fr) 110px;
  grid-template-areas: "time market odds more" "teams market odds more";
  column-gap: 16px; row-gap: 6px; align-items: center; padding: 20px;
}
.ev:not(:last-child) { box-shadow: inset 0 -1px 0 var(--line); }
.ev__time { grid-area: time; align-self: end; font-family: var(--f-body); font-weight: 700; font-size: 12px; line-height: 16px; color: var(--muted); white-space: nowrap; }
.ev__time.is-hot { color: var(--orange); }
.ev__teams { grid-area: teams; align-self: start; display: flex; flex-direction: column; gap: 2px; font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; color: var(--ink); }
.ev__vs { display: none; }
.ev__market { grid-area: market; display: flex; flex-direction: column; gap: 2px; }
.ev__mlabel { font-family: var(--f-head); font-weight: 700; font-size: 11px; line-height: 15px; color: var(--muted); text-transform: uppercase; }
.ev__mname { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--ink); white-space: nowrap; }
.ev__odds { grid-area: odds; display: flex; gap: 8px; min-width: 0; }
.ev__odds .odds-btn { flex: 1 1 0; min-width: 0; height: 42px; padding: 0 12px; }
.ev__odds .odds-btn__name { font-size: 13px; line-height: 18px; }
.ev__odds .odds-btn__price { font-size: 13px; line-height: 17px; }
.ev__odds .odds-btn:not(.is-selected):hover { border-color: var(--orange); }
.ev--three .ev__odds .odds-btn { height: 36px; padding: 0 10px; }
.ev--three .ev__odds .odds-btn__name { font-size: 12px; line-height: 16px; }
.ev--three .ev__odds .odds-btn__price { font-size: 12px; line-height: 16px; }
.ev__more { grid-area: more; text-align: right; font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; }
.ev__more:hover { color: var(--ink); }

/* Desktop bet slip */
.slip {
  position: relative; flex: 0 0 411px; width: 411px; display: flex; flex-direction: column; gap: 20px;
  padding: 24px; background: var(--sand); border-radius: 16px; overflow: hidden; outline: 1px solid var(--line); outline-offset: -1px;
}
.slip__deco { position: absolute; right: 0; top: 10px; width: 90px; font-family: var(--f-head); font-weight: 700; font-size: 120px; line-height: 162px; color: var(--line); opacity: .3; text-align: right; word-break: break-all; pointer-events: none; user-select: none; }
.slip > * { position: relative; }
.slip > .slip__deco { position: absolute; }
.slip__head { display: flex; justify-content: space-between; align-items: center; }
.slip__title { font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 30px; color: var(--ink); }
.slip__count { background: var(--orange); color: var(--white); border-radius: 4px; padding: 4px 8px; font-family: var(--f-body); font-weight: 900; font-size: 11px; line-height: 14px; white-space: nowrap; }
.slip__list { display: flex; flex-direction: column; gap: 12px; }
.slip-card { display: flex; flex-direction: column; gap: 12px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.slip-card--empty { min-height: 103px; justify-content: center; text-align: center; font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.slip-card__top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.slip-card__line { display: flex; align-items: center; gap: 8px; min-width: 0; }
.slip-card__tag { background: var(--sky); color: var(--ink); border-radius: 4px; padding: 2px 6px; font-family: var(--f-body); font-weight: 800; font-size: 10px; line-height: 13px; white-space: nowrap; text-transform: uppercase; }
.slip-card__event { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.slip-card__remove { font-family: var(--f-body); font-weight: 700; font-size: 12px; line-height: 16px; color: var(--orange); white-space: nowrap; flex: 0 0 auto; }
.slip-card__remove:hover { text-decoration: underline; }
.slip-card__details { display: flex; flex-direction: column; gap: 4px; }
.slip-card__market { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.slip-card__result { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.slip-card__name { font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; color: var(--ink); }
.slip-card__odds { font-family: var(--f-body); font-weight: 800; font-size: 16px; line-height: 21px; color: var(--orange); }
.slip__stake { display: flex; flex-direction: column; gap: 8px; }
.slip__label { font-family: var(--f-body); font-weight: 800; font-size: 12px; line-height: 16px; color: var(--muted); }
.slip__input { display: flex; justify-content: space-between; align-items: center; height: 49px; padding: 0 13px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-family: var(--f-body); font-weight: 700; font-size: 16px; line-height: 21px; color: var(--ink); }
.slip__input:focus-within { border-color: var(--orange); }
.slip__input input { flex: 1 1 auto; min-width: 0; text-align: right; font-family: var(--f-body); font-weight: 700; font-size: 16px; line-height: 21px; color: var(--ink); }
.slip__line { height: 0; margin: 0 0 -1px; border: 0; border-top: 1px solid var(--line); }
.slip__return { display: flex; justify-content: space-between; align-items: center; }
.slip__return-label { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.slip__return-value { font-family: var(--f-body); font-weight: 800; font-size: 18px; line-height: 23px; color: var(--ink); }
.slip__place { display: flex; justify-content: center; align-items: center; height: 52px; border-radius: 600px; background: var(--ink); color: var(--white); font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; transition: filter .15s ease; }
.slip__place:hover { filter: brightness(1.25); }
.slip__place:disabled { cursor: default; background: var(--orange); }
.slip__status { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--orange); margin-top: -8px; }
.slip__foot { display: flex; flex-direction: column; gap: 4px; }
.slip__foot span { font-family: var(--f-body); font-size: 11px; line-height: 14px; color: var(--muted); }
.slip__foot a { font-family: var(--f-body); font-weight: 700; font-size: 11px; line-height: 14px; color: var(--orange); }
.slip__foot a:hover { text-decoration: underline; }

/* Mobile bet slip (hidden on desktop by .only-m) */
.mslip { flex-direction: column; gap: 16px; padding: 16px; background: var(--sand); }
.mslip__head { display: flex; justify-content: space-between; align-items: center; }
.mslip__title { font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 30px; color: var(--ink); }
.mslip__count { background: var(--orange); color: var(--white); border-radius: 4px; padding: 4px 8px; font-family: var(--f-head); font-weight: 700; font-size: 11px; line-height: 15px; white-space: nowrap; }
.mslip__card { display: flex; flex-direction: column; gap: 12px; padding: 11px; background: var(--bg); border: 1px solid var(--line-m); border-radius: 12px; }
.mslip__list { display: flex; flex-direction: column; gap: 12px; }
.mslip-item { display: flex; flex-direction: column; gap: 12px; }
.mslip-item--empty { min-height: 71px; justify-content: center; text-align: center; font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); }
.mslip-item__top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.mslip-item__line { display: flex; align-items: center; gap: 6px; min-width: 0; }
.mslip-item__tag { background: var(--ink); color: var(--white); border-radius: 3px; padding: 2px 6px; font-family: var(--f-head); font-weight: 700; font-size: 10px; line-height: 13px; white-space: nowrap; text-transform: uppercase; }
.mslip-item__event { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mslip-item__remove { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); text-decoration: underline; white-space: nowrap; flex: 0 0 auto; }
.mslip-item__details { display: flex; flex-direction: column; gap: 2px; }
.mslip-item__market { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); }
.mslip-item__result { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.mslip-item__name { font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; color: var(--ink); }
.mslip-item__odds { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--orange); }
.mslip__stake { display: flex; justify-content: space-between; align-items: center; padding-top: 4px; }
.mslip__label { font-family: var(--f-head); font-weight: 700; font-size: 12px; line-height: 16px; color: var(--ink); }
.mslip__input { display: flex; justify-content: flex-end; align-items: center; gap: 3px; width: 100px; height: 35px; padding: 0 9px; background: var(--white); border: 1px solid var(--line-m); border-radius: 6px; font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; color: var(--ink); }
.mslip__input:focus-within { border-color: var(--orange); }
.mslip__input input { width: 32px; min-width: 32px; max-width: 64px; field-sizing: content; text-align: right; font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; color: var(--ink); }
.mslip__return { display: flex; justify-content: space-between; align-items: center; height: 32px; padding-top: 8px; outline: 1px solid var(--line-m); outline-offset: -1px; }
.mslip__return-label { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); }
.mslip__return-value { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--ink); }
.mslip__place { display: flex; justify-content: center; align-items: center; height: 52px; border-radius: 600px; background: var(--ink); color: var(--white); font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; }
.mslip__place:disabled { cursor: default; background: var(--orange); }
.mslip__status { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--orange); margin-top: -8px; }
.mslip__foot { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.mslip__foot span { font-family: var(--f-body); font-size: 11px; line-height: 14px; color: var(--muted); }
.mslip__foot a { font-family: var(--f-body); font-weight: 700; font-size: 11px; line-height: 14px; color: var(--orange); text-decoration: underline; white-space: nowrap; }

/* --------------------------------------------------------------------------
   Responsible gambling hub — page-specific adjustments to the shared block
   -------------------------------------------------------------------------- */
.page-sports .rg-hub__title { line-height: 43px; }
.page-sports .rg-hub__sub { line-height: 20px; }
.page-sports .rg-hub__grid { gap: 24px; }
.page-sports .rg-card { padding: 23px; }
.page-sports .rg-card__text { line-height: 20px; }
.page-sports .rg-card__link { line-height: 17px; }
.page-sports .rg-card__link:hover { text-decoration: underline; }
.rg-hub__mark { font-family: var(--f-head); font-weight: 700; font-size: 40px; line-height: 54px; color: var(--ink); opacity: .15; white-space: nowrap; }

/* ==========================================================================
   Tablet (768–1199px) — fluid desktop layout that keeps the odds row usable
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1199px) {
  .sb-layout { flex-direction: column; align-items: stretch; }
  .slip { width: auto; flex: 0 0 auto; }
  .sp-intro__right { flex-basis: 380px; width: 380px; }
  .sp-intro__badge { left: -120px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-sports { --sp-gutter: 40px; }
  .sp-intro__title { font-size: 48px; line-height: 46px; letter-spacing: -1px; }
  .sp-intro__badge { left: -24px; }
  .ev { grid-template-columns: minmax(0, 1fr) 100px auto; grid-template-areas: "time market more" "teams market more" "odds odds odds"; }
  .ev__odds { margin-top: 10px; }
}

/* ==========================================================================
   Mobile (≤767px) — 390 reference
   ========================================================================== */
@media (max-width: 767px) {
  /* Intro */
  .sp-intro { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
  .sp-intro__left { gap: 4px; }
  .sp-intro__eyebrow { font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; }
  .sp-intro__title { font-size: 44px; line-height: 44px; letter-spacing: 0; }
  .sp-intro__text { font-size: 14px; line-height: 20px; }
  .sp-intro__right { flex: 0 0 auto; width: auto; height: 200px; display: block; }
  .sp-intro__media { width: 100%; height: 200px; border-radius: 12px; background: transparent; }
  .sp-intro__badge { left: 12px; top: auto; bottom: 12px; transform: none; border-radius: 6px; padding: 6px 10px; font-size: 11px; line-height: 15px; letter-spacing: .5px; box-shadow: none; }

  /* Sport filters */
  .sp-nav { gap: 8px; padding: 11px 0; border-color: var(--line-m); }
  .sp-nav__row { gap: 6px; padding: 0 16px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .sp-nav__row::-webkit-scrollbar { display: none; }
  .sp-nav__row::after { content: ""; flex: 0 0 10px; }
  .sp-chip { padding: 7px 11px; border-color: #f6f4ef; font-family: var(--f-head); font-size: 12px; line-height: 16px; }
  .sp-chip[data-filter="tennis"] { border-color: var(--line-m); }
  .sp-chip[data-filter="basketball"] { border-color: var(--ink); color: var(--ink); }
  .sp-chip.is-active { border-color: var(--ink); color: var(--white); }
  .sp-pill { padding: 5px 9px; border-radius: 6px; border-color: var(--line-m); font-family: var(--f-head); font-size: 11px; line-height: 15px; }

  /* Markets header */
  .mk-head { gap: 6px; padding: 20px 16px 12px; }
  .mk-head__top { justify-content: space-between; height: 19px; }
  .mk-head__eyebrow { font-family: var(--f-head); font-weight: 700; }
  .mk-head__count { position: static; padding: 3px 8px; font-weight: 700; font-size: 10px; line-height: 13px; }
  .mk-head__title { font-size: 28px; line-height: 38px; }
  .mk-head__sub { line-height: 20px; }

  /* Layout */
  .sb-layout { display: block; padding: 0; }
  .sb-feed { gap: 0; }
  .sb-feed__empty { margin: 16px; }

  /* Competition group */
  .cg { display: flex; flex-direction: column; gap: 12px; padding: 16px; background: transparent; border-radius: 0; overflow: visible; outline: 0; }
  .cg__head { height: 44px; padding: 10px; border-radius: 8px; box-shadow: none; }
  .cg__title { gap: 6px; }
  .cg__sport { display: none; }
  .cg__rows { gap: 12px; }

  /* Event card */
  .ev {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "time more" "teams teams" "market market" "odds odds";
    column-gap: 8px; row-gap: 0; align-items: start; padding: 11px;
    background: var(--bg); border: 1px solid var(--line-m); border-radius: 12px;
  }
  .ev:not(:last-child) { box-shadow: none; }
  .ev__time { align-self: start; font-family: var(--f-head); }
  .ev__time.is-hot-m { color: var(--orange); }
  .ev__more { align-self: start; font-weight: 400; font-size: 11px; line-height: 14px; }
  .ev__teams { display: block; margin-top: 12px; font-family: var(--f-head); font-size: 16px; line-height: 22px; }
  .ev__vs { display: inline; }
  .ev__market { display: block; margin-top: 12px; font-family: var(--f-body); font-size: 11px; line-height: 14px; color: var(--muted); }
  .ev__mlabel { font-family: var(--f-body); font-weight: 400; font-size: 11px; line-height: 14px; text-transform: none; }
  .ev__mlabel::after { content: ": "; }
  .ev__mname { font-size: 11px; line-height: 14px; color: var(--muted); white-space: normal; }
  .ev__odds { margin-top: 4px; }
  .ev__odds .odds-btn, .ev--three .ev__odds .odds-btn { height: 44px; padding: 0 12px; border-radius: 8px; border-color: var(--line-m); }
  .ev__odds .odds-btn__name { font-family: var(--f-body); font-size: 13px; line-height: 17px; }
  .ev__odds .odds-btn__price { font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; }
  .ev__odds:has(.is-selected) .odds-btn:not(.is-selected) { border-color: var(--orange); }
  .ev--three .ev__odds { gap: 6px; }
  .ev--three .ev__odds .odds-btn { padding: 0 10px; }
  .ev--three .ev__odds .odds-btn__name { font-size: 11px; line-height: 14px; }
  .ev--three .ev__odds .odds-btn__price { font-size: 13px; line-height: 18px; }

  /* Responsible gambling hub (mobile variant of this design) */
  .page-sports .rg-hub { padding: 16px; gap: 16px; }
  .page-sports .rg-hub__head { gap: 4px; }
  .page-sports .rg-hub__title { font-size: 22px; line-height: 30px; text-transform: none; }
  .page-sports .rg-hub__sub { font-size: 14px; line-height: 20px; color: var(--ink); }
  .page-sports .rg-hub__grid { gap: 10px; }
  .page-sports .rg-card { padding: 11px; gap: 8px; background: var(--bg); border-color: var(--line-m); border-radius: 12px; }
  .page-sports .rg-card__title { font-size: 14px; line-height: 19px; text-transform: none; }
  .page-sports .rg-card__text { font-size: 12px; line-height: 16px; }
  .page-sports .rg-card__link { font-family: var(--f-body); font-size: 12px; line-height: 16px; text-transform: none; display: inline; }
  .rg-hub__mark { padding: 12px 0 4px; text-align: center; font-size: 20px; line-height: 27px; letter-spacing: 1.5px; }
}
