/* style/gambling-reviews-368bet-sportsbook-review.css */

:root {
    --primary-color: #00A86B;
    --secondary-color: #FFD700;
    --dark-text-color: #1a1a1a;
    --light-text-color: #ffffff;
    --background-light: #f8f8f8;
    --background-green-light: #e0f2e8; /* Lighter shade of primary for background */
    --button-hover-dark: #00764b;
    --button-hover-light: #b39700;
}

.page-gambling-reviews-368bet-sportsbook-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--dark-text-color);
    background-color: var(--background-light);
}

.page-gambling-reviews-368bet-sportsbook-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-gambling-reviews-368bet-sportsbook-review .hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--light-text-color);
    padding: 100px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-gambling-reviews-368bet-sportsbook-review .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--light-text-color);
}

.page-gambling-reviews-368bet-sportsbook-review .hero-section p {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-gambling-reviews-368bet-sportsbook-review .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.page-gambling-reviews-368bet-sportsbook-review .btn-primary {
    background-color: var(--primary-color);
    color: var(--light-text-color);
    border: 2px solid var(--primary-color);
}

.page-gambling-reviews-368bet-sportsbook-review .btn-primary:hover {
    background-color: var(--button-hover-dark);
    border-color: var(--button-hover-dark);
}

.page-gambling-reviews-368bet-sportsbook-review .btn-secondary {
    background-color: var(--secondary-color);
    color: var(--dark-text-color);
    border: 2px solid var(--secondary-color);
}

.page-gambling-reviews-368bet-sportsbook-review .btn-secondary:hover {
    background-color: var(--button-hover-light);
    border-color: var(--button-hover-light);
}

.page-gambling-reviews-368bet-sportsbook-review .btn-large {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section:last-of-type {
    border-bottom: none;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section h2 {
    font-size: 2.5em;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section h3 {
    font-size: 1.8em;
    color: var(--dark-text-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section ul,
.page-gambling-reviews-368bet-sportsbook-review .content-section ol {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 1.1em;
}

.page-gambling-reviews-368bet-sportsbook-review .content-section li {
    margin-bottom: 8px;
}

.page-gambling-reviews-368bet-sportsbook-review .intro-section .container,
.page-gambling-reviews-368bet-sportsbook-review .odds-coverage-section .container,
.page-gambling-reviews-368bet-sportsbook-review .promotions-section .container,
.page-gambling-reviews-368bet-sportsbook-review .ui-experience-section .container,
.page-gambling-reviews-368bet-sportsbook-review .payment-methods-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.page-gambling-reviews-368bet-sportsbook-review .intro-section .text-content,
.page-gambling-reviews-368bet-sportsbook-review .odds-coverage-section .text-content,
.page-gambling-reviews-368bet-sportsbook-review .promotions-section .text-content,
.page-gambling-reviews-368bet-sportsbook-review .ui-experience-section .text-content,
.page-gambling-reviews-368bet-sportsbook-review .payment-methods-section .text-content {
    flex: 1;
    min-width: 300px;
}

.page-gambling-reviews-368bet-sportsbook-review .intro-section .image-content,
.page-gambling-reviews-368bet-sportsbook-review .odds-coverage-section .image-content,
.page-gambling-reviews-368bet-sportsbook-review .promotions-section .image-content,
.page-gambling-reviews-368bet-sportsbook-review .ui-experience-section .image-content,
.page-gambling-reviews-368bet-sportsbook-review .payment-methods-section .image-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-gambling-reviews-368bet-sportsbook-review .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-reviews-368bet-sportsbook-review .registration-login-section h2,
.page-gambling-reviews-368bet-sportsbook-review .sports-coverage-section h2,
.page-gambling-reviews-368bet-sportsbook-review .comparison-section h2 {
    text-align: center;
}

.page-gambling-reviews-368bet-sportsbook-review .subsection {
    margin-bottom: 40px;
    padding: 30px;
    background-color: var(--background-light);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gambling-reviews-368bet-sportsbook-review .subsection h3 {
    color: var(--primary-color);
    margin-top: 0;
}

.page-gambling-reviews-368bet-sportsbook-review .bg-light-green {
    background-color: var(--background-green-light);
}

.page-gambling-reviews-368bet-sportsbook-review .conclusion-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--light-text-color);
    padding: 80px 0;
    text-align: center;
}

.page-gambling-reviews-368bet-sportsbook-review .conclusion-section h2 {
    color: var(--light-text-color);
    font-size: 2.8em;
    margin-bottom: 25px;
}

.page-gambling-reviews-368bet-sportsbook-review .conclusion-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-gambling-reviews-368bet-sportsbook-review .hero-section h1 {
        font-size: 2.5em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .content-section h2 {
        font-size: 2em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .intro-section .container,
    .page-gambling-reviews-368bet-sportsbook-review .odds-coverage-section .container,
    .page-gambling-reviews-368bet-sportsbook-review .promotions-section .container,
    .page-gambling-reviews-368bet-sportsbook-review .ui-experience-section .container,
    .page-gambling-reviews-368bet-sportsbook-review .payment-methods-section .container {
        flex-direction: column;
    }
    .page-gambling-reviews-368bet-sportsbook-review .odds-coverage-section .image-content,
    .page-gambling-reviews-368bet-sportsbook-review .promotions-section .image-content,
    .page-gambling-reviews-368bet-sportsbook-review .ui-experience-section .image-content,
    .page-gambling-reviews-368bet-sportsbook-review .payment-methods-section .image-content {
        order: -1; /* Image first on smaller screens */
    }
}

@media (max-width: 768px) {
    .page-gambling-reviews-368bet-sportsbook-review .hero-section {
        padding: 80px 0;
    }
    .page-gambling-reviews-368bet-sportsbook-review .hero-section h1 {
        font-size: 2em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .hero-section p {
        font-size: 1.1em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .content-section {
        padding: 40px 0;
    }
    .page-gambling-reviews-368bet-sportsbook-review .content-section h2 {
        font-size: 1.8em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .content-section h3 {
        font-size: 1.5em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-gambling-reviews-368bet-sportsbook-review .btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}