.tipsport-review-page {
  --tipsport-blue: #1279d8;
  --tipsport-blue-dark: #075ca9;
  --tipsport-orange: #f59a16;
  --tipsport-ink: #10233f;
  --tipsport-muted: #5d7089;
  --tipsport-line: #cfdeec;
  --tipsport-soft: #f4f8fc;
  --tipsport-green: #087f72;
  --tipsport-red: #a63a45;
}

.tipsport-review-page .article-hero {
  align-items: stretch;
}

.tipsport-review-page .article-hero > div,
.tipsport-review-page .article-hero-card {
  min-width: 0;
}

.tipsport-review-page .article-hero-card {
  display: flex;
  flex-direction: column;
}

.tipsport-review-page .article-hero .article-actions .button-primary {
  max-width: min(100%, 430px);
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: normal;
}

.tipsport-section {
  padding: 32px 0;
  border-bottom: 1px solid var(--tipsport-line);
  scroll-margin-top: 100px;
}

.tipsport-section:first-of-type {
  padding-top: 8px;
}

.tipsport-section:last-child {
  border-bottom: 0;
}

.tipsport-section > :first-child {
  margin-top: 0;
}

.tipsport-section > :last-child {
  margin-bottom: 0;
}

.tipsport-section .cta-strip h3 {
  margin: 0 0 6px;
  color: inherit;
}

.tipsport-section .cta-strip .button,
.tipsport-final-cta .button {
  max-width: 340px;
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: normal;
}

.tipsport-hero-visual {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 30px;
  border-bottom: 1px solid var(--tipsport-line);
  background:
    linear-gradient(145deg, #ffffff 0 56%, #edf7ff 56% 100%);
}

.tipsport-hero-visual img {
  width: min(100%, 330px);
  height: auto;
  object-fit: contain;
}

.tipsport-affiliate-note {
  max-width: 760px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--tipsport-orange);
  background: #fff8ea;
  color: #344861;
  font-size: 0.9rem;
  line-height: 1.55;
}

.tipsport-sidebar-cta {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid var(--tipsport-line);
  border-top: 4px solid var(--tipsport-orange);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 35, 63, 0.08);
}

.tipsport-sidebar-cta > span,
.tipsport-registration-bar span {
  display: block;
  color: var(--tipsport-green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tipsport-sidebar-cta > strong {
  display: block;
  margin-top: 4px;
  color: var(--tipsport-ink);
  font-size: 1.75rem;
  line-height: 1.05;
}

.tipsport-sidebar-cta p {
  margin: 6px 0 10px;
  color: var(--tipsport-muted);
  font-size: 0.79rem;
  line-height: 1.42;
}

.tipsport-sidebar-cta .button {
  width: 100%;
  max-width: 320px;
  min-height: 0;
  padding: 10px;
  white-space: normal;
  font-size: 0.79rem;
  line-height: 1.3;
}

.tipsport-sidebar-cta small {
  display: block;
  margin-top: 8px;
  color: #52677f;
  font-size: 0.75rem;
  line-height: 1.35;
}

.tipsport-registration-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #bad8ef;
  border-left: 5px solid var(--tipsport-orange);
  border-radius: 8px;
  background: #eef7fd;
}

.tipsport-registration-bar strong {
  display: block;
  margin-top: 5px;
  color: var(--tipsport-ink);
  font-size: 1.14rem;
  line-height: 1.3;
}

.tipsport-registration-bar p {
  margin: 6px 0 0;
  color: var(--tipsport-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tipsport-registration-bar .button {
  width: 100%;
  min-height: 56px;
  padding: 11px 16px;
  white-space: normal;
  line-height: 1.25;
}

.tipsport-source-stamp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid #b8ddd8;
  border-radius: 999px;
  background: #eefaf8;
  color: #086b60;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-source-stamp::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b9585;
  content: "";
}

.tipsport-mobile-toc {
  display: none;
  margin: 0 0 22px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 35, 63, 0.07);
}

.tipsport-mobile-toc summary {
  padding: 15px 17px;
  color: var(--tipsport-ink);
  font-weight: 900;
  cursor: pointer;
}

.tipsport-mobile-toc nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding: 0 17px 17px;
}

.tipsport-mobile-toc a {
  color: #075fa8;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.tipsport-route-panel {
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbff 0%, #edf7ff 100%);
  scroll-margin-top: 100px;
}

.tipsport-route-intro h2 {
  margin: 0 0 8px;
  color: var(--tipsport-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.22;
}

.tipsport-route-intro > p:last-child {
  max-width: 72ch;
  margin: 0;
  color: var(--tipsport-muted);
  line-height: 1.62;
}

.tipsport-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tipsport-route-grid a {
  display: flex;
  min-width: 0;
  min-height: 132px;
  padding: 15px;
  border: 1px solid #c7dceb;
  border-radius: 8px;
  background: #fff;
  color: var(--tipsport-ink);
  flex-direction: column;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tipsport-route-grid a:hover,
.tipsport-route-grid a:focus-visible {
  border-color: var(--tipsport-blue);
  box-shadow: 0 8px 18px rgba(15, 55, 94, 0.1);
  transform: translateY(-2px);
}

.tipsport-route-grid span {
  margin-bottom: 7px;
  color: var(--tipsport-green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tipsport-route-grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.98rem;
}

.tipsport-route-grid small {
  color: var(--tipsport-muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.tipsport-decision-grid,
.tipsport-snapshot-grid,
.tipsport-support-grid,
.tipsport-payment-grid,
.tipsport-link-grid {
  display: grid;
  gap: 14px;
}

.tipsport-decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

.tipsport-decision {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: #fff;
}

.tipsport-decision[data-tone="yes"] {
  border-top: 4px solid var(--tipsport-green);
}

.tipsport-decision[data-tone="compare"] {
  border-top: 4px solid var(--tipsport-orange);
}

.tipsport-decision[data-tone="stop"] {
  border-top: 4px solid var(--tipsport-red);
}

.tipsport-decision span,
.tipsport-payment-card > span,
.tipsport-snapshot-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--tipsport-green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-decision h2,
.tipsport-decision h3,
.tipsport-payment-card h3,
.tipsport-snapshot-card h3 {
  margin: 0 0 8px;
  color: var(--tipsport-ink);
  font-size: 1.12rem;
  line-height: 1.28;
}

.tipsport-decision p,
.tipsport-payment-card p,
.tipsport-snapshot-card p {
  margin: 0;
  color: var(--tipsport-muted);
  line-height: 1.62;
}

.tipsport-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tipsport-facts > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--tipsport-line);
}

.tipsport-facts > div:last-child {
  border-right: 0;
}

.tipsport-facts dt {
  margin-bottom: 6px;
  color: var(--tipsport-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-facts dd {
  margin: 0;
  color: var(--tipsport-ink);
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tipsport-verified-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.tipsport-verified-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-verified-item > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #dff5f1;
  color: var(--tipsport-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.tipsport-verified-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tipsport-ink);
}

.tipsport-verified-item p {
  margin: 0;
  color: var(--tipsport-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.tipsport-score-head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-score-head .score-ring {
  width: 108px;
  height: 108px;
  font-size: 2rem;
}

.tipsport-score-head h3 {
  margin: 0 0 6px;
  color: var(--tipsport-ink);
}

.tipsport-score-head p {
  margin: 0;
  color: var(--tipsport-muted);
}

.tipsport-score-list {
  display: grid;
  gap: 10px;
}

.tipsport-score-row {
  display: grid;
  grid-template-columns: minmax(165px, 1.15fr) minmax(140px, 1fr) 86px 74px;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: #fff;
}

.tipsport-score-row strong {
  color: var(--tipsport-ink);
  line-height: 1.35;
}

.tipsport-score-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #e4edf5;
}

.tipsport-score-track i {
  display: block;
  width: var(--score-width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tipsport-green), var(--tipsport-blue));
}

.tipsport-score-weight,
.tipsport-score-value {
  color: var(--tipsport-muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.tipsport-score-value {
  color: var(--tipsport-ink);
}

.tipsport-calculator {
  margin-top: 22px;
  border: 1px solid #b9cfe3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tipsport-calculator-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-bottom: 1px solid var(--tipsport-line);
  background: #edf7ff;
}

.tipsport-calculator-head h3 {
  margin: 0 0 6px;
  color: var(--tipsport-ink);
  font-size: 1.35rem;
}

.tipsport-calculator-head p {
  margin: 0;
  color: var(--tipsport-muted);
  line-height: 1.55;
}

.tipsport-calculator-badge {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--tipsport-ink);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.tipsport-calculator-body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.tipsport-calculator-controls,
.tipsport-calculator-results {
  min-width: 0;
  padding: 22px;
}

.tipsport-calculator-controls {
  border-right: 1px solid var(--tipsport-line);
}

.tipsport-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-segmented button {
  min-height: 42px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tipsport-muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.tipsport-segmented button[aria-pressed="true"] {
  background: var(--tipsport-ink);
  color: #fff;
}

.tipsport-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tipsport-field {
  min-width: 0;
}

.tipsport-field[hidden] {
  display: none;
}

.tipsport-field label {
  display: block;
  min-height: 40px;
  margin-bottom: 6px;
  color: var(--tipsport-ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.tipsport-field input,
.tipsport-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aac2d8;
  border-radius: 7px;
  background: #fff;
  color: var(--tipsport-ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
}

.tipsport-field input:focus,
.tipsport-field select:focus {
  border-color: var(--tipsport-blue);
  outline: 3px solid rgba(18, 121, 216, 0.16);
}

.tipsport-field--wide {
  grid-column: 1 / -1;
}

.tipsport-field small {
  display: block;
  margin-top: 6px;
  color: var(--tipsport-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.tipsport-field-group {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--tipsport-line);
  color: var(--tipsport-green);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tipsport-field-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.tipsport-calculator-results {
  background: #0e2948;
  color: #fff;
}

.tipsport-result-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.tipsport-result-lead span {
  display: block;
  margin-bottom: 4px;
  color: #9fc9ed;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-result-lead strong {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  white-space: nowrap;
}

.tipsport-result-lead output {
  color: #ffd37f;
  font-weight: 800;
  text-align: right;
}

.tipsport-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.tipsport-result-card {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.tipsport-result-card span {
  display: block;
  min-height: 32px;
  margin-bottom: 5px;
  color: #b8d5ed;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
}

.tipsport-result-card output {
  display: block;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.tipsport-result-card small {
  display: block;
  margin-top: 6px;
  color: #b8d5ed;
  font-size: 0.72rem;
  line-height: 1.35;
}

.tipsport-result-card small[data-tax-state="taxable"] {
  color: #ffd37f;
  font-weight: 800;
}

.tipsport-result-card small[data-tax-state="exempt"] {
  color: #91e7cc;
  font-weight: 800;
}

.tipsport-fair-odds {
  margin: 16px 0 0;
  padding: 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--tipsport-ink);
  font-size: 0.9rem;
  line-height: 1.55;
}

.tipsport-fair-odds strong {
  color: var(--tipsport-green);
}

.tipsport-calculator-foot {
  margin: 0;
  padding: 13px 22px;
  border-top: 1px solid var(--tipsport-line);
  background: #fff8ea;
  color: #5c4a28;
  font-size: 0.84rem;
  line-height: 1.55;
}

.tipsport-source-warning {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #edbd68;
  border-left: 5px solid var(--tipsport-orange);
  border-radius: 8px;
  background: #fff8ea;
  color: #5c4a28;
}

.tipsport-tax-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.tipsport-tax-rules > div {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-tax-rules span {
  display: block;
  margin-bottom: 7px;
  color: var(--tipsport-green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tipsport-tax-rules strong {
  display: block;
  margin-bottom: 7px;
  color: var(--tipsport-ink);
  line-height: 1.35;
}

.tipsport-tax-rules p {
  margin: 0;
  color: var(--tipsport-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.tipsport-tax-calculator .tipsport-calculator-head {
  background: #effaf7;
}

.tipsport-source-warning strong {
  display: block;
  margin-bottom: 5px;
  color: var(--tipsport-ink);
}

.tipsport-source-warning p,
.tipsport-inline-help {
  margin: 0;
  line-height: 1.58;
}

.tipsport-inline-help {
  grid-column: 1 / -1;
  margin-top: 14px;
  color: var(--tipsport-muted);
  font-size: 0.84rem;
}

.tipsport-audit-checklist {
  padding: 18px 22px;
  border-top: 1px solid var(--tipsport-line);
  background: #f5f9fc;
}

.tipsport-audit-checklist > strong {
  display: block;
  color: var(--tipsport-ink);
}

.tipsport-audit-checklist .feature-list {
  margin-bottom: 0;
}

.tipsport-bonus-audit {
  scroll-margin-top: 100px;
}

.tipsport-bonus-audit .tipsport-result-lead strong {
  white-space: normal;
}

.tipsport-snapshot-grid,
.tipsport-payment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0;
}

.tipsport-snapshot-card,
.tipsport-payment-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: #fff;
}

.tipsport-snapshot-card strong,
.tipsport-payment-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tipsport-ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

.tipsport-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.tipsport-support-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
  color: var(--tipsport-ink);
  font-weight: 800;
  text-decoration: none;
}

.tipsport-support-link::after {
  color: var(--tipsport-blue);
  content: "→";
  font-size: 1.2rem;
}

.tipsport-support-link:hover,
.tipsport-support-link:focus-visible {
  border-color: var(--tipsport-blue);
  background: #edf7ff;
}

.tipsport-bonus-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.tipsport-bonus-part {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-bonus-part:first-child {
  border-top: 4px solid var(--tipsport-blue);
}

.tipsport-bonus-part:nth-child(2) {
  border-top: 4px solid var(--tipsport-orange);
}

.tipsport-bonus-part:nth-child(3) {
  border-top: 4px solid var(--tipsport-green);
}

.tipsport-bonus-part span {
  display: block;
  margin-bottom: 7px;
  color: var(--tipsport-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-bonus-part strong {
  display: block;
  margin-bottom: 7px;
  color: var(--tipsport-ink);
  font-size: 1.5rem;
}

.tipsport-bonus-part p {
  margin: 0;
  color: var(--tipsport-muted);
  line-height: 1.55;
}

.tipsport-contact-table {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  margin-top: 18px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  overflow: hidden;
}

.tipsport-contact-table dt,
.tipsport-contact-table dd {
  min-width: 0;
  margin: 0;
  padding: 13px 15px;
  border-bottom: 1px solid var(--tipsport-line);
}

.tipsport-contact-table dt {
  background: var(--tipsport-soft);
  color: var(--tipsport-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tipsport-contact-table dd {
  color: var(--tipsport-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.tipsport-contact-table dt:last-of-type,
.tipsport-contact-table dd:last-of-type {
  border-bottom: 0;
}

.tipsport-author-box {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--tipsport-line);
  border-radius: 8px;
  background: var(--tipsport-soft);
}

.tipsport-author-box img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

.tipsport-author-box h3 {
  margin: 0 0 5px;
  color: var(--tipsport-ink);
}

.tipsport-author-box p {
  margin: 0;
  color: var(--tipsport-muted);
  line-height: 1.58;
}

.tipsport-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #0e2948;
  color: #fff;
}

.tipsport-final-cta h2 {
  margin: 0 0 7px;
  color: #fff;
}

.tipsport-final-cta p {
  margin: 0;
  color: #c7daeb;
}

.tipsport-final-cta .button {
  min-width: 210px;
}

.tipsport-review-page .article-content a:not(.button):not(.related-card):not(.tipsport-support-link) {
  color: #075fa8;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.tipsport-review-page .article-content a:not(.button):not(.related-card):not(.tipsport-support-link):hover,
.tipsport-review-page .article-content a:not(.button):not(.related-card):not(.tipsport-support-link):focus-visible {
  color: #064b83;
  text-decoration-thickness: 2px;
}

.tipsport-review-page .related-card .text-link {
  box-sizing: content-box;
  max-width: calc(100% - 4px);
  padding-right: 4px;
}

@media (max-width: 980px) {
  .tipsport-decision-grid,
  .tipsport-payment-grid,
  .tipsport-snapshot-grid,
  .tipsport-bonus-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .tipsport-facts > div:nth-child(2) {
    border-right: 0;
  }

  .tipsport-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tipsport-line);
  }

  .tipsport-calculator-body {
    grid-template-columns: 1fr;
  }

  .tipsport-calculator-controls {
    border-right: 0;
    border-bottom: 1px solid var(--tipsport-line);
  }
}

@media (max-width: 1080px) {
  .tipsport-review-page .article-sidebar {
    display: none;
  }

  .tipsport-mobile-toc {
    display: block;
  }
}

@media (max-width: 720px) {
  .tipsport-decision-grid,
  .tipsport-payment-grid,
  .tipsport-snapshot-grid,
  .tipsport-bonus-split,
  .tipsport-support-grid,
  .tipsport-verified-list,
  .tipsport-tax-rules {
    grid-template-columns: 1fr;
  }

  .tipsport-score-row {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .tipsport-score-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .tipsport-score-weight {
    grid-column: 2;
    grid-row: 1;
  }

  .tipsport-score-value {
    grid-column: 2;
    grid-row: 3;
  }

  .tipsport-score-row::after {
    grid-column: 1;
    grid-row: 3;
    color: var(--tipsport-muted);
    content: "Výsledek po váze";
    font-size: 0.78rem;
    font-weight: 700;
  }

  .tipsport-calculator-head,
  .tipsport-final-cta,
  .tipsport-registration-bar {
    grid-template-columns: 1fr;
  }

  .tipsport-calculator-badge {
    justify-self: start;
  }

  .tipsport-final-cta .button {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .tipsport-section .cta-strip .button {
    width: 100%;
    max-width: none;
  }

  .tipsport-sidebar-cta .button {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .tipsport-hero-visual {
    min-height: 160px;
    padding: 22px;
  }

  .tipsport-facts,
  .tipsport-input-grid,
  .tipsport-result-grid,
  .tipsport-route-grid {
    grid-template-columns: 1fr;
  }

  .tipsport-route-panel {
    padding: 17px;
  }

  .tipsport-route-grid a {
    min-height: 0;
  }

  .tipsport-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--tipsport-line);
  }

  .tipsport-facts > div:nth-child(3) {
    border-bottom: 1px solid var(--tipsport-line);
  }

  .tipsport-facts > div:last-child {
    border-bottom: 0;
  }

  .tipsport-field label,
  .tipsport-result-card span {
    min-height: 0;
  }

  .tipsport-result-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tipsport-result-lead output {
    text-align: left;
  }

  .tipsport-score-head,
  .tipsport-author-box {
    grid-template-columns: 1fr;
  }

  .tipsport-contact-table {
    grid-template-columns: 1fr;
  }

  .tipsport-contact-table dt,
  .tipsport-contact-table dd {
    border-bottom: 0;
  }

  .tipsport-contact-table dd {
    border-bottom: 1px solid var(--tipsport-line);
  }

  .tipsport-contact-table dd:last-of-type {
    border-bottom: 0;
  }

  .tipsport-mobile-toc nav {
    grid-template-columns: 1fr;
  }
}
