:root {
  --navy: #12283c;
  --navy-light: #1a344b;
  --club-red: #7c102b;
  --text: #666666;
  --page-grey: #c2c2c2;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page-grey);
}

body {
  margin: 0;
  background: var(--page-grey);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #124a97;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #4e6b93;
}

.top-strip {
  height: 90px;
  background: #53585c;
}

.top-strip__inner,
.site-shell {
  width: min(960px, calc(100% - 28px));
  margin: 0 auto;
}

.top-strip__inner {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #fff;
  font-weight: 700;
}

.mail-link {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 2px;
  background: var(--navy);
  color: white;
  font-size: 13px;
}

.mail-link:hover,
.mail-link:focus-visible {
  background: #233f59;
  color: white;
}

.site-shell {
  margin-top: -1px;
}

.club-banner {
  width: 100%;
  aspect-ratio: 960 / 224;
  background: #251b58 url("/sports/online-casino-assets/richmond-rovers-banner.jpg") center / cover no-repeat;
  border-top: 1px solid #14293c;
}

.main-nav {
  position: relative;
  z-index: 2;
  margin: 0 -13px;
  padding: 0 25px;
  background: var(--navy);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.main-nav ul {
  display: flex;
  min-height: 54px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  background: var(--navy-light);
  color: #d4d4d4;
}

.content {
  min-height: 540px;
  padding: 32px 25px 38px;
  background: #fff;
}

.breadcrumb {
  margin: 0 0 18px;
  color: #929292;
  font-size: 11px;
}

.breadcrumb span {
  padding: 0 5px;
}

h1,
h2,
h3 {
  margin: 0;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  line-height: 1.3;
}

h3 {
  font-size: 16px;
  line-height: 1.3;
}

p,
li {
  line-height: 1.55;
}

.intro {
  max-width: 760px;
  margin: 10px 0 24px;
  font-size: 13px;
}

.notice {
  margin: 0 0 28px;
  padding: 13px 16px;
  border-left: 4px solid var(--club-red);
  background: #f4f4f4;
  color: #555;
  line-height: 1.5;
}

.article-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 48px;
  padding: 28px 0;
  border-top: 1px solid #ddd;
}

.article-row:first-of-type {
  border-top: 0;
}

.article-row__copy h2,
.article-row__copy h3 {
  margin-bottom: 10px;
}

.article-row__copy p {
  margin: 0 0 12px;
}

.article-row__copy ul,
.check-list {
  margin: 7px 0 0;
  padding-left: 20px;
}

.article-row__copy li,
.check-list li {
  margin: 5px 0;
}

.feature-card {
  min-height: 225px;
  padding: 24px;
  border: 1px solid #d7d7d7;
  background: linear-gradient(145deg, #12283c 0%, #1a344b 62%, #75112a 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: white;
}

.feature-card__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #d9c379;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.1;
}

.feature-card p {
  margin: 0;
  color: #e7ebee;
}

.suit-row {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  font-size: 30px;
}

.suit-row .red {
  color: #f05a6e;
}

.number-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.number-list li {
  position: relative;
  min-height: 31px;
  padding: 6px 0 6px 42px;
  counter-increment: guide;
}

.number-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  content: counter(guide);
  font-weight: 700;
}

.help-box {
  padding: 21px 23px;
  border: 1px solid #c9d2da;
  background: #eef3f6;
}

.help-box h3 {
  margin-bottom: 8px;
  color: var(--navy);
}

.help-box p:last-child {
  margin-bottom: 0;
}

.classic-button {
  display: inline-block;
  margin-top: 7px;
  padding: 11px 17px;
  border-radius: 4px;
  background: linear-gradient(#254d78, #112b4e);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.classic-button:hover,
.classic-button:focus-visible {
  background: #1f4770;
  color: white;
}

.site-footer {
  display: flex;
  min-height: 100px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 25px 38px;
  color: #555;
  font-size: 12px;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.footer-links {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.footer-links a {
  color: #1f4770;
}

@media (max-width: 860px) {
  .main-nav {
    margin: 0;
    padding: 0;
  }

  .main-nav ul {
    flex-wrap: wrap;
  }

  .main-nav a {
    min-height: 46px;
    padding: 0 12px;
  }

  .article-row {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .top-strip,
  .top-strip__inner {
    height: 58px;
  }

  .top-strip__inner,
  .site-shell {
    width: 100%;
  }

  .top-strip__inner {
    padding: 0 16px;
  }

  .main-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .main-nav a {
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12px;
  }

  .content {
    padding: 26px 18px 32px;
  }

  h1 {
    font-size: 21px;
  }

  .article-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    min-height: 0;
  }

  .site-footer {
    flex-direction: column-reverse;
    align-items: center;
    padding: 24px 18px 34px;
  }

  .site-footer p {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

/* Long-form online casino guide */
.guide-header {
  max-width: 810px;
}

.guide-header h1 {
  max-width: 760px;
  font-size: 28px;
}

.updated,
.section-kicker {
  color: var(--club-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.updated {
  margin: 0 0 8px;
}

.guide-header .intro {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
}

.quick-summary {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 26px;
  margin: 30px 0 36px;
  padding: 24px;
  border-top: 4px solid var(--navy);
  background: #f3f5f6;
}

.quick-summary h2 {
  margin-top: 6px;
  color: var(--navy);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.summary-grid article {
  padding-left: 12px;
  border-left: 2px solid #cbd3d9;
}

.summary-grid strong {
  color: #444;
  font-size: 13px;
}

.summary-grid p {
  margin: 4px 0 0;
  line-height: 1.45;
}

.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.guide-sidebar {
  position: sticky;
  top: 18px;
}

.guide-nav {
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
}

.guide-nav h2 {
  padding: 14px 16px;
  background: var(--navy);
  color: white;
  font-size: 13px;
}

.guide-nav ol {
  margin: 0;
  padding: 10px 12px 13px 34px;
}

.guide-nav li {
  padding: 4px 0;
  color: #8a8a8a;
  line-height: 1.35;
}

.guide-nav a {
  color: #4f5d69;
}

.guide-nav a:hover,
.guide-nav a:focus-visible {
  color: #124a97;
}

.sidebar-help {
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid var(--club-red);
  background: #eef3f6;
}

.sidebar-help strong {
  color: var(--navy);
  font-size: 13px;
}

.sidebar-help p {
  margin: 8px 0;
}

.guide-article {
  min-width: 0;
  color: #595959;
  font-size: 13px;
}

.guide-article > section {
  scroll-margin-top: 20px;
  padding: 34px 0;
  border-top: 1px solid #ddd;
}

.guide-article > section:first-child {
  padding-top: 0;
  border-top: 0;
}

.guide-article h2 {
  margin: 5px 0 14px;
  color: #555;
  font-size: 22px;
}

.guide-article h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 15px;
}

.guide-article p {
  margin: 0 0 13px;
  line-height: 1.65;
}

.guide-article ul,
.guide-article ol {
  margin: 10px 0 15px;
  padding-left: 22px;
}

.guide-article li {
  margin: 7px 0;
  line-height: 1.55;
}

.table-wrap {
  overflow-x: auto;
  margin: 20px 0 4px;
  border: 1px solid #d6d6d6;
}

table {
  width: 100%;
  min-width: 610px;
  border-collapse: collapse;
  background: white;
}

caption {
  padding: 11px 13px;
  background: #f1f1f1;
  color: #555;
  font-weight: 700;
  text-align: left;
}

th,
td {
  padding: 11px 12px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #e3e3e3;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

thead th {
  background: var(--navy);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
}

tbody th {
  width: 105px;
  color: #444;
}

tr > :last-child {
  border-right: 0;
}

.steps-list {
  list-style: none;
  counter-reset: steps;
  padding-left: 0 !important;
}

.steps-list li {
  position: relative;
  min-height: 38px;
  margin: 13px 0;
  padding: 2px 0 0 49px;
  counter-increment: steps;
}

.steps-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  content: counter(steps);
  font-weight: 700;
}

.criteria-grid,
.game-list,
.payment-list,
.two-column-copy,
.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.criteria-grid article,
.game-list article,
.payment-list article,
.two-column-copy article,
.pros-cons article {
  padding: 16px 17px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
}

.criteria-grid h3,
.game-list h3,
.payment-list h3,
.two-column-copy h3,
.pros-cons h3 {
  margin-top: 0;
}

.criteria-grid p:last-child,
.game-list p:last-child,
.payment-list p:last-child,
.two-column-copy p:last-child {
  margin-bottom: 0;
}

.game-list article:last-child,
.payment-list article:last-child {
  grid-column: 1 / -1;
}

.example-box,
.source-note {
  margin: 20px 0;
  padding: 15px 17px;
  border-left: 4px solid #d0b25e;
  background: #faf7ed;
}

.example-box strong {
  color: #514a36;
}

.example-box p,
.source-note {
  margin-bottom: 0;
}

.pros-cons article:first-child {
  border-top: 4px solid #345d79;
}

.pros-cons article:last-child {
  border-top: 4px solid var(--club-red);
}

.pros-cons ul {
  margin-bottom: 0;
}

.tip-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  padding-left: 0 !important;
  list-style: none;
}

.tip-list li {
  position: relative;
  margin: 0;
  padding: 11px 12px 11px 32px;
  background: #f4f5f6;
}

.tip-list li::before {
  position: absolute;
  top: 11px;
  left: 12px;
  color: var(--club-red);
  content: "✓";
  font-weight: 700;
}

.support-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 22px;
  background: linear-gradient(135deg, var(--navy), #1f4361);
  color: white;
}

.support-callout h3,
.support-callout p {
  color: white;
}

.support-callout h3 {
  margin-top: 4px;
}

.support-callout p {
  margin-bottom: 0;
}

.support-callout .section-kicker {
  color: #dcc77f;
}

.support-callout .classic-button {
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.faq-list {
  margin-top: 17px;
  border-top: 1px solid #d8d8d8;
}

.faq-list details {
  border-bottom: 1px solid #d8d8d8;
}

.faq-list summary {
  padding: 15px 30px 15px 0;
  color: var(--navy);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
}

.faq-list details p {
  padding: 0 18px 14px;
}

.references {
  color: #747474;
  font-size: 11px;
}

.references h2 {
  font-size: 16px;
}

.references li {
  margin: 4px 0;
}

@media (max-width: 860px) {
  .article-layout {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 25px;
  }

  .quick-summary {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .support-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .guide-header h1 {
    font-size: 23px;
  }

  .guide-header .intro {
    font-size: 13px;
  }

  .quick-summary,
  .article-layout,
  .summary-grid,
  .criteria-grid,
  .game-list,
  .payment-list,
  .two-column-copy,
  .pros-cons,
  .tip-list {
    grid-template-columns: 1fr;
  }

  .quick-summary {
    padding: 19px;
  }

  .guide-sidebar {
    position: static;
  }

  .guide-nav ol {
    columns: 2;
    column-gap: 26px;
  }

  .sidebar-help {
    display: none;
  }

  .game-list article:last-child,
  .payment-list article:last-child {
    grid-column: auto;
  }

  .guide-article h2 {
    font-size: 20px;
  }

  .guide-article > section {
    padding: 29px 0;
  }

  .support-callout {
    padding: 19px;
  }
}

@media (max-width: 410px) {
  .guide-nav ol {
    columns: 1;
  }
}

/* Commercial casino listicle */
.commercial-hero {
  max-width: 850px;
}

.commercial-hero .hero-copy {
  max-width: 810px;
  margin: -7px 0 23px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.65;
}

.casino-hero-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 22px;
  border: 1px solid #cfd3d6;
  background: var(--navy);
}

.casino-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.casino-hero-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 14px;
  background: rgba(12, 25, 38, 0.82);
  color: #f4f4f4;
  font-size: 10px;
  line-height: 1.4;
}

.affiliate-disclosure {
  margin: 0 0 34px;
  padding: 16px 18px;
  border: 1px solid #d4dce2;
  border-left: 5px solid var(--club-red);
  background: #f3f6f8;
  color: #4f5a63;
  font-size: 12px;
  line-height: 1.6;
}

.top-casinos {
  scroll-margin-top: 20px;
  margin-bottom: 44px;
}

.top-casinos > h2 {
  margin: 5px 0 10px;
  color: #4f4f4f;
  font-size: 24px;
}

.section-lead {
  max-width: 790px;
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.65;
}

.casino-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.casino-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #d3d7da;
  border-top: 4px solid var(--navy);
  background: #fff;
  box-shadow: 0 2px 7px rgba(18, 40, 60, 0.09);
}

.casino-card:first-child {
  border-top-color: var(--club-red);
  box-shadow: 0 3px 12px rgba(18, 40, 60, 0.15);
}

.casino-card__top {
  display: grid;
  grid-template-columns: 32px minmax(112px, 0.8fr) minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}

.brand-rank {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.casino-card:first-child .brand-rank {
  background: var(--club-red);
}

.casino-brandmark {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 9px;
  border: 1px solid #d5d9dc;
  border-radius: 3px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-align: left;
}

.casino-brandmark img,
.review-brand-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: contain;
}

.casino-brandmark span {
  overflow-wrap: anywhere;
}

.best-for {
  color: #535353;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.best-for span {
  display: block;
  margin-bottom: 3px;
  color: var(--club-red);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.bonus-box,
.review-offer {
  padding: 13px 14px;
  border-left: 4px solid #d0b25e;
  background: #faf7ed;
}

.bonus-box span,
.review-offer span {
  display: block;
  color: #7a6e4e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bonus-box strong,
.review-offer strong {
  display: block;
  margin: 4px 0;
  color: #3f3b31;
  font-size: 16px;
  line-height: 1.25;
}

.bonus-box small,
.review-offer small {
  color: #726d62;
  font-size: 10px;
  line-height: 1.4;
}

.casino-card > p {
  margin: 13px 0;
  line-height: 1.55;
}

.card-facts {
  display: grid;
  gap: 5px;
  margin-bottom: 13px;
  padding: 10px 12px;
  background: #f4f5f6;
  color: #5f6972;
  font-size: 10px;
  line-height: 1.4;
}

.card-facts span::before {
  margin-right: 6px;
  color: var(--club-red);
  content: "●";
  font-size: 7px;
}

.card-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 15px;
}

.card-pros-cons strong {
  color: var(--navy);
  font-size: 11px;
  text-transform: uppercase;
}

.card-pros-cons ul {
  margin: 6px 0 0;
  padding-left: 17px;
}

.card-pros-cons li {
  margin: 4px 0;
  line-height: 1.4;
}

.card-pros-cons > div:first-child li::marker {
  color: #2e6a4a;
}

.card-pros-cons > div:last-child li::marker {
  color: var(--club-red);
}

.brand-cta {
  display: block;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 3px;
  background: linear-gradient(#8f1737, #6f0e27);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.brand-cta:hover,
.brand-cta:focus-visible {
  background: #5e0c21;
  color: #fff;
}

.casino-card .cta-terms,
.brand-review .cta-terms {
  margin: 7px 0 0;
  color: #8a8a8a;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}

.brand-reviews {
  margin-top: 24px;
}

.brand-review {
  scroll-margin-top: 20px;
  padding: 35px 0 38px;
  border-top: 1px solid #d8d8d8;
}

.brand-review:first-child {
  padding-top: 21px;
  border-top: 0;
}

.brand-review__head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}

.review-brand-logo {
  width: 46px;
  height: 46px;
  padding: 3px;
  border: 1px solid #d8dcdf;
  background: #fff;
}

.review-number {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.brand-review__head h3 {
  margin: 3px 0 0;
  color: #4d4d4d;
  font-size: 21px;
}

.review-offer {
  margin: 0 0 18px;
}

.brand-review > p {
  line-height: 1.72;
}

.review-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}

.mini-verdict {
  padding: 12px 14px;
  border-left: 4px solid var(--navy);
  background: #f1f4f6;
  line-height: 1.5;
}

.review-bottom .brand-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.compact-notice {
  margin-top: 22px;
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .casino-card__top {
    grid-template-columns: 31px minmax(105px, 0.9fr) minmax(105px, 1fr);
  }
}

@media (max-width: 740px) {
  .casino-cards {
    grid-template-columns: 1fr;
  }

  .casino-card__top {
    grid-template-columns: 35px minmax(130px, 0.75fr) minmax(120px, 1fr);
  }
}

@media (max-width: 640px) {
  .top-casinos > h2 {
    font-size: 21px;
  }

  .casino-card {
    padding: 16px;
  }

  .casino-hero-image {
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
  }

  .casino-hero-image img {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  .casino-hero-image figcaption {
    font-size: 9px;
  }

  .review-bottom {
    grid-template-columns: 1fr;
  }

  .review-bottom .brand-cta {
    min-height: 43px;
  }
}

@media (max-width: 430px) {
  .casino-card__top {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .best-for {
    grid-column: 2;
  }

  .brand-review__head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand-review__head > div {
    width: calc(100% - 124px);
  }

  .card-pros-cons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
