        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
            color: #333;
        }

        /* Hero banner with image + button */
.hero-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('https://big-bass-bonanza.bet/img/big-bass-bonanza-scatter.webp');
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

        .hero-button {
            display: inline-block;
            padding: 14px 32px;
            background-color: #ff3e00;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: bold;
            font-size: 1.8rem;
            text-align: center;
            transition: background-color 0.3s;
            box-shadow: 0 4px 10px rgba(0,0,0,0.25);
        }
#ff6400  #00576B;
        .hero-button:hover {
            background-color: #FFB800;
        }
/* Header with logo */
.header-container {
    display: flex;
    align-items: center;
    justify-content: center; /* центрирует меню, логотип слева */
    padding: 0 20px;
    gap: 20px;
}

.header-logo {
    height: 40px; /* регулируйте по желанию */
    object-fit: contain;
}

/* Footer with logo */
.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.footer-logo {
    height: 30px;
    object-fit: contain;
}
@media (max-width: 768px) {
    .header-logo { height: 30px; }
    .footer-logo { height: 24px; }
    .header-container,
    .footer-container {
        padding: 0 15px;
        gap: 10px;
    }
}
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            gap: 20px;
        }

        @media (max-width: 768px) {
            .container { flex-direction: column; }
            .hero-banner { height: 220px; }
            .hero-button { padding: 12px 24px; font-size: 1rem; }
        }

        header {
            background-color: #000;
            padding: 1rem 0;
        }

        .top-menu {
            display: flex;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0 20px;
        }

        .top-menu li { margin: 0 15px; }
        .top-menu a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }
        .top-menu a:hover { color: #4CAF50; }

        .main-content {
            flex: 3;
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .sidebar {
            flex: 1;
        }

        h1, h2, h3 {
            color: #1a1a1a;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        h1 {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
            margin-top: 0;
        }

        p, ul, ol, table {
            margin-bottom: 1.5rem;
        }

        ul, ol { padding-left: 20px; }

        a { color: #3498db; }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }

        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        th { background-color: #f2f2f2; }

        main {
            background-color: #193C4B;
        }

        .content__best-casinos-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 20px;
        }

        .best-casino {
            padding: 16px;
            border-radius: 8px;
            color: white;
            font-family: sans-serif;
            background-color: #00576B;
        }

        .best-casino__logo {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 2px;
        }

        .best-casino__rating {
            margin-bottom: 8px;
        }

        .best-casino__btn {
            margin-top: 20px;
            padding: 8px 16px;
            border: 1px solid #FFB800;
            border-radius: 4px;
            background-color: #FFB800;
            color: #193C4B;
            text-decoration: none;
            display: inline-block;
            font-weight: bold;
            transition: all 0.2s ease;
        }

        .best-casino__btn:hover {
            background-color: transparent;
            color: #FFB800;
        }

        .best-casino__btn:active {
            background-color: #196061;
            color: white;
        }

        footer {
            text-align: center;
            padding: 20px;
            background: #2c3e50;
            color: white;
            margin-top: 40px;
        }
