

:root {--ww-bg-card: #1C130E;--ww-gold: #F2A93B;--ww-dark: #17100C;--ww-text-gray: #D8CFC8;--ww-dark-2: #1F1611;--ww-border: #3A2A22;--ww-gold-dark: #D68C1F;--ww-black: #0B0705;--ww-shadow: 0 8px 24px rgba(0,0,0,0.4);--ww-green: #22C55E;--ww-text-white: #FFFFFF;--ww-green-dark: #16A34A;--ww-red: #D62839;--ww-red-dark: #A81E2C;--ww-text-muted: rgba(168,154,142,1);--ww-radius: 14px;--ww-radius-sm: 8px}

* { box-sizing: border-box; }
html {scroll-behavior: smooth;overflow-x: hidden}
body.ww-body {margin: 0;font-family: Arial, 'Segoe UI', sans-serif;background: var(--ww-black);line-height: 1.6;overflow-x: hidden;color: var(--ww-text-white);visibility:visible;outline-offset:0}
img {height: auto;max-width: 100%;display: block}
a {color: inherit;text-decoration: none}
ul, ol {padding: 0;margin: 0}
h1, h2, h3, h4, h5, h6 {font-weight: 700;margin: 0 0 0.5em;color: var(--ww-text-white)}
p {color: var(--ww-text-gray);margin: 0 0 1em}

.ww-shell {max-width: 1200px;margin: 0 auto;padding: 0 24px}
.ww-main { display: block; }
.ww-rich { color: var(--ww-text-gray); }
.ww-rich h2, .ww-rich h3 { color: var(--ww-gold); }


.ww-btn {font-weight: 700;align-items: center;font-size: 0.95rem;cursor: pointer;border-radius: var(--ww-radius-sm);border: none;display: inline-flex;letter-spacing: 0.5px;justify-content: center;padding: 14px 28px;box-shadow: 0 4px 15px rgba(0,0,0,0.35);transition: all 0.25s ease;text-transform: uppercase}
.ww-btn--primary {background: linear-gradient(135deg, var(--ww-red) 0%, var(--ww-red-dark) 100%);color: #fff}
.ww-btn--primary:hover {transform: translateY(-2px);box-shadow: 0 6px 22px rgba(214,40,57,0.5)}
.ww-btn--success {color: rgba(5,46,18,1);background: linear-gradient(135deg, var(--ww-green) 0%, var(--ww-green-dark) 100%)}
.ww-btn--success:hover {transform: translateY(-2px);box-shadow: 0 6px 22px rgba(34,197,94,0.5)}
.ww-btn--sm {font-size: 0.85rem;padding: 8px 18px}
.ww-btn--lg {padding: 16px 36px;font-size: 1.1rem}
.ww-btn--block {margin-bottom: 10px;width: 100%}


.ww-mast {top: 0;z-index: 100;position: sticky;backdrop-filter: blur(8px);background: rgba(11,7,5,0.96);border-bottom: 2px solid var(--ww-red)}
.ww-mast__name {font-weight: 800;color: var(--ww-gold);font-size: 1.3rem}
.ww-nav { display: flex; }
.ww-mast__ctas {display: flex;align-items: center;gap: 10px;flex: none}
.ww-menu-btn span {border-radius: 2px;height: 2px;background: var(--ww-text-white);display: block;width: 22px;transition: transform 0.25s ease, opacity 0.25s ease}
.ww-mob-menu {padding: 12px 24px 20px;display: none;flex-direction: column;gap: 4px;border-bottom: 1px solid var(--ww-border);background: var(--ww-dark)}
.ww-mob-menu.is-open { display: flex; }
.ww-mob-menu__link {padding: 10px 4px;font-weight: 600;border-bottom: 1px solid var(--ww-border);color: var(--ww-text-gray)}
.ww-mob-menu__link.is-active { color: var(--ww-gold); }
.ww-mob-menu__ctas {margin-top: 12px;display: flex;flex-direction: column}


.ww-hero__logo-h img {width: auto;height: auto;object-fit: contain;max-width: 300px;max-height: 70px}
.ww-hero__logo-sq img {height: 220px;object-fit: contain;width: 220px}
@media (max-width: 768px) { .ww-hero__logo-h img {max-width: 220px;max-height: 54px} .ww-hero__logo-sq img {height: 180px;width: 180px} }
.ww-footer__logo {object-fit: contain;width: auto;height: 80px;max-width: 200px}
@media (max-width: 768px) { .ww-footer__logo { height: 64px; } }


.ww-breadcrumb {border-bottom: 1px solid var(--ww-border);background: var(--ww-dark);padding: 12px 0}
.ww-breadcrumb ol {gap: 8px;font-size: 0.82rem;color: var(--ww-text-muted);display: flex;list-style: none}
.ww-breadcrumb a { color: var(--ww-gold); }


.sf-sticky-cta {display: flex;backdrop-filter: blur(8px);right: 0;background: rgba(11,7,5,0.97);justify-content: space-between;bottom: 0;z-index: 150;align-items: center;left: 0;position: fixed;padding: 12px 20px;border-top: 1px solid var(--ww-border);gap: 14px}
.sf-sticky-cta__meta {min-width: 0;overflow: hidden;font-size: 0.8rem;flex-direction: column;display: flex;color: var(--ww-text-gray)}
.sf-sticky-cta__meta strong {overflow: hidden;color: var(--ww-gold);white-space: nowrap;font-size: 0.95rem;text-overflow: ellipsis}
.sf-sticky-cta__meta span {white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.sf-sticky-cta__button {white-space: nowrap;background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));color: #052e12;flex-shrink: 0;border-radius: var(--ww-radius-sm);padding: 12px 22px;font-size: 0.85rem;font-weight: 700;text-transform: uppercase}
@media (max-width: 480px) {
  .sf-sticky-cta {padding: 10px 12px;gap: 8px}
  .sf-sticky-cta__meta span { display: none; }
  .sf-sticky-cta__button {font-size: 0.7rem;padding: 9px 14px}
}


.content-section { padding: 4rem 0; }
.section-title {font-weight: 700;color: var(--ww-red);margin-bottom: 1rem;text-transform: uppercase;text-align: center;font-size: 2.3rem;letter-spacing: 0.5px}
.section-subtitle {font-size: 1.15rem;margin-bottom: 2.5rem;color: var(--ww-text-gray);text-align: center}
.bg-gradient-dark {border-bottom: 2px solid rgba(214,40,57,0.25);background: linear-gradient(135deg, rgba(31,22,17,0.95), rgba(11,7,5,0.95));border-top: 2px solid rgba(214,40,57,0.25)}
.bg-primary { background: linear-gradient(135deg, var(--ww-red), var(--ww-red-dark)); }
.bg-primary .section-title, .bg-primary .section-subtitle, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4 { color: rgb(255,255,255); }
.text-white { color: #fff !important; }
.text-center { text-align: center; }

.container {margin: 0 auto;padding: 0 24px;max-width: 1200px}
.row {display: flex;flex-wrap: wrap;margin: 0 -12px}
.row.align-items-center { align-items: center; }
.col-12 {flex: 0 0 100%;padding: 0 12px;max-width: 100%}
@media (min-width: 992px) {
  .col-lg-6 {max-width: 50%;flex: 0 0 50%}
  .col-lg-8 {max-width: 66.66%;flex: 0 0 66.66%}
  .offset-lg-2 { margin-left: 16.66%; }
}

.cards-row {width: 100%;margin: 0 0 2rem;flex-wrap: wrap;gap: 2rem;display: flex}
.cards-row > .col-12 {padding: 0;flex: 1 1 100%}
@media (min-width: 768px) {
  .cards-4-col > .col-12 { flex: 0 0 calc(50% - 1rem); }
  .cards-2-col > .col-12 { flex: 0 0 calc(50% - 1rem); }
}
@media (min-width: 992px) {
  .cards-4-col > .col-12 { flex: 0 0 calc(25% - 1.5rem); }
}

.content-card {position: relative;display: flex;border: 2px solid rgba(214,40,57,0.25);padding: 2rem;box-shadow: 0 4px 15px rgba(0,0,0,0.3);background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));flex-direction: column;height: 100%;transition: all 0.25s ease;border-radius: 15px}
.content-card:hover {transform: translateY(-5px);border-color: var(--ww-gold)}
.content-card h3 {margin: 1rem 0;font-weight: 700;font-size: 1.4rem;color: var(--ww-gold)}
.content-card p {margin-bottom: 1rem;flex-grow: 1;color: var(--ww-text-gray);line-height: 1.8}

.card-feature, .card-step, .card-bonus, .card-game, .card-type, .card-stat, .card-security, .card-support, .card-tech, .card-security-feature { text-align: center; }
.card-icon, .security-icon, .tech-icon, .type-icon, .support-icon {margin-bottom: 1rem;line-height: 1;font-size: 3.5rem}
.card-horizontal {text-align: left;display: flex !important;align-items: center;flex-direction: row !important}
.card-horizontal .card-icon, .card-horizontal .security-icon, .card-horizontal .tech-icon, .card-horizontal .type-icon, .card-horizontal .support-icon {margin-bottom: 0;margin-right: 2rem;flex-shrink: 0}
.card-horizontal .step-number {height: 60px;margin-bottom: 0;width: 60px;margin-right: 2rem;flex-shrink: 0}
.card-horizontal .stat-number {flex-shrink: 0;font-size: 3rem;margin-right: 2rem;margin-bottom: 0}
.card-horizontal .card-content { flex: 1; }
.card-horizontal .card-content h3 {margin-top: 0;margin-bottom: 0.5rem}
.card-horizontal .card-content p { margin-bottom: 0; }
.card-tech-horizontal {align-items: center;text-align: left;flex-direction: row !important;display: flex !important}
.card-tech-horizontal .tech-icon {flex-shrink: 0;margin-bottom: 0;margin-right: 2rem}
.card-tech-horizontal .tech-content { flex: 1; }
.card-tech-horizontal .tech-content h3 {margin-top: 0;margin-bottom: 0.5rem}

.step-number {font-size: 1.8rem;font-weight: 700;width: 60px;justify-content: center;margin: 0 auto 1rem;display: flex;height: 60px;background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark));border-radius: 50%;align-items: center;color: #2b1c00}
.bonus-badge {background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));top: -10px;right: -10px;color: #052e12;position: absolute;font-size: 0.75rem;padding: 0.4rem 0.9rem;text-transform: uppercase;border-radius: 20px;font-weight: 700}
.bonus-amount {margin: 1rem 0;color: var(--ww-gold);font-size: 1.6rem;font-weight: 700}
.stat-number {font-weight: 700;line-height: 1;margin-bottom: 1rem;color: var(--ww-gold);font-size: 3rem}

.card-game-redesign {overflow: hidden;padding: 0 !important}
.card-image-full {position: relative;width: 100%;min-height: 220px;overflow: hidden}
.card-image-full img {display: block;object-fit: cover;width: 100%;height: 100%;transition: transform 0.3s ease}
.card-game-redesign:hover .card-image-full img { transform: scale(1.05); }
.card-game-info { padding: 1.5rem; }
.card-game-info h3 {margin-top: 0;font-size: 1.25rem;margin-bottom: 0.5rem}
.game-description {font-size: 0.9rem;margin-bottom: 1rem;line-height: 1.6;color: var(--ww-text-gray)}

.app-features { margin: 1.5rem 0; }
.app-feature-item {color: var(--ww-text-gray);align-items: center;display: flex;margin-bottom: 1rem}
.feature-check {font-size: 1.4rem;color: var(--ww-green);font-weight: 700;margin-right: 1rem}
.app-buttons {gap: 1rem;display: flex;flex-wrap: wrap}
.app-image img { border-radius: 15px; }

.faq-list { margin-top: 1.5rem; }
.faq-item {border: 2px solid rgba(214,40,57,0.25);background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));margin-bottom: 1rem;border-radius: 10px;overflow: hidden}
.faq-item:hover { border-color: var(--ww-gold); }
.faq-question {align-items: center;display: flex;cursor: pointer;padding: 1.25rem 1.5rem;list-style: none;justify-content: space-between}
.faq-question::-webkit-details-marker { display: none; }
.faq-question h4 {margin: 0;font-size: 1.1rem;color: var(--ww-gold);flex-grow: 1}
.faq-toggle {font-weight: 700;font-size: 1.4rem;margin-left: 1rem;color: var(--ww-gold)}
.faq-answer { padding: 0 1.5rem 1.25rem; }
.faq-answer p {color: var(--ww-text-gray);margin: 0;line-height: 1.8}

.rtp-table-wrapper {overflow-x: auto;margin-top: 2rem}
.rtp-comparison-table {background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));width: 100%;overflow: hidden;border-radius: 15px;border-collapse: collapse}
.rtp-comparison-table thead { background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark)); }
.rtp-comparison-table th {padding: 1.25rem 1rem;font-size: 0.95rem;color: rgba(43,28,0,1);text-align: left;font-weight: 700;text-transform: uppercase}
.rtp-comparison-table tbody tr { border-bottom: 1px solid rgba(214,40,57,0.15); }
.rtp-comparison-table tbody tr:hover { background: rgba(214,40,57,0.08); }
.rtp-comparison-table tbody tr:last-child { border-bottom: none; }
.rtp-comparison-table td {color: var(--ww-text-gray);vertical-align: middle;padding: 1.1rem 1rem}
.rtp-comparison-table td strong {font-weight: 700;color: var(--ww-gold)}
.rtp-comparison-table .rtp-value {color: var(--ww-gold);font-size: 1.05rem;font-weight: 700}

.hero-h1 {margin-bottom: 1rem;font-size: 2.3rem;color: var(--ww-text-white);font-weight: 800}
.hero-description {margin-bottom: 1.5rem;font-size: 1.05rem;color: var(--ww-text-gray)}
.cta-banner {text-align: center;padding: 1.25rem 0}
.cta-banner h2 {margin: 0;font-size: 1.35rem}

.content-block {gap: 16px;display: flex;flex-direction: column}
.content-block h3 {margin: 0;color: var(--ww-gold)}
.content-image {max-width: 420px;width: 100%;border-radius: 12px}
.content-list {padding-left: 22px;color: var(--ww-text-gray);line-height: 1.9}
.bg-primary .content-block h3 { color: #fff; }
.bg-primary .content-list { color: rgba(255,255,255,1); }
.cards-grid {display: grid;gap: 24px;margin-top: 12px;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))}
.cards-grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards-grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card {text-align: center;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));padding: 24px;border: 2px solid rgba(214,40,57,0.25);border-radius: 15px}
.card-icon {font-size: 2.4rem;margin-bottom: 10px;display: block}
.card-title {color: var(--ww-gold);margin: 0 0 12px}
.card-image {border-radius: 10px;width: 100%;margin-bottom: 12px}
.card-content {font-size: 0.92rem;line-height: 1.7;color: var(--ww-text-gray)}
.testimonial-card {border: 1px solid var(--ww-border);background: var(--ww-bg-card);padding: 22px;border-radius: 12px}
.testimonial-text {margin: 0 0 12px;color: var(--ww-text-gray);font-style: italic}
.testimonial-author {margin: 0;font-weight: 700;color: var(--ww-gold)}

.games-intro {margin: 1rem auto 0;text-align: center;max-width: 900px;color: var(--ww-text-gray)}
.games-category {font-size: 1.15rem;margin: 1.5rem 0 0.5rem;color: var(--ww-gold)}
.games-text {color: var(--ww-text-gray);line-height: 1.8}
.games-link a {color: var(--ww-gold);font-weight: 600}


.ww-footer {border-top: 1px solid var(--ww-border);padding: 0 0 24px;background: var(--ww-dark)}
.ww-payment-methods {flex-wrap: wrap;gap: 10px;display: flex;margin-bottom: 16px}
.ww-payment-chip {border: 1px solid var(--ww-border);border-radius: var(--ww-radius-sm);color: var(--ww-text-gray);background: var(--ww-bg-card);font-size: 0.8rem;padding: 6px 12px}

@media (max-width: 767px) {
  .content-section { padding: 2.5rem 0; }
  .section-title { font-size: 1.7rem; }
  .cards-row { gap: 1.5rem; }
  .card-horizontal, .card-tech-horizontal {text-align: center;flex-direction: column !important}
  .card-horizontal .card-icon, .card-horizontal .step-number, .card-horizontal .stat-number, .card-tech-horizontal .tech-icon {margin-bottom: 1rem;margin-right: 0}
}


.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.py-2 {padding-top: 0.5rem;padding-bottom: 0.5rem}
.py-5 {padding-bottom: 3rem;padding-top: 3rem}
.ms-3 { margin-left: 1rem; }
.me-2 { margin-right: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.img-fluid {max-width: 100%;height: auto}
.rounded-5 { border-radius: 15px; }
.title-link, .text-link {color: var(--ww-gold);font-weight: 600}
.title-link:hover, .text-link:hover { text-decoration: underline; }


.header-nav {display: flex;gap: 16px;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 14px 0}
.logo-link {flex: none;display: flex;align-items: center}
.logo-link img {object-fit: cover;width: 48px;height: 48px;border-radius: 50%}
.header-right {display: flex;flex-direction: column;align-items: flex-end;gap: 6px;flex: none}
.header-top-row { display: flex; }
.header-bottom-row {gap: 8px;display: flex}
.btn-small {font-size: 0.82rem;padding: 8px 16px}
.hamburger-menu { display: none; }
.header-nav-links {gap: 14px;border-top: 1px solid var(--ww-border);padding-top: 6px;flex-wrap: wrap;align-items: center;width: 100%;display: flex}
.nav-link-small {text-transform: capitalize;color: var(--ww-text-gray);font-size: 0.85rem;font-weight: 600}
.nav-link-small:hover { color: var(--ww-gold); }


.inner-content-section { padding: 3.5rem 0; }
.inner-content-section:nth-of-type(even) { background: var(--ww-dark); }
.inner-section-title {color: var(--ww-gold);margin-bottom: 8px;text-align: center;font-weight: 700;font-size: 1.7rem}
.inner-section-subtitle {text-align: center;max-width: 760px;color: var(--ww-text-gray);margin: 0 auto 20px}
.content-text {color: var(--ww-text-gray);margin: 0 auto 24px;max-width: 820px}
.content-text p { color: var(--ww-text-gray); }


.image-grid {gap: 20px;flex-direction: column;display: flex}
.image-grid-main {overflow: hidden;background: var(--ww-bg-card);border-radius: var(--ww-radius);border: 1px solid var(--ww-border)}
.image-grid-main img { width: 100%; }
.image-grid-row {gap: 16px;display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))}
.image-grid-item {border-radius: var(--ww-radius-sm);overflow: hidden;background: var(--ww-bg-card);border: 1px solid var(--ww-border)}
.image-grid-item img { width: 100%; }
.image-caption { padding: 16px; }
.image-title {font-size: 1.05rem;margin-bottom: 6px;color: var(--ww-gold)}
h4.image-title { font-size: 0.95rem; }
.image-description {font-size: 0.88rem;color: var(--ww-text-gray);margin: 0}


.seo-section { padding: 3.5rem 0; }
.seo-section-title {font-size: 1.9rem;color: var(--ww-red);margin-bottom: 2rem;text-align: center;font-weight: 700}
.seo-section.bg-primary .seo-section-title { color: #fff; }
.seo-content {margin: 0 auto;max-width: 1100px}


.footer-content { padding: 3rem 0; }
.footer-intro h3 {color: var(--ww-gold);margin-bottom: 10px}
.footer-intro p { color: var(--ww-text-gray); }
.footer-nav {gap: 16px;border-bottom: 1px solid var(--ww-border);display: flex;border-top: 1px solid var(--ww-border);flex-wrap: wrap;margin: 20px 0;padding: 16px 0}
.footer-nav .nav-link {text-transform: capitalize;font-weight: 600;color: var(--ww-text-gray);font-size: 0.9rem}
.footer-nav .nav-link:hover { color: var(--ww-gold); }
.footer-contact {padding: 24px 0;border-top: 1px solid var(--ww-border)}
.footer-contact h3 {margin-bottom: 14px;font-size: 1rem;color: var(--ww-gold)}
.contact-info {gap: 12px;display: flex;flex-direction: column}
.contact-item {display: flex;gap: 12px;align-items: flex-start}
.contact-icon {font-size: 1.1rem;flex: none}
.contact-details strong {font-size: 0.85rem;display: block;color: var(--ww-gold);margin-bottom: 2px}
.contact-details p {color: var(--ww-text-gray);font-size: 0.9rem;margin: 0}
.contact-details a { color: var(--ww-text-gray); }
.google-map {overflow: hidden;border-radius: var(--ww-radius-sm)}
.google-map iframe {width: 100%;display: block;border: 0}
.footer-copyright {padding-top: 20px;border-top: 1px solid var(--ww-border);text-align: center}
.footer-copyright p {font-size: 0.85rem;margin: 4px 0;color: var(--ww-text-muted)}

@media (max-width: 767px) {
  .header-right { align-items: flex-end; }
  .inner-content-section { padding: 2.5rem 0; }
  .inner-section-title { font-size: 1.4rem; }
  .seo-section-title { font-size: 1.5rem; }
}


.ww-menu-btn { display: none; }
@media (max-width: 768px) { .ww-nav { display: none; } .ww-mast__ctas { display: none; } .ww-menu-btn {flex-direction: column;gap: 5px;display: flex} }
.ww-menu-btn[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ww-menu-btn[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.ww-menu-btn[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) { .cards-grid, .cards-grid-2, .cards-grid-4, .image-grid-row { grid-template-columns: 1fr; } }


:where(footer,[class*='-footer']){position:relative;overflow:visible;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){gap:16px !important;align-items:start !important;display:grid !important;grid-template-columns:1fr !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;text-align:left;align-items:flex-start;flex-direction:column;gap:10px}
  :where([class*='footer__brand']){float:none !important;max-height:110px;margin-bottom:12px;clear:both;max-width:110px}
}


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