

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, .mx-body {color: #1c1c1c;margin: 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;background: #f7f8fa;line-height: 1.6;visibility:visible;pointer-events:auto}
img {max-width: 100%;display: block;height: auto}
a {text-decoration: none;color: #009b3a}
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {color: #12202c;font-weight: 700;line-height: 1.25}
h1 { font-size: clamp(1.6rem, 4vw, 2.35rem); }
h2 {margin: 0 0 0.85rem;font-size: clamp(1.3rem, 3vw, 1.7rem)}
h3 {margin: 0 0 0.5rem;font-size: 1.05rem}


.container {width: 100%;padding: 0 1.25rem;margin: 0 auto;max-width: 1080px}
.row {display: flex;margin: 0 -0.75rem;flex-wrap: wrap}
.col-12 {flex: 0 0 100%;padding: 0 0.75rem;max-width: 100%}
.col-lg-5, .col-lg-6, .col-lg-7 {padding: 0 0.75rem;flex: 0 0 100%;max-width: 100%}
@media (min-width: 992px) {
  .col-lg-5 {flex: 0 0 41.66%;max-width: 41.66%}
  .col-lg-6 {max-width: 50%;flex: 0 0 50%}
  .col-lg-7 {max-width: 58.33%;flex: 0 0 58.33%}
}
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }
.text-center { text-align: center; }
.text-white { color: rgb(255,255,255); }
.rounded-2 { border-radius: 8px; }
.rounded-5 { border-radius: 24px; }
.img-fluid {max-width: 100%;height: auto}
.py-2 {padding-top: 0.6rem;padding-bottom: 0.6rem}
.py-3 {padding-bottom: 1rem;padding-top: 1rem}
.py-4 {padding-top: 1.5rem;padding-bottom: 1.5rem}
.py-5 {padding-bottom: 2.5rem;padding-top: 2.5rem}
.mb-4 { margin-bottom: 1.25rem; }
.me-2 { margin-right: 0.5rem; }
.me-3 { margin-right: 0.9rem; }
.ms-3 { margin-left: 0.9rem; }


.mx-btn {border-radius: 10px;font-weight: 700;padding: 0.7rem 1.4rem;color: #fff;background: #009b3a;cursor: pointer;border: none;display: inline-block}
.mx-btn:hover {background: #007e2f;text-decoration: none;color: #fff}
.mx-btn--lg {padding: 0.9rem 1.9rem;font-size: 1.05rem}
.mx-btn--sm {padding: 0.5rem 1rem;font-size: 0.9rem}
.mx-btn--outline {color: #002776;background: transparent;border: 2px solid #002776}
.mx-btn--outline:hover {color: #fff;background: rgba(0,39,118,1)}
.btn {font-weight: 600;cursor: pointer;padding: 0.6rem 1.2rem;border-radius: 8px;border: none;display: inline-block}
.btn-primary {background: #002776;color: #fff}
.btn-success {color: #fff;background: rgba(0,155,58,1)}
.btn-lg {padding: 0.85rem 1.7rem;font-size: 1.05rem}


.mx-header {z-index: 50;top: 0;background: #fff;box-shadow: 0 1px 6px rgba(0,0,0,0.08);position: sticky}
.mx-install-bar {gap: 0.6rem;padding: 0.5rem 0.9rem;align-items: center;background: rgba(0,39,118,1);display: flex;position: relative;color: rgba(255,255,255,1)}
.mx-install-bar[hidden] { display: none; }
.mx-install-bar__icon {border-radius: 8px;flex-shrink: 0}
.mx-install-bar__copy {display: flex;font-size: 0.72rem;min-width: 0;flex-direction: column;flex: 1;line-height: 1.2}
.mx-install-bar__title {letter-spacing: 0.02em;font-weight: 700}
.mx-install-bar__amount {font-weight: 700;color: #ffdf00}
.mx-install-bar__button {color: rgb(255,255,255);border-radius: 8px;font-size: 0.78rem;font-weight: 700;background: #009b3a;padding: 0.45rem 0.8rem;white-space: nowrap}
.mx-install-bar__close {top: 0.3rem;font-size: 1.1rem;line-height: 1;padding: 0.2rem 0.4rem;right: 0.4rem;color: #fff;border: none;position: absolute;cursor: pointer;background: transparent}

.mx-nav {display: flex;gap: 0.6rem;margin: 0 auto;padding: 0.65rem 0.9rem;max-width: 1080px;align-items: center}
.mx-nav__toggle {border: 1px solid #e3e6ea;padding: 0.35rem 0.5rem;background: transparent;color: #12202c;flex-shrink: 0;cursor: pointer;border-radius: 8px}
.mx-nav__toggle-icon {color: inherit;display: block}
.mx-nav__logo {align-items: center;overflow: hidden;min-width: 0;display: flex;gap: 0.4rem;flex-shrink: 1}
.mx-nav__logo img {max-width: 90px;width: auto;max-height: 34px}
.mx-nav__brand-text {font-weight: 800;text-overflow: ellipsis;color: #002776;overflow: hidden;white-space: nowrap;font-size: 1.05rem}
.mx-nav__actions {gap: 0.35rem;margin-left: auto;flex-shrink: 0;align-items: center;display: flex}
.mx-nav__cta {font-size: 0.72rem;padding: 0.38rem 0.55rem;border-radius: 8px;white-space: nowrap;font-weight: 700}
.mx-nav__cta--login {background: #f0f2f5;color: #12202c}
.mx-nav__cta--register {color: #fff;background: #009b3a}
.mx-nav__register-wrap {position: relative;display: inline-block}
.mx-nav__badge {top: -0.5rem;right: -0.3rem;color: #12202c;position: absolute;background: #ffdf00;font-weight: 800;padding: 0.05rem 0.3rem;border-radius: 6px;font-size: 0.6rem}

.mx-menu {padding: 0.5rem 0.9rem 0.9rem;display: none;border-top: 1px solid #e3e6ea;flex-direction: column}
.mx-menu a {color: #12202c;font-weight: 600;padding: 0.55rem 0.2rem;border-bottom: 1px solid #f0f2f5}
.mx-menu a[aria-current="page"] { color: rgba(0,155,58,1); }
[data-mx-header].is-menu-open .mx-menu { display: flex; }
@media (min-width: 992px) {
  .mx-nav__toggle { display: none; }
  .mx-menu {max-width: 1080px;margin: 0 auto;display: flex !important;gap: 1.1rem;border-top: none;flex-wrap: wrap;flex-direction: row;padding: 0 0.9rem 0.6rem}
  .mx-menu a {border-bottom: none;padding: 0.2rem 0}
}


.mx-hero {text-align: center;max-width: 1080px;padding: 1.5rem 1.25rem;margin: 0 auto}
.mx-hero__lead {margin: 0 auto 1rem;color: #4a5560;max-width: 640px}
.mx-hero__meta {color: #4a5560;flex-wrap: wrap;justify-content: center;margin-bottom: 1rem;display: flex;font-size: 0.82rem;gap: 0.9rem}
.mx-hero__cta-wrap { margin: 0 0 1.25rem; }
.mx-hero__banner {max-width: 260px;margin: 0 auto;display: block}
.mx-hero__banner img {border-radius: 24px;margin: 0 auto}
.mx-hero__specs {max-width: 460px;margin: 0 auto 1.5rem;font-size: 0.85rem;width: 100%;border-collapse: collapse}
.mx-hero__specs th, .mx-hero__specs td {text-align: left;border: 1px solid #e3e6ea;padding: 0.45rem 0.7rem}
.mx-hero__specs th {width: 40%;background: #f0f2f5}


.mx-toc-wrap {padding: 0 1.25rem;max-width: 1080px;margin: 0 auto 1.5rem}
.mx-toc-details {padding: 0.75rem 1rem;border: 1px solid #e3e6ea;border-radius: 12px;background: rgb(255,255,255)}
.mx-toc-summary {justify-content: space-between;cursor: pointer;display: flex;font-weight: 700;align-items: center}
.mx-toc-summary__hint {font-size: 0.78rem;color: #8a93a0;font-weight: 400}
.mx-toc {margin: 0.75rem 0 0;padding-left: 1.2rem;columns: 2;column-gap: 1.5rem}
@media (max-width: 640px) { .mx-toc { columns: 1; } }


.mx-section {padding: 1.5rem 1.25rem;margin: 0 auto;max-width: 1080px;border-top: 1px solid #eceff2}
.mx-center { text-align: center; }
.mx-feature-list h3 { margin-top: 1.1rem; }
.mx-review-quote {background: #fff;border-left: 4px solid #009b3a;border-radius: 0 12px 12px 0;padding: 1rem 1.2rem;margin: 0 0 1rem}
.mx-review-quote cite {color: #4a5560;font-size: 0.85rem;font-style: normal}
.mx-step-list, .mx-safety-list { padding-left: 1.3rem; }
.mx-step-list li, .mx-safety-list li { margin-bottom: 0.5rem; }
.mx-promo-lead { color: #4a5560; }
.mx-promo-grid {display: grid;gap: 1rem;grid-template-columns: 1fr 1fr}
@media (max-width: 560px) { .mx-promo-grid { grid-template-columns: 1fr; } }
.mx-promo-frame {border: 1px solid #e3e6ea;margin: 0;border-radius: 12px;overflow: hidden;background: #fff}
.mx-promo-frame figcaption {color: rgba(74,85,96,1);padding: 0.5rem 0.75rem;font-size: 0.82rem}
.mx-link { font-weight: 600; }


.mx-main {margin: 0 auto;max-width: 1080px;padding: 0 1.25rem 2.5rem}
.mx-page {display: flex;gap: 1.75rem;flex-direction: column}
.mx-block h2 { margin-bottom: 0.75rem; }
.mx-media { text-align: center; }
.mx-media__frame { margin: 0; }
.mx-media__frame img {margin: 0 auto;max-width: 420px;border-radius: 16px}
.mx-media__caption {margin-top: 0.4rem;color: #8a93a0;font-size: 0.82rem}
.mx-note {padding: 0.75rem 1rem;background: rgba(240,242,245,1);border-radius: 10px;font-size: 0.9rem}
.mx-cta-row {flex-wrap: wrap;display: flex;gap: 0.75rem;margin-top: 1rem}
.mx-checklist { padding-left: 1.3rem; }
.mx-checklist li { margin-bottom: 0.5rem; }


.mx-card-grid {display: grid;margin-top: 1rem;grid-template-columns: repeat(2, 1fr);gap: 1rem}
@media (max-width: 640px) { .mx-card-grid { grid-template-columns: 1fr; } }
.mx-card {border: 1px solid #e3e6ea;background: #fff;padding: 1rem;border-radius: 12px}
.mx-card__icon {height: 34px;border-radius: 50%;font-weight: 800;align-items: center;background: #eaf6ee;display: inline-flex;color: #009b3a;justify-content: center;width: 34px;margin-bottom: 0.5rem}
.mx-steps-inline { padding-left: 1.3rem; }
.mx-steps-inline li { margin-bottom: 0.5rem; }
.mx-login-faq details {background: rgb(255,255,255);border: 1px solid #e3e6ea;margin-bottom: 0.6rem;border-radius: 10px;padding: 0.7rem 1rem}
.mx-login-faq summary {font-weight: 700;cursor: pointer}


.mx-bet-tabs__input {opacity: 0;pointer-events: none;position: absolute}
.mx-bet-tabs__nav {gap: 0.5rem;display: flex;flex-wrap: wrap;margin-bottom: 1rem}
.mx-bet-tabs__nav label {font-size: 0.88rem;font-weight: 600;background: #f0f2f5;border-radius: 999px;padding: 0.5rem 1rem;cursor: pointer}
.mx-bet-tabs__panel { display: none; }
#mx-tab-esporte:checked ~ .mx-bet-tabs__panels .mx-bet-tabs__panel--esporte,
#mx-tab-live:checked ~ .mx-bet-tabs__panels .mx-bet-tabs__panel--live,
#mx-tab-rapido:checked ~ .mx-bet-tabs__panels .mx-bet-tabs__panel--rapido { display: block; }
.mx-bet-grid {display: grid;gap: 1rem;grid-template-columns: repeat(3, 1fr)}
@media (max-width: 780px) { .mx-bet-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .mx-bet-grid { grid-template-columns: 1fr; } }
.mx-bet-point {border: 1px solid #e3e6ea;border-radius: 12px;padding: 0.9rem;background: rgb(255,255,255)}
.mx-bet-point strong {color: #002776;margin-bottom: 0.3rem;display: block}


.mx-bonus-cascade {gap: 1rem;grid-template-columns: repeat(2, 1fr);display: grid}
@media (max-width: 640px) { .mx-bonus-cascade { grid-template-columns: 1fr; } }
.mx-bonus-card {background: #fff;padding: 1rem;border: 1px solid #e3e6ea;border-radius: 12px;position: relative}
.mx-bonus-card__tag {font-size: 0.72rem;background: #ffdf00;color: #12202c;border-radius: 999px;margin-bottom: 0.5rem;padding: 0.15rem 0.55rem;font-weight: 800;display: inline-block}
.mx-bonus-rules {list-style: none;display: grid;gap: 0.5rem;padding: 0}
.mx-bonus-rules li {border: 1px solid #e3e6ea;display: flex;background: #fff;gap: 1rem;flex-wrap: wrap;border-radius: 10px;justify-content: space-between;padding: 0.6rem 0.9rem}


.mx-pix-flow {flex-wrap: wrap;align-items: center;display: flex;margin-top: 1rem;gap: 0.6rem}
.mx-pix-node {padding: 0.8rem;background: #fff;border: 1px solid #e3e6ea;border-radius: 12px;flex: 1 1 100px;text-align: center}
.mx-pix-node__icon {background: rgba(0,39,118,1);font-weight: 800;font-size: 0.85rem;align-items: center;justify-content: center;border-radius: 50%;margin-bottom: 0.4rem;display: inline-flex;height: 28px;color: #fff;width: 28px}
.mx-pix-node__arrow {color: #8a93a0;font-weight: 800}
.mx-pix-split {display: grid;margin-top: 1rem;gap: 1rem;grid-template-columns: 1fr 1fr}
@media (max-width: 640px) { .mx-pix-split { grid-template-columns: 1fr; } }
.mx-pix-lane {border: 1px solid #e3e6ea;padding: 1rem;background: #fff;border-radius: 12px}
.mx-pix-lane--in { border-top: 4px solid #009b3a; }
.mx-pix-lane--out { border-top: 4px solid #002776; }
.mx-pix-tip {color: rgb(74,85,96);margin-top: 0.9rem;font-size: 0.88rem}


.mx-dl-specs {grid-template-columns: repeat(2, 1fr);margin: 1rem 0;gap: 0.6rem;display: grid}
.mx-dl-spec {padding: 0.6rem 0.8rem;border: 1px solid #e3e6ea;background: #fff;border-radius: 10px}
.mx-dl-spec dt {color: #8a93a0;font-size: 0.75rem}
.mx-dl-spec dd {font-weight: 700;margin: 0}
.mx-dl-alert {background: #fff4e5;padding: 0.75rem 1rem;border-left: 4px solid #e0a800;border-radius: 0 10px 10px 0;font-size: 0.88rem}
.mx-dl-steps-bar {gap: 0.6rem;grid-template-columns: repeat(5, 1fr);display: grid}
@media (max-width: 780px) { .mx-dl-steps-bar { grid-template-columns: repeat(2, 1fr); } }
.mx-dl-step {background: #fff;padding: 0.8rem;border: 1px solid #e3e6ea;border-radius: 12px;text-align: center}
.mx-dl-step__num {border-radius: 50%;height: 26px;align-items: center;display: inline-flex;width: 26px;color: rgba(255,255,255,1);background: #009b3a;margin-bottom: 0.35rem;font-weight: 800;justify-content: center}
.mx-dl-step__title {font-weight: 700;display: block;margin-bottom: 0.2rem}
.mx-dl-check { padding-left: 1.3rem; }
.mx-dl-check li { margin-bottom: 0.5rem; }


.mx-timeline {margin: 1rem 0 0;list-style: none;border-left: 3px solid #009b3a;padding: 0}
.mx-timeline__item {padding: 0 0 1.1rem 1.1rem;position: relative}
.mx-timeline__item::before {content: "";background: #009b3a;border-radius: 50%;left: -8px;top: 4px;width: 13px;position: absolute;height: 13px}
.mx-duo {grid-template-columns: 1fr 1fr;margin-top: 1rem;display: grid;gap: 1rem}
@media (max-width: 640px) { .mx-duo { grid-template-columns: 1fr; } }
.mx-panel {background: #fff;padding: 1rem;border: 1px solid #e3e6ea;border-radius: 12px}


.mx-faq-links {flex-wrap: wrap;gap: 0.6rem;display: flex;margin-top: 0.75rem}
.mx-faq-links a {font-weight: 600;border-radius: 999px;padding: 0.4rem 0.9rem;font-size: 0.88rem;background: #f0f2f5}
.mx-faq-cats {gap: 1.25rem;grid-template-columns: repeat(2, 1fr);display: grid;margin-top: 1rem}
@media (max-width: 720px) { .mx-faq-cats { grid-template-columns: 1fr; } }
.mx-faq-group__head {color: #002776;margin-bottom: 0.5rem;font-weight: 800}
.mx-faq-group__list details {background: rgb(255,255,255);border: 1px solid #e3e6ea;padding: 0.65rem 0.9rem;margin-bottom: 0.5rem;border-radius: 10px}
.mx-faq-group__list summary {cursor: pointer;font-weight: 600}
.mx-faq-contact {background: #f0f2f5;padding: 0.9rem 1rem;border-radius: 10px}


.faq-container {flex-direction: column;display: flex;margin-top: 0.75rem;gap: 0.6rem}
.faq-item {border: 1px solid #e3e6ea;background: #fff;border-radius: 10px;padding: 0.8rem 1rem}
.faq-question {margin-bottom: 0.35rem;font-size: 1rem}
.faq-answer {margin: 0;color: #4a5560}


.mx-ajuda-grid {gap: 1rem;grid-template-columns: repeat(2, 1fr);margin-top: 1rem;display: grid}
@media (max-width: 720px) { .mx-ajuda-grid { grid-template-columns: 1fr; } }
.mx-ajuda-card {border: 1px solid #e3e6ea;border-radius: 12px;background: #fff;padding: 1rem}
.mx-ajuda-card__icon {display: block;font-size: 1.4rem;margin-bottom: 0.4rem}
.mx-ajuda-card__meta {margin-top: 0.6rem;font-size: 0.85rem;color: rgb(74,85,96)}
.mx-ajuda-links {flex-wrap: wrap;display: flex;gap: 0.5rem;margin-top: 0.6rem}
.mx-ajuda-links a {padding: 0.3rem 0.7rem;background: rgb(240,242,245);border-radius: 999px;font-size: 0.82rem;font-weight: 600}
.mx-ticket-checklist { padding-left: 1.3rem; }
.mx-ticket-checklist li { margin-bottom: 0.5rem; }


.mx-feedback-grid {margin-top: 1rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem}
@media (max-width: 640px) { .mx-feedback-grid { grid-template-columns: 1fr; } }
.mx-feedback-card {border: 1px solid #e3e6ea;border-radius: 12px;background: #fff;padding: 1rem}
.mx-feedback-card__tag {margin-bottom: 0.5rem;font-weight: 800;background: rgba(234,246,238,1);padding: 0.15rem 0.55rem;font-size: 0.72rem;display: inline-block;border-radius: 999px;color: #009b3a}
.mx-feedback-steps { padding-left: 1.3rem; }
.mx-feedback-steps li { margin-bottom: 0.5rem; }


.mx-legal-toc {column-gap: 1.5rem;columns: 2;padding-left: 1.2rem}
@media (max-width: 640px) { .mx-legal-toc { columns: 1; } }
.mx-legal-body {gap: 1.5rem;display: flex;flex-direction: column}
.mx-legal-article h2 {padding-bottom: 0.5rem;border-bottom: 2px solid #eceff2}
.mx-legal-clause { margin-bottom: 0.9rem; }
.mx-legal-clause:last-child { margin-bottom: 0; }
.mx-lgpd-table {border-collapse: collapse;width: 100%;font-size: 0.9rem}
.mx-lgpd-table th, .mx-lgpd-table td {text-align: left;padding: 0.5rem 0.7rem;border: 1px solid #e3e6ea}
.mx-lgpd-table th { background: #f0f2f5; }
.mx-legal-contact {border: 1px solid #e3e6ea;padding: 1.1rem;border-radius: 12px;background: #fff}


.mx-cta-banner {padding: 0.9rem;text-align: center;background: #002776}
.mx-cta-banner .mx-btn {color: rgba(18,32,44,1);background: rgba(255,223,0,1)}
.mx-cta-banner .mx-btn:hover { background: rgb(240,207,0); }
.mx-quick {max-width: 1080px;padding: 1.75rem 1.25rem;margin: 0 auto;flex-wrap: wrap;gap: 1rem;display: flex;align-items: center;justify-content: center}
.mx-quick img { border-radius: 16px; }
.mx-quick__links {align-items: center;flex-wrap: wrap;gap: 0.5rem;display: flex}
.mx-quick__links h4 {margin: 0 0 0.3rem;width: 100%}

.mx-footer {background: #12202c;color: #dbe1e8;padding: 2rem 0 1.2rem}
.mx-footer__nav {max-width: 1080px;grid-template-columns: repeat(3, 1fr);padding: 0 1.25rem;display: grid;gap: 1.5rem;margin: 0 auto}
@media (max-width: 640px) { .mx-footer__nav { grid-template-columns: 1fr; } }
.mx-footer__group { min-width: 0; }
.mx-footer__group-label {display: block;font-size: 0.78rem;letter-spacing: 0.04em;font-weight: 800;margin-bottom: 0.6rem;color: #fff;text-transform: uppercase}
.mx-footer__list {list-style: none;padding: 0;margin: 0}
.mx-footer__list li { margin-bottom: 0.45rem; }
.mx-footer__list a { color: #b7c0ca; }
.mx-footer__list a:hover { color: #fff; }
.mx-footer__meta {margin: 1.5rem auto 0;max-width: 1080px;border-top: 1px solid #26343f;font-size: 0.82rem;padding: 1rem 1.25rem 0;color: #8a93a0}

.mx-bottom-bar {position: fixed;padding: 0.6rem 0.9rem;z-index: 60;display: flex;left: 0;box-shadow: 0 -2px 8px rgba(0,0,0,0.08);gap: 0.5rem;border-top: 1px solid #e3e6ea;right: 0;bottom: 0;background: rgba(255,255,255,1)}
.mx-bottom-bar[hidden] { display: none; }
.mx-bottom-bar__button {text-align: center;padding: 0.65rem 0.8rem;border-radius: 10px;flex: 1;font-weight: 700}
.mx-bottom-bar__button--login {color: #12202c;background: #f0f2f5}
.mx-bottom-bar__button--register {background: #009b3a;color: rgba(255,255,255,1)}
.mx-bottom-bar__close {cursor: pointer;padding: 0 0.3rem;background: transparent;border: none;color: #8a93a0;font-size: 1.2rem}
@media (min-width: 992px) { .mx-bottom-bar { display: none; } }


.sf-related-articles{box-shadow:0 16px 45px rgba(15,23,42,.08);padding:clamp(18px,3vw,28px);border:1px solid rgba(148,163,184,.24);margin:clamp(28px,5vw,56px) auto;border-radius:24px;background:rgba(255,255,255,.06);max-width:1120px}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{opacity:.78;line-height:1.65;margin:0 0 18px}
.sf-related-articles__list{display:grid;list-style:none;padding:0;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0}
.sf-related-articles__item{padding:0;margin:0;list-style:none}
.sf-related-articles__link{padding:16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(148,163,184,.18);transition:transform .18s ease,border-color .18s ease,background .18s ease;display:flex;gap:7px;flex-direction:column;color:inherit;text-decoration:none;min-height:100%}
.sf-related-articles__link:hover{transform:translateY(-2px);border-color:rgba(59,130,246,.45);background:rgba(255,255,255,.13)}
.sf-related-articles__type{font-size:.72rem;font-weight:700;background:rgba(59,130,246,.14);letter-spacing:.04em;border-radius:999px;text-transform:uppercase;padding:3px 9px;color:inherit;width:max-content;opacity:.88}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{line-height:1.45;opacity:.72;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{padding:16px;border-radius:18px;margin:28px 12px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
