/* w56 inner pages - styles aligned with w56.com.br */

body.w56-site:not(.w56-home-page) #wrapper,
body.w56-site:not(.w56-home-page) .page-wrapper {
    background-color: #141416;
}

.w56-page.section .section-content > .row {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.w56-page-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.w56-page .w56-section-title,
.w56-page h2.w56-section-title {
    text-align: center;
    font-size: 2.2em;
    color: #f0c159;
    margin-bottom: 20px;
    font-weight: bold;
}

.w56-page .w56-section-sub {
    text-align: center;
    color: #abb8c3;
    font-size: 1.05em;
    margin-bottom: 40px;
}

.w56-page .w56-urgent-box {
    background: rgba(255, 0, 0, 0.1);
    border: 2px solid #ff4444;
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0;
    animation: w56-pulse 2s infinite;
}

.w56-page .w56-urgent-box p {
    color: #ff4444;
    font-weight: bold;
    margin: 0;
}

@keyframes w56-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.w56-page .w56-cta-box {
    background: rgba(240, 193, 89, 0.1);
    border: 2px solid #f0c159;
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
}

.w56-page .w56-cta-box h2 {
    font-size: 2.2em;
    color: #f0c159;
    margin-bottom: 16px;
}

.w56-page .w56-page-img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Login */
.w56-page .w56-login-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 60px 0;
    align-items: start;
}

.w56-page .w56-login-form-section {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(240, 193, 89, 0.3);
    border-radius: 20px;
    padding: 40px;
}

.w56-page .w56-login-form-section h2 {
    color: #f0c159;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.w56-page .w56-form-group { margin-bottom: 25px; }

.w56-page .w56-form-group label {
    color: #f0c159;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.w56-page .w56-form-group input[type="text"],
.w56-page .w56-form-group input[type="password"],
.w56-page .w56-form-group input[type="email"] {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(240, 193, 89, 0.3) !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 1em;
    box-shadow: none !important;
    transition: all 0.3s;
}

.w56-page .w56-form-group input:focus {
    outline: none;
    border-color: #f0c159 !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.w56-page .w56-form-group input::placeholder {
    color: #abb8c3 !important;
}

.w56-page .w56-remember-label {
    color: #abb8c3;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    cursor: pointer;
}

.w56-page .w56-remember-label input[type="checkbox"] {
    width: auto !important;
    accent-color: #f0c159;
}

.w56-page .w56-login-btn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(135deg, #f0c159, #ff6900);
    color: #fff !important;
    padding: 18px;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    margin: 20px 0;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none !important;
}

.w56-page .w56-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(240, 193, 89, 0.4);
}

.w56-page .w56-forgot-password {
    text-align: center;
    margin: 20px 0;
}

.w56-page .w56-forgot-password a {
    color: #f0c159 !important;
    text-decoration: none !important;
}

.w56-page .w56-forgot-password a:hover {
    text-decoration: underline !important;
}

.w56-page .w56-social-divider {
    text-align: center;
    margin: 30px 0;
    color: #abb8c3;
}

.w56-page .w56-social-divider p {
    margin: 0;
}

body.w56-site .w56-page .w56-login-form-section .w56-social-login,
.w56-page .w56-login-form-section .w56-social-login {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 15px;
    margin: 30px 0;
    width: 100%;
}

body.w56-site .w56-page .w56-login-form-section a.w56-social-btn,
.w56-page .w56-login-form-section a.w56-social-btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: none !important;
    font-weight: normal;
    min-height: 48px;
    float: none !important;
    clear: none !important;
}

body.w56-site .w56-page .w56-login-form-section a.w56-social-btn:hover,
body.w56-site .w56-page .w56-login-form-section a.w56-social-btn:focus,
.w56-page .w56-login-form-section a.w56-social-btn:hover,
.w56-page .w56-login-form-section a.w56-social-btn:focus {
    border-color: #f0c159 !important;
    background: rgba(240, 193, 89, 0.1) !important;
    color: #fff !important;
}

.w56-page .w56-social-emoji {
    font-size: 1.5em;
    line-height: 1;
    flex-shrink: 0;
}

.w56-page .w56-quick-reg-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.w56-page .w56-register-link {
    text-align: center;
    padding: 20px;
    background: rgba(0, 208, 132, 0.1);
    border: 2px solid #00d084;
    border-radius: 15px;
    margin-top: 30px;
}

.w56-page .w56-register-link p {
    color: #abb8c3;
    margin: 0 0 15px;
}

.w56-page .w56-register-link a {
    background: #00d084 !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none !important;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s;
    border: none !important;
}

.w56-page .w56-register-link a:hover {
    background: #00b572 !important;
    transform: translateY(-2px);
    color: #fff !important;
}

.w56-page .w56-benefits-section {
    background: linear-gradient(135deg, rgba(240, 193, 89, 0.1), rgba(255, 105, 0, 0.05));
    border-radius: 20px;
    padding: 40px;
}

.w56-page .w56-benefits-section h2 {
    color: #f0c159;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.w56-page .w56-benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.w56-page .w56-benefit-item h3 { color: #f0c159; margin: 0 0 4px; font-size: 1em; }
.w56-page .w56-benefit-item p { color: #abb8c3; margin: 0; font-size: 0.9em; }
.w56-page .w56-benefit-icon { font-size: 1.8em; flex-shrink: 0; }

.w56-page .w56-security-grid,
.w56-page .w56-help-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.w56-page .w56-security-card,
.w56-page .w56-help-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-security-card h3,
.w56-page .w56-help-card h3 { color: #f0c159; margin: 12px 0 8px; }
.w56-page .w56-security-card p,
.w56-page .w56-help-card p { color: #abb8c3; margin: 0; }

/* App */
.w56-page .w56-download-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0;
}

.w56-page .w56-download-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #f0c159, #ff6900);
    color: #fff;
    padding: 16px 28px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
}

.w56-page .w56-download-btn.ios {
    background: linear-gradient(135deg, #000, #333);
}

.w56-page .w56-app-stats {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 60px 0;
    background: rgba(240, 193, 89, 0.05);
    padding: 40px;
    border-radius: 15px;
}

.w56-page .w56-app-stat { text-align: center; }
.w56-page .w56-app-stat .number {
    display: block;
    color: #f0c159;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.w56-page .w56-app-stat .label {
    color: #abb8c3;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.w56-page .w56-app-gallery {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0 60px;
}

.w56-page .w56-app-gallery-item {
    text-align: center;
}

.w56-page .w56-app-gallery img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.w56-page .w56-app-gallery img:hover {
    transform: scale(1.03);
}

.w56-page .w56-app-gallery h4 { color: #f0c159; margin-top: 16px; margin-bottom: 8px; }
.w56-page .w56-app-gallery p { color: #abb8c3; margin: 0; }

.w56-page .w56-app-features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px;
    margin: 60px 0;
}

.w56-page .w56-feature-highlight {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.w56-page .w56-feature-highlight:hover {
    transform: translateY(-5px);
    border-color: #f0c159;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.w56-page .w56-feature-highlight .w56-feature-icon {
    font-size: 3.5em;
    margin-bottom: 20px;
}

.w56-page .w56-feature-highlight h3 {
    color: #f0c159;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.w56-page .w56-feature-highlight p {
    color: #abb8c3;
    line-height: 1.6;
    margin: 0;
}

.w56-page .w56-comparison-table {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    margin: 60px 0;
}

.w56-page .w56-comparison-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}

.w56-page .w56-comparison-grid > div {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #abb8c3;
}

.w56-page .w56-comparison-header {
    color: #f0c159 !important;
    font-weight: bold;
    background: rgba(240, 193, 89, 0.1);
    border-radius: 8px;
}

.w56-page .w56-instructions-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.w56-page .w56-instructions-android {
    background: rgba(76, 175, 80, 0.1);
    border: 2px solid #4CAF50;
    border-radius: 15px;
    padding: 28px;
}

.w56-page .w56-instructions-ios {
    background: rgba(33, 150, 243, 0.1);
    border: 2px solid #2196F3;
    border-radius: 15px;
    padding: 28px;
}

.w56-page .w56-instructions-grid ol {
    color: #abb8c3;
    line-height: 1.9;
    padding-left: 20px;
}

.w56-page .w56-requirements-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

/* Jogos */
.w56-page .w56-search-bar {
    display: flex;
    gap: 10px;
    margin: 24px auto;
    max-width: 700px;
}

.w56-page .w56-search-bar input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid rgba(240, 193, 89, 0.3) !important;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.w56-page .w56-search-bar button {
    background: linear-gradient(135deg, #f0c159, #ff6900);
    border: none;
    border-radius: 25px;
    padding: 0 24px;
    color: #fff;
    cursor: pointer;
}

.w56-page .w56-game-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
}

.w56-page .w56-filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
}

.w56-page .w56-filter-btn.active,
.w56-page .w56-filter-btn:hover {
    background: #f0c159;
    border-color: #f0c159;
    color: #141416;
}

.w56-page .w56-game-categories {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px;
    margin: 60px 0;
}

.w56-page .w56-category-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(240, 193, 89, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.w56-page .w56-category-card:hover {
    transform: translateY(-10px);
    border-color: #f0c159;
    box-shadow: 0 15px 35px rgba(240, 193, 89, 0.3);
}

.w56-page .w56-category-icon {
    font-size: 4em;
    margin-bottom: 20px;
    display: block;
}

.w56-page .w56-category-title {
    color: #f0c159;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: bold;
}

.w56-page .w56-category-count {
    font-size: 1.2em;
    color: #ffd700;
    font-weight: bold;
    margin-bottom: 15px;
}

.w56-page .w56-category-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.w56-page .w56-category-features li {
    color: #abb8c3;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.w56-page .w56-category-features li::before {
    content: '🎯';
    font-size: 1.2em;
}

.w56-page .w56-popular-games {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 25px;
    margin: 60px 0;
}

.w56-page .w56-game-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
}

.w56-page .w56-game-card:hover {
    transform: translateY(-5px);
    border-color: #f0c159;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.w56-page .w56-game-card .title { color: #f0c159; margin: 12px 0 8px; font-weight: bold; }
.w56-page .w56-game-card .provider,
.w56-page .w56-game-card .rtp,
.w56-page .w56-game-card .jackpot { color: #abb8c3; font-size: 0.9em; margin-bottom: 6px; }
.w56-page .w56-game-thumbnail { font-size: 2.5em; margin-bottom: 10px; }

.w56-page .w56-providers-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.w56-page .w56-provider-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-provider-logo {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0c159, #ff6900);
    color: #fff;
    font-weight: bold;
    margin: 0 auto 12px;
}

.w56-page .w56-provider-card h3 { color: #f0c159; margin-bottom: 8px; }
.w56-page .w56-provider-card p { color: #abb8c3; margin: 0; }

/* Casino */
.w56-page .w56-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #ff4444;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 16px 0;
}

.w56-page .w56-live-dot {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    animation: w56-pulse 1s infinite;
}

.w56-page .w56-casino-games {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px;
    margin: 60px 0;
}

.w56-page .w56-casino-game-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(240, 193, 89, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.w56-page .w56-casino-game-card:hover {
    transform: translateY(-10px);
    border-color: #f0c159;
    box-shadow: 0 15px 35px rgba(240, 193, 89, 0.3);
}

.w56-page .w56-casino-game-card.featured {
    border-color: #dc143c;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.15), rgba(220, 20, 60, 0.05));
}

.w56-page .w56-casino-game-card.featured::after {
    content: 'MAIS POPULAR';
    position: absolute;
    top: 20px;
    right: -30px;
    background: #dc143c;
    color: #fff;
    padding: 5px 40px;
    font-size: 0.8em;
    font-weight: bold;
    transform: rotate(45deg);
}

.w56-page .w56-casino-game-card .game-icon {
    font-size: 4em;
    margin-bottom: 20px;
    display: block;
}

.w56-page .w56-casino-game-card .game-description {
    color: #abb8c3;
    margin-bottom: 25px;
    line-height: 1.6;
}

.w56-page .w56-casino-game-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.w56-page .w56-casino-game-card ul li {
    color: #abb8c3;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.w56-page .w56-casino-game-card ul li::before {
    content: '🎯';
    font-size: 1.2em;
}

.w56-page .w56-table-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.w56-page .w56-table-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-table-card.vip { border-color: #ffd700; }
.w56-page .w56-table-preview { font-size: 2em; margin-bottom: 12px; }
.w56-page .w56-table-name { color: #f0c159; font-weight: bold; margin-bottom: 6px; }
.w56-page .w56-table-limits,
.w56-page .w56-table-players { color: #abb8c3; font-size: 0.9em; margin-bottom: 4px; }

.w56-page .w56-dealer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.w56-page .w56-dealer-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.w56-page .w56-dealer-avatar { font-size: 3em; margin-bottom: 10px; }

/* Jogo (game detail) */
.w56-page .w56-breadcrumb {
    color: #abb8c3;
    margin-bottom: 30px;
    font-size: 0.95em;
}

.w56-page .w56-breadcrumb a {
    color: #f0c159;
    text-decoration: none;
}

.w56-page .w56-game-hero {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 40px 0;
    align-items: start;
}

.w56-page .w56-game-preview {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(240, 193, 89, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.w56-page .w56-play-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.w56-page .w56-play-btn {
    background: linear-gradient(135deg, #f0c159, #ff6900);
    color: #fff;
    padding: 15px 30px;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    transition: all 0.3s;
}

.w56-page .w56-play-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(240, 193, 89, 0.4);
    color: #fff;
}

.w56-page .w56-play-btn.demo {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #f0c159;
}

.w56-page .w56-game-info {
    background: linear-gradient(135deg, rgba(240, 193, 89, 0.1), rgba(255, 105, 0, 0.05));
    border-radius: 20px;
    padding: 40px;
}

.w56-page .w56-game-detail-title {
    color: #f0c159;
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: bold;
}

.w56-page .w56-game-subtitle {
    color: #abb8c3;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.w56-page .w56-jackpot-display {
    background: rgba(255, 215, 0, 0.1);
    border: 2px solid #ffd700;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.w56-page .w56-jackpot-amount {
    color: #ffd700;
    font-size: 2.5em;
    font-weight: bold;
    display: block;
}

.w56-page .w56-game-stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.w56-page .w56-stat-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.w56-page .w56-stat-value {
    color: #f0c159;
    font-size: 1.8em;
    font-weight: bold;
    display: block;
}

.w56-page .w56-stat-label {
    color: #abb8c3;
    font-size: 0.9em;
    text-transform: uppercase;
}

.w56-page .w56-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w56-page .w56-feature-list li {
    color: #abb8c3;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w56-page .w56-feature-list li::before {
    content: '⚡ ';
    color: #f0c159;
}

.w56-page .w56-game-description,
.w56-page .w56-paytable {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

.w56-page .w56-game-description h3,
.w56-page .w56-paytable h3 {
    color: #f0c159;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.w56-page .w56-game-description p {
    color: #abb8c3;
    line-height: 1.8;
    margin-bottom: 16px;
}

.w56-page .w56-symbol-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.w56-page .w56-symbol-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.w56-page .w56-symbol-icon { font-size: 2.5em; margin-bottom: 10px; display: block; }
.w56-page .w56-symbol-name { color: #f0c159; font-weight: bold; margin-bottom: 6px; }
.w56-page .w56-symbol-payout { color: #abb8c3; font-size: 0.9em; }

.w56-page .w56-howto-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.w56-page .w56-howto-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.w56-page .w56-howto-card h3 { color: #f0c159; margin: 16px 0 12px; }
.w56-page .w56-howto-card p { color: #abb8c3; margin: 0; line-height: 1.6; }

.w56-page .w56-reviews-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

.w56-page .w56-review-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.w56-page .w56-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
}

.w56-page .w56-review-author { color: #f0c159; font-weight: bold; }
.w56-page .w56-review-text { color: #abb8c3; margin: 0; line-height: 1.6; font-style: italic; }

.w56-page .w56-similar-games {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.w56-page .w56-similar-game-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
}

.w56-page .w56-similar-game-card:hover {
    border-color: #f0c159;
    transform: translateY(-4px);
}

.w56-page .w56-similar-game-thumb {
    font-size: 3em;
    margin-bottom: 12px;
}

/* Crash + shared grids */
.w56-page .w56-category-grid,
.w56-page .w56-crash-games {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.w56-page .w56-crash-game-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-crash-game-card.featured {
    border-color: #f0c159;
    box-shadow: 0 0 20px rgba(240, 193, 89, 0.2);
}

.w56-page .w56-multiplier-display {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 191, 255, 0.1);
    border: 2px solid #00bfff;
    border-radius: 20px;
    padding: 12px 24px;
    margin: 16px 0;
}

.w56-page .w56-game-preview-icon {
    font-size: 3em;
    margin-bottom: 16px;
    padding: 30px;
    border-radius: 15px;
    background: linear-gradient(135deg, #00bfff, #0080ff);
}

.w56-page .w56-steps-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.w56-page .w56-step-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f0c159;
    color: #141416;
    font-weight: bold;
    margin: 0 auto 12px;
}

.w56-page .w56-multiplier-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.w56-page .w56-multiplier-chip {
    background: rgba(0, 191, 255, 0.15);
    border: 1px solid #00bfff;
    color: #00bfff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
}

.w56-page .w56-rtp-badge {
    background: rgba(0, 208, 132, 0.2);
    color: #00d084;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
}

@media (max-width: 849px) {
    .w56-page .w56-login-container,
    .w56-page .w56-game-hero {
        grid-template-columns: 1fr !important;
    }

    .w56-page .w56-comparison-grid {
        grid-template-columns: 1fr !important;
    }

    .w56-page .w56-instructions-grid {
        grid-template-columns: 1fr;
    }

    .w56-page .w56-game-categories,
    .w56-page .w56-casino-games {
        grid-template-columns: 1fr !important;
    }

    .w56-page .w56-game-stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body.w56-site .w56-page .w56-login-form-section .w56-social-login,
    .w56-page .w56-login-form-section .w56-social-login {
        flex-direction: column !important;
    }

    body.w56-site .w56-page .w56-login-form-section a.w56-social-btn,
    .w56-page .w56-login-form-section a.w56-social-btn {
        width: 100% !important;
    }

    .w56-page .w56-match-card {
        flex-direction: column !important;
        text-align: center;
        gap: 16px;
    }

    .w56-page .w56-match-odds {
        justify-content: center;
    }

    .w56-page .w56-countdown-timer {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }

    .w56-page .w56-countdown-sep {
        display: none;
    }
}

/* Shared utility */
.w56-page .w56-muted { color: #abb8c3; }

/* Esporte */
.w56-page .w56-sports-hero {
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.15), rgba(240, 193, 89, 0.1));
    border: 2px solid #228B22;
    border-radius: 20px;
    padding: 48px 32px;
    margin-bottom: 40px;
}

.w56-page .w56-sports-urgent {
    background: rgba(34, 139, 34, 0.1);
    border: 2px solid #228B22;
    border-radius: 12px;
    padding: 20px;
    margin: 24px auto;
    max-width: 680px;
}

.w56-page .w56-sports-urgent p { color: #228B22; font-weight: bold; margin: 0; }

.w56-page .w56-sports-categories,
.w56-page .w56-bonus-cards,
.w56-page .w56-promo-categories,
.w56-page .w56-platform-features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px;
    margin: 40px 0;
}

.w56-page .w56-bonus-cards { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important; }
.w56-page .w56-promo-categories { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important; }
.w56-page .w56-platform-features { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important; }

.w56-page .w56-sport-card,
.w56-page .w56-bonus-card,
.w56-page .w56-promo-card,
.w56-page .w56-platform-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(240, 193, 89, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.w56-page .w56-sport-card:hover,
.w56-page .w56-bonus-card:hover,
.w56-page .w56-promo-card:hover,
.w56-page .w56-platform-card:hover {
    transform: translateY(-8px);
    border-color: #f0c159;
    box-shadow: 0 15px 35px rgba(240, 193, 89, 0.3);
}

.w56-page .w56-sport-card.featured {
    border-color: #228B22;
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.15), rgba(34, 139, 34, 0.05));
}

.w56-page .w56-sport-card.featured::after {
    content: 'MAIS APOSTADO';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #228B22;
    color: #fff;
    padding: 5px 45px;
    font-size: 0.8em;
    font-weight: bold;
    transform: rotate(45deg);
}

.w56-page .w56-sport-icon { font-size: 4em; display: block; margin-bottom: 16px; }

.w56-page .w56-sport-stats {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.w56-page .w56-sport-stat { text-align: center; flex: 1; }
.w56-page .w56-sport-stat-number { color: #f0c159; font-weight: bold; font-size: 1.2em; display: block; }
.w56-page .w56-sport-stat-label { color: #abb8c3; font-size: 0.85em; }

.w56-page .w56-live-matches-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

.w56-page .w56-match-card {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 16px;
}

.w56-page .w56-match-teams { color: #fff; text-align: left; }
.w56-page .w56-match-teams div { margin: 8px 0; }
.w56-page .w56-match-score { color: #f0c159; font-size: 1.5em; font-weight: bold; }
.w56-page .w56-match-live { color: #ff0000; font-weight: bold; }
.w56-page .w56-match-odds { display: flex; gap: 12px; flex-wrap: wrap; }

.w56-page .w56-odd-button {
    background: rgba(240, 193, 89, 0.15);
    border: 1px solid #f0c159;
    color: #f0c159;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    min-width: 56px;
    text-align: center;
}

.w56-page .w56-betting-features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px;
    margin: 40px 0;
}

.w56-page .w56-betting-feature {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}

.w56-page .w56-betting-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.w56-page .w56-betting-feature-img-wrap {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.w56-page .w56-betting-feature-img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.w56-page .w56-betting-feature h3 { color: #f0c159; margin: 12px 0; font-weight: bold; font-size: 1.3em; }
.w56-page .w56-betting-feature p { color: #abb8c3; line-height: 1.6; margin: 0; }

.w56-page .w56-sports-promo-box {
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.1), rgba(240, 193, 89, 0.05));
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

/* Bônus */
.w56-page .w56-bonus-hero {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(240, 193, 89, 0.1));
    border: 2px solid #f0c159;
    border-radius: 20px;
    padding: 48px 32px;
    margin-bottom: 40px;
}

.w56-page .w56-bonus-card.featured {
    border-color: #ffd700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.05));
}

.w56-page .w56-bonus-card.featured::after {
    content: 'MAIS POPULAR';
    position: absolute;
    top: 20px;
    right: -30px;
    background: #ffd700;
    color: #000;
    padding: 5px 40px;
    font-size: 0.8em;
    font-weight: bold;
    transform: rotate(45deg);
}

.w56-page .w56-bonus-icon { font-size: 4em; display: block; margin-bottom: 16px; }
.w56-page .w56-bonus-title { color: #f0c159; font-size: 1.5em; margin-bottom: 12px; font-weight: bold; }
.w56-page .w56-bonus-amount { font-size: 2.5em; color: #ffd700; font-weight: bold; display: block; margin-bottom: 12px; }

.w56-page .w56-bonus-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.w56-page .w56-bonus-features li {
    color: #abb8c3;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.w56-page .w56-bonus-features li::before { content: '✅'; }

.w56-page .w56-vip-levels {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px;
    margin: 40px 0;
}

.w56-page .w56-vip-card {
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.w56-page .w56-vip-gold { background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1)); border: 2px solid #ffd700; }
.w56-page .w56-vip-platinum { background: linear-gradient(135deg, rgba(229, 228, 226, 0.2), rgba(229, 228, 226, 0.1)); border: 2px solid #e5e4e2; }
.w56-page .w56-vip-diamond { background: linear-gradient(135deg, rgba(185, 242, 255, 0.2), rgba(185, 242, 255, 0.1)); border: 2px solid #b9f2ff; }

.w56-page .w56-tournament-box {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(255, 105, 0, 0.1));
    border: 2px solid #ff4444;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
}

.w56-page .w56-tournament-prizes {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px;
    margin: 24px 0;
}

/* Promo */
.w56-page .w56-promo-hero {
    background: linear-gradient(135deg, rgba(255, 105, 0, 0.15), rgba(240, 193, 89, 0.1));
    border: 2px solid #ff6900;
    border-radius: 20px;
    padding: 48px 32px;
    margin-bottom: 40px;
}

.w56-page .w56-countdown-timer {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: rgba(255, 105, 0, 0.2);
    border: 2px solid #ff6900;
    border-radius: 25px;
    padding: 15px 30px;
    margin: 20px auto;
    animation: w56-pulse 2s infinite;
    flex-wrap: nowrap;
}

.w56-page .w56-countdown-item {
    background: none !important;
    border: none !important;
    border-radius: 0;
    padding: 0;
    min-width: 0;
    text-align: center;
    color: #ff6900;
}

.w56-page .w56-countdown-number {
    display: block;
    color: #ff6900;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1;
}

.w56-page .w56-countdown-label {
    color: #ff6900;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.w56-page .w56-countdown-sep {
    color: #ff6900;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 18px;
}

.w56-page .w56-promo-urgent {
    background: rgba(255, 105, 0, 0.1);
    border: 2px solid #ff6900;
    border-radius: 12px;
    padding: 20px;
    margin: 24px auto;
    max-width: 680px;
}

.w56-page .w56-promo-urgent p { color: #ff6900; font-weight: bold; margin: 0; }

.w56-page .w56-promo-card.hot { border-color: #ff6900; }
.w56-page .w56-promo-card.limited { border-color: #f0c159; }
.w56-page .w56-promo-icon { font-size: 4em; display: block; margin-bottom: 16px; }
.w56-page .w56-promo-value { font-size: 1.8em; color: #ffd700; font-weight: bold; margin-bottom: 16px; }

.w56-page .w56-promo-requirements {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 16px;
    margin: 20px 0;
    text-align: left;
}

.w56-page .w56-promo-requirements h4 { color: #f0c159; margin: 0 0 10px; }
.w56-page .w56-promo-requirements ul { margin: 0; padding-left: 20px; color: #abb8c3; }

.w56-page .w56-tournaments-box,
.w56-page .w56-cashback-vip-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

.w56-page .w56-tournament-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 16px;
}

.w56-page .w56-tournament-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.w56-page .w56-tournament-name { color: #f0c159; font-weight: bold; font-size: 1.2em; }
.w56-page .w56-tournament-prize {
    background: linear-gradient(135deg, #ff6900, #f0c159);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
}

.w56-page .w56-progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin: 12px 0;
}

.w56-page .w56-progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #f0c159, #ff6900);
    border-radius: 5px;
}

.w56-page .w56-tournament-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    color: #abb8c3;
    font-size: 0.9em;
}

.w56-page .w56-cashback-tiers {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px;
}

.w56-page .w56-cashback-tier {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 208, 132, 0.3);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-tier-value { display: block; font-size: 2em; font-weight: bold; margin-bottom: 8px; }
.w56-page .w56-tier-label { color: #abb8c3; font-size: 0.9em; }

.w56-page .w56-limited-offers {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px;
    margin: 40px 0;
}

.w56-page .w56-limited-offer {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.1));
    border: 2px solid #ff0000;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    animation: w56-pulse 3s infinite;
}

.w56-page .w56-limited-offer h3 { color: #ff0000; font-weight: bold; margin-bottom: 12px; }
.w56-page .w56-limited-badge {
    background: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 16px;
}

/* Plataforma */
.w56-page .w56-platform-hero {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.15), rgba(240, 193, 89, 0.1));
    border: 2px solid #007bff;
    border-radius: 20px;
    padding: 48px 32px;
    margin-bottom: 40px;
}

.w56-page .w56-tech-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.w56-page .w56-tech-stat { text-align: center; }
.w56-page .w56-tech-stat-number { display: block; color: #007bff; font-size: 2em; font-weight: bold; }
.w56-page .w56-tech-stat-label { color: #abb8c3; text-transform: uppercase; font-size: 0.85em; }

.w56-page .w56-platform-info-box {
    background: rgba(0, 123, 255, 0.1);
    border: 2px solid #007bff;
    border-radius: 12px;
    padding: 20px;
    margin: 24px auto;
    max-width: 680px;
}

.w56-page .w56-platform-info-box p { color: #007bff; font-weight: bold; margin: 0; }

.w56-page .w56-platform-card.featured { border-color: #007bff; }

.w56-page .w56-platform-icon { font-size: 4em; display: block; margin-bottom: 16px; }
.w56-page .w56-platform-title { color: #f0c159; font-size: 1.5em; margin-bottom: 12px; font-weight: bold; }

.w56-page .w56-platform-specs {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 16px;
    margin: 20px 0;
    text-align: left;
}

.w56-page .w56-platform-specs h4 { color: #f0c159; margin: 0 0 10px; }
.w56-page .w56-platform-specs ul { margin: 0; padding-left: 20px; color: #abb8c3; }

.w56-page .w56-security-section,
.w56-page .w56-performance-box,
.w56-page .w56-support-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
}

.w56-page .w56-platform-security-grid,
.w56-page .w56-performance-metrics,
.w56-page .w56-support-channels {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px;
    margin-top: 30px;
}

.w56-page .w56-platform-security,
.w56-page .w56-metric-card,
.w56-page .w56-support-channel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    padding: 24px;
    text-align: center;
}

.w56-page .w56-platform-security h3,
.w56-page .w56-support-channel h3 { color: #f0c159; margin: 12px 0; }

.w56-page .w56-platform-security p,
.w56-page .w56-support-channel p { color: #abb8c3; line-height: 1.6; margin: 0; }

.w56-page .w56-metric-value { display: block; color: #007bff; font-size: 2em; font-weight: bold; margin-bottom: 8px; }
.w56-page .w56-metric-label { display: block; color: #f0c159; font-weight: bold; margin-bottom: 6px; }
.w56-page .w56-metric-desc { color: #abb8c3; font-size: 0.9em; }

.w56-page .w56-support-channel.priority { border-color: #f0c159; }
.w56-page .w56-channel-icon { font-size: 3em; display: block; margin-bottom: 12px; }
.w56-page .w56-channel-status { margin-top: 16px; color: #abb8c3; font-weight: bold; }
.w56-page .w56-channel-status.online { color: #00d084; }

.w56-page .w56-timeline { margin: 40px 0; }

.w56-page .w56-timeline-item {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 15px;
    flex-wrap: wrap;
}

.w56-page .w56-timeline-date {
    background: #f0c159;
    color: #141416;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    height: fit-content;
}

.w56-page .w56-timeline-content h3 { color: #f0c159; margin: 0 0 10px; }
.w56-page .w56-timeline-content p { color: #abb8c3; margin: 0; line-height: 1.6; }
