/* =========================================================
   DEWA222 — Elegant Royal Theme
   Palette: Dark Purple · Gold · Black · White
   Loads last to refine the existing layout without harming SEO markup.
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

:root {
    --royal-black: #08060f;
    --royal-ink: #0e0a18;
    --royal-deep: #16082a;
    --royal-purple: #2a1248;
    --royal-mid: #4a2468;
    --royal-soft: #6b3d8f;
    --royal-gold: #d4af37;
    --royal-gold-light: #f0d78c;
    --royal-gold-dark: #a8861f;
    --royal-white: #f7f4ef;
    --royal-muted: rgba(247, 244, 239, 0.72);
    --royal-line: rgba(212, 175, 55, 0.35);
    --royal-glow: 0 0 24px rgba(212, 175, 55, 0.28);
    --font-display: "Roboto", Arial, Helvetica, sans-serif;
    --font-body: "Roboto", Arial, Helvetica, sans-serif;
}

/* Force Roboto site-wide (keep icon fonts intact) */
html,
body,
button,
input,
select,
textarea,
.btn,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6,
.top-menu,
.site-header,
.site-footer,
.site-description,
.download-apk,
.royal-apk,
.royal-telegram-banner,
.login-button,
.register-button,
.ard-sosmed,
.attention {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* ---------- Base ---------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body) !important;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(74, 36, 104, 0.55), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 20%, rgba(212, 175, 55, 0.08), transparent 45%),
        linear-gradient(180deg, var(--royal-black) 0%, var(--royal-ink) 40%, var(--royal-deep) 100%) !important;
    color: var(--royal-white);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--royal-gold);
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

a:hover,
a:focus {
    color: var(--royal-gold-light);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-display);
    letter-spacing: 0.02em;
    color: var(--royal-gold-light);
}

/* ---------- Topbar & Header ---------- */
.topbar-container {
    background: linear-gradient(90deg, #0a0612 0%, #1a0a2e 50%, #0a0612 100%) !important;
    border-bottom: 1px solid var(--royal-line);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.topbar-left-section .topbar-item a:hover,
.topbar-left-section .topbar-item .live-chat:hover {
    color: var(--royal-gold) !important;
    background-color: rgba(212, 175, 55, 0.12) !important;
}

.login-button,
.register-button {
    font-family: var(--font-display) !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    border-radius: 6px !important;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.login-button {
    background: linear-gradient(135deg, var(--royal-mid) 0%, var(--royal-purple) 100%) !important;
    color: var(--royal-white) !important;
    border: 1px solid var(--royal-line) !important;
}

.login-button:hover {
    box-shadow: var(--royal-glow);
    transform: translateY(-1px);
    color: var(--royal-gold-light) !important;
}

.register-button {
    background: linear-gradient(135deg, var(--royal-gold) 0%, var(--royal-gold-dark) 100%) !important;
    color: var(--royal-black) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}

.register-button:hover {
    background: linear-gradient(135deg, var(--royal-gold-light) 0%, var(--royal-gold) 100%) !important;
    box-shadow: var(--royal-glow);
    transform: translateY(-1px);
    color: var(--royal-black) !important;
}

/* ---------- Navigation / Tabs ---------- */
.nav-tabs > li > a:hover,
.popular-games [data-section="left"] .section-title,
.slots-games-container .vendor-name {
    background-color: var(--royal-mid) !important;
    color: var(--royal-gold-light) !important;
}

.announcement-container {
    background: linear-gradient(90deg, var(--royal-purple), var(--royal-mid), var(--royal-purple)) !important;
    border-top: 1px solid var(--royal-line);
    border-bottom: 1px solid var(--royal-line);
}

.announcement-container [data-section="announcements"] {
    background: var(--royal-black) !important;
    color: var(--royal-gold-light) !important;
}

/* ---------- Buttons & CTAs ---------- */
.btn-primary,
.btn.btn-primary,
.modal-btn,
.claim-item .claim-button,
.claim-item .activation-button,
.bonus-slider-modal .activation-button,
.register-done-container > a {
    background: linear-gradient(135deg, var(--royal-gold) 0%, var(--royal-gold-dark) 100%) !important;
    color: var(--royal-black) !important;
    border: none !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
    transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.btn-primary:hover,
.btn.btn-primary:hover,
.claim-item .claim-button:hover,
.bonus-slider-modal .activation-button:hover {
    filter: brightness(1.08);
    box-shadow: var(--royal-glow);
    transform: translateY(-1px);
    color: var(--royal-black) !important;
    background: linear-gradient(135deg, var(--royal-gold-light) 0%, var(--royal-gold) 100%) !important;
}

/* ---------- Cards / Game tiles ---------- */
.popular-games .game-item,
.slots-games-container .game-item,
[class*="game-item"] {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.popular-games .game-item:hover,
.slots-games-container .game-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(74, 36, 104, 0.55), 0 0 0 1px var(--royal-line);
}

/* ---------- Floating social ---------- */
.hamburg {
    background: linear-gradient(145deg, var(--royal-mid), var(--royal-purple)) !important;
    border: 1px solid var(--royal-line);
    box-shadow: var(--royal-glow);
}

.ard-sosmed ul li a {
    border-color: var(--royal-gold) !important;
    background: linear-gradient(145deg, #000, var(--royal-deep)) !important;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
}

.attention {
    background: linear-gradient(135deg, var(--royal-gold), var(--royal-gold-dark)) !important;
    color: var(--royal-black) !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 11px;
}

/* ---------- Footer & SEO content ---------- */
.site-footer {
    background:
        linear-gradient(180deg, rgba(8, 6, 15, 0.92) 0%, rgba(22, 8, 42, 0.97) 100%),
        var(--royal-deep) !important;
    border-top: 1px solid var(--royal-line);
    position: relative;
}

.site-footer::before {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--royal-gold), transparent);
    margin-bottom: 8px;
}

.footer-links li a {
    color: var(--royal-gold) !important;
    font-family: var(--font-display);
    letter-spacing: 0.04em;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.footer-links li a:hover {
    color: var(--royal-gold-light) !important;
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
}

.copyright {
    color: var(--royal-muted) !important;
    font-size: 13px;
}

.footer-separator {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, var(--royal-line), transparent) !important;
    margin: 28px 0 !important;
}

.site-description {
    padding: 8px 4px 32px;
    max-width: 980px;
    margin: 0 auto;
}

.site-description h1,
.site-description h2,
.site-description h3 {
    font-family: var(--font-display) !important;
    color: var(--royal-gold) !important;
    text-shadow: 0 2px 18px rgba(212, 175, 55, 0.25);
    margin: 1.4em 0 0.75em;
    line-height: 1.35;
}

.site-description h1 {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    position: relative;
    padding-bottom: 0.65em;
}

.site-description h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--royal-gold), transparent);
}

.site-description h2 {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.site-description h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.site-description p,
.site-description ol,
.site-description li {
    color: var(--royal-muted) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.site-description a {
    color: var(--royal-gold-light) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.site-description a:hover {
    color: #fff !important;
    border-bottom-color: var(--royal-gold);
}

.site-description ol {
    padding-left: 1.4em;
}

.site-description ol li {
    margin-bottom: 0.45em;
    padding-left: 0.35em;
}

.site-description ol li::marker {
    color: var(--royal-gold);
    font-weight: 700;
}

/* ---------- Reviews ---------- */
.user-review-section #user_reviews_list > li,
.user-review-section #user_review_form {
    background: linear-gradient(145deg, rgba(42, 18, 72, 0.65), rgba(8, 6, 15, 0.85)) !important;
    border: 1px solid var(--royal-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
}

.user-review-section #user_reviews_list strong {
    color: var(--royal-gold-light) !important;
    font-family: var(--font-display);
}

.user-review-section #user_reviews_list [aria-label^="Rating"] {
    color: var(--royal-gold) !important;
}

.user-review-section #user_review_form button[type="submit"] {
    background: linear-gradient(135deg, var(--royal-gold), var(--royal-gold-dark)) !important;
    color: var(--royal-black) !important;
    font-family: var(--font-display);
    letter-spacing: 0.05em;
    transition: filter 0.2s ease, box-shadow 0.25s ease;
}

.user-review-section #user_review_form button[type="submit"]:hover {
    filter: brightness(1.1);
    box-shadow: var(--royal-glow);
}

.user-review-section input,
.user-review-section select,
.user-review-section textarea {
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid var(--royal-line) !important;
    color: var(--royal-white) !important;
    border-radius: 8px !important;
}

.user-review-section input:focus,
.user-review-section select:focus,
.user-review-section textarea:focus {
    outline: none;
    border-color: var(--royal-gold) !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

/* ---------- Lottery / misc panels ---------- */
.lottery-result-container {
    background: var(--royal-deep) !important;
    border: 1px solid var(--royal-line);
}

.email-paging:hover {
    background-color: var(--royal-gold) !important;
    color: var(--royal-black) !important;
}

/* ---------- Site header / top menu ---------- */
.site-header {
    position: relative;
    background:
        radial-gradient(ellipse 60% 120% at 8% 50%, rgba(212, 175, 55, 0.1), transparent 55%),
        radial-gradient(ellipse 50% 100% at 92% 40%, rgba(74, 36, 104, 0.45), transparent 50%),
        linear-gradient(180deg, #1f0f3d 0%, #16082a 40%, #0e0618 100%) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.28) !important;
    border-bottom: 2px solid rgba(212, 175, 55, 0.4) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 28px rgba(0, 0, 0, 0.4) !important;
}

.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.65), transparent);
    pointer-events: none;
}

.site-header .top-menu > li {
    color: rgba(247, 244, 239, 0.85) !important;
    transition: color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header .top-menu > li > a {
    letter-spacing: 0.03em;
}

.site-header .top-menu > li[data-active="true"],
.site-header .top-menu > li:hover {
    color: #f0d78c !important;
    background-image: linear-gradient(
        to bottom,
        rgba(90, 45, 130, 0.75) 0%,
        rgba(22, 8, 42, 0.9) 100%
    ) !important;
    box-shadow: inset 0 -2px 0 #d4af37;
}

.site-header .menu-slide .left_trigger,
.site-header .menu-slide .glyphicon-chevron-right,
.site-header .menu-slide .glyphicon-chevron-left {
    color: #d4af37 !important;
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.site-header .menu-slide .left_trigger:hover,
.site-header .menu-slide .glyphicon-chevron-right:hover,
.site-header .menu-slide .glyphicon-chevron-left:hover {
    color: #f0d78c !important;
    opacity: 1;
}

.site-header .top-menu .game-list {
    border-top-color: #d4af37 !important;
    border-bottom-color: rgba(212, 175, 55, 0.4) !important;
    background: linear-gradient(180deg, rgba(22, 8, 42, 0.98), rgba(8, 6, 15, 0.98)) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

/* ---------- Download APK — royal hero ---------- */
.royal-apk-section.download-apk-container {
    position: relative;
    overflow: hidden;
    padding: 48px 0 36px;
    background:
        radial-gradient(ellipse 70% 80% at 15% 50%, rgba(74, 36, 104, 0.55), transparent 60%),
        radial-gradient(ellipse 50% 60% at 90% 30%, rgba(212, 175, 55, 0.12), transparent 55%),
        linear-gradient(145deg, #08060f 0%, #16082a 45%, #1a0a2e 100%) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.22);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.royal-apk-glow {
    pointer-events: none;
    position: absolute;
    inset: -20% 40% auto -10%;
    height: 70%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.14), transparent 70%);
    filter: blur(40px);
}

.royal-apk.download-apk {
    position: relative;
    z-index: 1;
    gap: 28px;
    min-height: 360px;
    font-family: var(--font-body) !important;
}

.royal-apk.download-apk > div {
    opacity: 1 !important;
    transform: none !important;
}

.royal-apk-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.royal-apk-phone-frame {
    position: relative;
    max-width: 520px;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 32px rgba(212, 175, 55, 0.12));
    transition: transform 0.45s ease;
}

.royal-apk-phone-frame::before {
    content: "";
    position: absolute;
    inset: 12% 18%;
    border-radius: 40%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 70%);
    z-index: -1;
    filter: blur(18px);
}

.royal-apk-phone-frame:hover {
    transform: translateY(-6px) scale(1.015);
}

.royal-apk-phone-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.royal-apk-copy {
    padding: 12px 8px 12px 16px;
}

.royal-apk-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--royal-gold);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
}

.royal-apk .h2 {
    font-family: var(--font-display) !important;
    font-size: clamp(1.5rem, 3vw, 2.15rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em;
    color: var(--royal-white) !important;
    line-height: 1.2;
    margin: 0 0 6px !important;
}

.royal-apk .h2 > strong {
    display: block;
    margin-top: 4px;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #d4af37 !important;
    text-shadow: 0 0 28px rgba(212, 175, 55, 0.35);
    text-align: left !important;
}

.royal-apk-sub.h3,
.royal-apk .h3 {
    font-family: var(--font-display) !important;
    font-size: clamp(1rem, 1.8vw, 1.35rem) !important;
    font-weight: 500 !important;
    color: rgba(247, 244, 239, 0.78) !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 14px !important;
}

.royal-apk-desc {
    max-width: 420px;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(247, 244, 239, 0.68);
}

.royal-apk .download-apk-info {
    margin: 0 !important;
    justify-content: flex-start !important;
}

.royal-apk-card.download-apk-section {
    flex-basis: auto !important;
    width: 100%;
    max-width: 440px;
    display: grid !important;
    grid-template-columns: 126px 1fr;
    gap: 14px 18px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(145deg, rgba(42, 18, 72, 0.55), rgba(8, 6, 15, 0.75));
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    text-align: left !important;
}

.royal-apk-card > * {
    flex-basis: auto !important;
    margin: 0 !important;
}

.royal-apk .download-apk-qr-code {
    grid-column: 1;
    grid-row: 1;
}

.royal-apk .download-apk-detail {
    grid-column: 2;
    grid-row: 1;
    text-align: left !important;
    gap: 10px;
    justify-content: center !important;
}

.royal-apk .download-apk-qr-code a {
    display: block;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.royal-apk .download-apk-qr-code a:hover {
    transform: scale(1.04);
    box-shadow: 0 0 0 1px #d4af37, 0 0 24px rgba(212, 175, 55, 0.35);
}

.royal-apk .download-apk-qr-code img {
    max-width: 110px !important;
    width: 110px;
    height: auto;
    display: block;
}

.royal-apk-brand {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--royal-gold-light);
}

.royal-apk-btn.btn,
.royal-apk .btn.royal-apk-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 168px;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    font-family: var(--font-display) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    color: #08060f !important;
    background: linear-gradient(135deg, #f0d78c 0%, #d4af37 50%, #a8861f 100%) !important;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
    transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.royal-apk-btn.btn:hover,
.royal-apk .btn.royal-apk-btn:hover {
    color: #08060f !important;
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.45);
}

.royal-apk-hint {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(247, 244, 239, 0.55);
    letter-spacing: 0.02em;
}

/* ---------- Telegram banner — HTML/CSS (SEO text) ---------- */
.royal-telegram-section.telegram-banner-container {
    padding: 8px 0 28px;
    background: transparent !important;
}

.royal-telegram-banner {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 28px;
    text-decoration: none !important;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background:
        linear-gradient(120deg, rgba(22, 8, 42, 0.95) 0%, rgba(42, 18, 72, 0.9) 50%, rgba(8, 6, 15, 0.96) 100%);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}

.royal-telegram-banner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #f0d78c, #d4af37, #a8861f);
}

.royal-telegram-banner:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5), 0 0 32px rgba(212, 175, 55, 0.15);
}

.royal-telegram-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.2);
}

.royal-telegram-copy {
    flex: 1;
    min-width: 0;
}

.royal-telegram-copy h2 {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f7f4ef !important;
    line-height: 1.3;
}

.royal-telegram-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(247, 244, 239, 0.68);
}

.royal-telegram-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #08060f;
    background: linear-gradient(135deg, #f0d78c, #d4af37 50%, #a8861f);
    box-shadow: 0 6px 22px rgba(212, 175, 55, 0.35);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.royal-telegram-banner:hover .royal-telegram-cta {
    filter: brightness(1.08);
    transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ---------- Mobile polish ---------- */
@media (max-width: 768px) {
    .site-description {
        padding: 4px 8px 24px;
    }

    .site-description p,
    .site-description ol,
    .site-description li {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .login-button,
    .register-button {
        letter-spacing: 0.03em;
    }

    .royal-apk-section.download-apk-container {
        padding: 28px 0 20px;
    }

    .royal-apk.download-apk {
        flex-direction: column;
        gap: 8px;
        min-height: 0;
    }

    .royal-apk-copy {
        padding: 8px 4px 4px;
        text-align: center;
    }

    .royal-apk-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .royal-apk .h2 > strong {
        text-align: center !important;
    }

    .royal-apk-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .royal-apk .download-apk-info {
        justify-content: center !important;
    }

    .royal-apk-card.download-apk-section {
        max-width: 100%;
    }

    .royal-telegram-banner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px 18px;
    }

    .royal-telegram-banner::before {
        width: 100%;
        height: 3px;
        inset: 0 0 auto 0;
    }

    .royal-telegram-cta {
        width: 100%;
    }
}

/* Final Roboto lock */
body, body *:not(.glyphicon):not([class*="glyphicon"]) {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
.glyphicon,
[class*="glyphicon"] {
    font-family: "Glyphicons Halflings" !important;
}
