

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

* { box-sizing: border-box; }
html {overflow-x: hidden;scroll-behavior: smooth}
body.ww-body {line-height: 1.6;overflow-x: hidden;background: var(--ww-black);color: var(--ww-text-white);font-family: Arial, 'Segoe UI', sans-serif;margin: 0;isolation:auto;outline-offset:0;user-select:auto}
img {max-width: 100%;height: auto;display: block}
a {color: inherit;text-decoration: none}
ul, ol {padding: 0;margin: 0}
h1, h2, h3, h4, h5, h6 {color: var(--ww-text-white);margin: 0 0 0.5em;font-weight: 700}
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 {text-transform: uppercase;font-size: 0.95rem;box-shadow: 0 4px 15px rgba(0,0,0,0.35);cursor: pointer;display: inline-flex;justify-content: center;transition: all 0.25s ease;letter-spacing: 0.5px;align-items: center;padding: 14px 28px;border-radius: var(--ww-radius-sm);border: none;font-weight: 700}
.ww-btn--primary {background: linear-gradient(135deg, var(--ww-red) 0%, var(--ww-red-dark) 100%);color: #fff}
.ww-btn--primary:hover {box-shadow: 0 6px 22px rgba(214,40,57,0.5);transform: translateY(-2px)}
.ww-btn--success {color: rgb(5,46,18);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 {z-index: 100;position: sticky;border-bottom: 2px solid var(--ww-red);backdrop-filter: blur(8px);top: 0;background: rgba(11,7,5,0.96)}
.ww-mast__name {font-weight: 800;font-size: 1.3rem;color: var(--ww-gold)}
.ww-nav { display: flex; }
.ww-mast__ctas {gap: 10px;flex: none;display: flex;align-items: center}
.ww-menu-btn span {background: var(--ww-text-white);height: 2px;border-radius: 2px;width: 22px;display: block;transition: transform 0.25s ease, opacity 0.25s ease}
.ww-mob-menu {background: var(--ww-dark);padding: 12px 24px 20px;display: none;border-bottom: 1px solid var(--ww-border);flex-direction: column;gap: 4px}
.ww-mob-menu.is-open { display: flex; }
.ww-mob-menu__link {border-bottom: 1px solid var(--ww-border);color: var(--ww-text-gray);padding: 10px 4px;font-weight: 600}
.ww-mob-menu__link.is-active { color: var(--ww-gold); }
.ww-mob-menu__ctas {margin-top: 12px;flex-direction: column;display: flex}


.ww-hero__logo-h img {max-height: 70px;max-width: 300px;object-fit: contain;width: auto;height: auto}
.ww-hero__logo-sq img {width: 220px;object-fit: contain;height: 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 {max-width: 200px;width: auto;height: 80px;object-fit: contain}
@media (max-width: 768px) { .ww-footer__logo { height: 64px; } }


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


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

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

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

.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;font-size: 3.5rem;line-height: 1}
.card-horizontal {display: flex !important;align-items: center;flex-direction: row !important;text-align: left}
.card-horizontal .card-icon, .card-horizontal .security-icon, .card-horizontal .tech-icon, .card-horizontal .type-icon, .card-horizontal .support-icon {flex-shrink: 0;margin-bottom: 0;margin-right: 2rem}
.card-horizontal .step-number {margin-right: 2rem;height: 60px;width: 60px;margin-bottom: 0;flex-shrink: 0}
.card-horizontal .stat-number {font-size: 3rem;flex-shrink: 0;margin-right: 2rem;margin-bottom: 0}
.card-horizontal .card-content { flex: 1; }
.card-horizontal .card-content h3 {margin-bottom: 0.5rem;margin-top: 0}
.card-horizontal .card-content p { margin-bottom: 0; }
.card-tech-horizontal {flex-direction: row !important;align-items: center;text-align: left;display: flex !important}
.card-tech-horizontal .tech-icon {margin-bottom: 0;flex-shrink: 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 {background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark));color: rgb(43,28,0);align-items: center;font-size: 1.8rem;width: 60px;justify-content: center;font-weight: 700;height: 60px;margin: 0 auto 1rem;border-radius: 50%;display: flex}
.bonus-badge {background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));right: -10px;border-radius: 20px;position: absolute;font-size: 0.75rem;font-weight: 700;padding: 0.4rem 0.9rem;color: #052e12;text-transform: uppercase;top: -10px}
.bonus-amount {font-size: 1.6rem;color: var(--ww-gold);margin: 1rem 0;font-weight: 700}
.stat-number {line-height: 1;font-size: 3rem;color: var(--ww-gold);font-weight: 700;margin-bottom: 1rem}

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

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

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

.rtp-table-wrapper {margin-top: 2rem;overflow-x: auto}
.rtp-comparison-table {background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));border-collapse: collapse;overflow: hidden;border-radius: 15px;width: 100%}
.rtp-comparison-table thead { background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark)); }
.rtp-comparison-table th {color: rgb(43,28,0);font-weight: 700;font-size: 0.95rem;text-transform: uppercase;padding: 1.25rem 1rem;text-align: left}
.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 {color: var(--ww-gold);font-weight: 700}
.rtp-comparison-table .rtp-value {font-weight: 700;font-size: 1.05rem;color: var(--ww-gold)}

.hero-h1 {font-weight: 800;font-size: 2.3rem;margin-bottom: 1rem;color: var(--ww-text-white)}
.hero-description {font-size: 1.05rem;margin-bottom: 1.5rem;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 {color: var(--ww-gold);margin: 0}
.content-image {border-radius: 12px;max-width: 420px;width: 100%}
.content-list {color: var(--ww-text-gray);padding-left: 22px;line-height: 1.9}
.bg-primary .content-block h3 { color: #fff; }
.bg-primary .content-list { color: rgb(255,255,255); }
.cards-grid {display: grid;gap: 24px;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));margin-top: 12px}
.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 {background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));border: 2px solid rgba(214,40,57,0.25);text-align: center;border-radius: 15px;padding: 24px}
.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 {line-height: 1.7;color: var(--ww-text-gray);font-size: 0.92rem}
.testimonial-card {background: var(--ww-bg-card);border: 1px solid var(--ww-border);border-radius: 12px;padding: 22px}
.testimonial-text {margin: 0 0 12px;color: var(--ww-text-gray);font-style: italic}
.testimonial-author {margin: 0;color: var(--ww-gold);font-weight: 700}

.games-intro {text-align: center;max-width: 900px;margin: 1rem auto 0;color: var(--ww-text-gray)}
.games-category {color: var(--ww-gold);font-size: 1.15rem;margin: 1.5rem 0 0.5rem}
.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 {margin-bottom: 16px;gap: 10px;display: flex;flex-wrap: wrap}
.ww-payment-chip {padding: 6px 12px;background: var(--ww-bg-card);font-size: 0.8rem;border: 1px solid var(--ww-border);color: var(--ww-text-gray);border-radius: var(--ww-radius-sm)}

@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 {flex-direction: column !important;text-align: center}
  .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-bottom: 0.5rem;padding-top: 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 {height: auto;max-width: 100%}
.rounded-5 { border-radius: 15px; }
.title-link, .text-link {font-weight: 600;color: var(--ww-gold)}
.title-link:hover, .text-link:hover { text-decoration: underline; }


.header-nav {flex-wrap: wrap;display: flex;justify-content: space-between;padding: 14px 0;align-items: center;gap: 16px}
.logo-link {display: flex;align-items: center;flex: none}
.logo-link img {border-radius: 50%;object-fit: cover;width: 48px;height: 48px}
.header-right {gap: 6px;align-items: flex-end;flex-direction: column;display: flex;flex: none}
.header-top-row { display: flex; }
.header-bottom-row {gap: 8px;display: flex}
.btn-small {padding: 8px 16px;font-size: 0.82rem}
.hamburger-menu { display: none; }
.header-nav-links {width: 100%;display: flex;align-items: center;flex-wrap: wrap;gap: 14px;border-top: 1px solid var(--ww-border);padding-top: 6px}
.nav-link-small {text-transform: capitalize;font-weight: 600;color: var(--ww-text-gray);font-size: 0.85rem}
.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);font-size: 1.7rem;margin-bottom: 8px;font-weight: 700;text-align: center}
.inner-section-subtitle {text-align: center;max-width: 760px;color: var(--ww-text-gray);margin: 0 auto 20px}
.content-text {margin: 0 auto 24px;color: var(--ww-text-gray);max-width: 820px}
.content-text p { color: var(--ww-text-gray); }


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


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


.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 {display: flex;padding: 16px 0;flex-wrap: wrap;margin: 20px 0;gap: 16px;border-top: 1px solid var(--ww-border);border-bottom: 1px solid var(--ww-border)}
.footer-nav .nav-link {text-transform: capitalize;font-size: 0.9rem;font-weight: 600;color: var(--ww-text-gray)}
.footer-nav .nav-link:hover { color: var(--ww-gold); }
.footer-contact {border-top: 1px solid var(--ww-border);padding: 24px 0}
.footer-contact h3 {font-size: 1rem;margin-bottom: 14px;color: var(--ww-gold)}
.contact-info {display: flex;gap: 12px;flex-direction: column}
.contact-item {align-items: flex-start;gap: 12px;display: flex}
.contact-icon {flex: none;font-size: 1.1rem}
.contact-details strong {color: var(--ww-gold);margin-bottom: 2px;display: block;font-size: 0.85rem}
.contact-details p {font-size: 0.9rem;color: var(--ww-text-gray);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 {border-top: 1px solid var(--ww-border);padding-top: 20px;text-align: center}
.footer-copyright p {color: var(--ww-text-muted);font-size: 0.85rem;margin: 4px 0}

@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 {gap: 5px;flex-direction: column;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']){overflow:visible;z-index:1;position:relative}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
: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']){align-items:start !important;grid-template-columns:1fr !important;gap:16px !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;align-items:flex-start;flex-direction:column;gap:10px;display:flex}
  :where([class*='footer__brand']){float:none !important;max-width:110px;margin-bottom:12px;clear:both;max-height:110px}
}


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