/* style/betting-brands-review-a-detailed.css */
.page-betting-brands-review-a-detailed {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-betting-brands-review-a-detailed__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-brands-review-a-detailed__hero-section {
    background: linear-gradient(135deg, #0A2463, #3a5c96);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.page-betting-brands-review-a-detailed__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.page-betting-brands-review-a-detailed__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-betting-brands-review-a-detailed__highlight {
    color: #FFD700;
}

.page-betting-brands-review-a-detailed__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-betting-brands-review-a-detailed__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-betting-brands-review-a-detailed__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 20px;
}

.page-betting-brands-review-a-detailed__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin-top: 30px;
}

.page-betting-brands-review-a-detailed__content-section {
    padding: 60px 0;
}

.page-betting-brands-review-a-detailed__section-title {
    font-size: 2.2em;
    color: #0A2463;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-betting-brands-review-a-detailed__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-betting-brands-review-a-detailed__sub-section-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-betting-brands-review-a-detailed__intro-block,
.page-betting-brands-review-a-detailed__feature-block,
.page-betting-brands-review-a-detailed__game-block,
.page-betting-brands-review-a-detailed__promo-block,
.page-betting-brands-review-a-detailed__support-block,
.page-betting-brands-review-a-detailed__security-block,
.page-betting-brands-review-a-detailed__reviews-block,
.page-betting-brands-review-a-detailed__pros-cons-block,
.page-betting-brands-review-a-detailed__conclusion-block {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.page-betting-brands-review-a-detailed__intro-block p,
.page-betting-brands-review-a-detailed__feature-block p,
.page-betting-brands-review-a-detailed__game-block p,
.page-betting-brands-review-a-detailed__promo-block p,
.page-betting-brands-review-a-detailed__support-block p,
.page-betting-brands-review-a-detailed__security-block p,
.page-betting-brands-review-a-detailed__reviews-block p,
.page-betting-brands-review-a-detailed__conclusion-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-betting-brands-review-a-detailed__intro-block ul,
.page-betting-brands-review-a-detailed__feature-block ul,
.page-betting-brands-review-a-detailed__game-block ul,
.page-betting-brands-review-a-detailed__promo-block ul,
.page-betting-brands-review-a-detailed__support-block ul,
.page-betting-brands-review-a-detailed__security-block ul,
.page-betting-brands-review-a-detailed__reviews-block ul,
.page-betting-brands-review-a-detailed__conclusion-block ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-betting-brands-review-a-detailed__intro-block li,
.page-betting-brands-review-a-detailed__feature-block li,
.page-betting-brands-review-a-detailed__game-block li,
.page-betting-brands-review-a-detailed__promo-block li,
.page-betting-brands-review-a-detailed__support-block li,
.page-betting-brands-review-a-detailed__security-block li,
.page-betting-brands-review-a-detailed__reviews-block li,
.page-betting-brands-review-a-detailed__conclusion-block li {
    margin-bottom: 8px;
}

.page-betting-brands-review-a-detailed__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-betting-brands-review-a-detailed__text-link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
}

.page-betting-brands-review-a-detailed__text-link:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-betting-brands-review-a-detailed__keyword {
    font-weight: bold;
    color: #0A2463;
}

.page-betting-brands-review-a-detailed__grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.page-betting-brands-review-a-detailed__card {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-brands-review-a-detailed__card-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-betting-brands-review-a-detailed__card-title--pros {
    color: #28a745; /* Green for pros */
}

.page-betting-brands-review-a-detailed__card-title--cons {
    color: #dc3545; /* Red for cons */
}

.page-betting-brands-review-a-detailed__list {
    list-style-type: none;
    padding: 0;
}

.page-betting-brands-review-a-detailed__list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 1.1em;
    color: #444;
}

.page-betting-brands-review-a-detailed__card-title--pros + .page-betting-brands-review-a-detailed__list li::before {
    content: '\2713'; /* Checkmark */
    color: #28a745;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-betting-brands-review-a-detailed__card-title--cons + .page-betting-brands-review-a-detailed__list li::before {
    content: '\2717'; /* Cross mark */
    color: #dc3545;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-betting-brands-review-a-detailed__hero-title {
        font-size: 2.5em;
    }
    .page-betting-brands-review-a-detailed__hero-subtitle {
        font-size: 1.2em;
    }
    .page-betting-brands-review-a-detailed__section-title {
        font-size: 1.8em;
    }
    .page-betting-brands-review-a-detailed__sub-section-title {
        font-size: 1.5em;
    }
    .page-betting-brands-review-a-detailed__grid-2-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-betting-brands-review-a-detailed__hero-section {
        padding: 80px 0;
    }
    .page-betting-brands-review-a-detailed__hero-title {
        font-size: 2em;
    }
    .page-betting-brands-review-a-detailed__hero-subtitle {
        font-size: 1em;
    }
    .page-betting-brands-review-a-detailed__content-section {
        padding: 40px 0;
    }
    .page-betting-brands-review-a-detailed__intro-block,
    .page-betting-brands-review-a-detailed__feature-block,
    .page-betting-brands-review-a-detailed__game-block,
    .page-betting-brands-review-a-detailed__promo-block,
    .page-betting-brands-review-a-detailed__support-block,
    .page-betting-brands-review-a-detailed__security-block,
    .page-betting-brands-review-a-detailed__reviews-block,
    .page-betting-brands-review-a-detailed__pros-cons-block,
    .page-betting-brands-review-a-detailed__conclusion-block {
        padding: 25px;
    }
    .page-betting-brands-review-a-detailed__section-title {
        font-size: 1.6em;
    }
    .page-betting-brands-review-a-detailed__sub-section-title {
        font-size: 1.3em;
    }
    .page-betting-brands-review-a-detailed__intro-block p,
    .page-betting-brands-review-a-detailed__feature-block p,
    .page-betting-brands-review-a-detailed__game-block p,
    .page-betting-brands-review-a-detailed__promo-block p,
    .page-betting-brands-review-a-detailed__support-block p,
    .page-betting-brands-review-a-detailed__security-block p,
    .page-betting-brands-review-a-detailed__reviews-block p,
    .page-betting-brands-review-a-detailed__conclusion-block p,
    .page-betting-brands-review-a-detailed__intro-block ul,
    .page-betting-brands-review-a-detailed__feature-block ul,
    .page-betting-brands-review-a-detailed__game-block ul,
    .page-betting-brands-review-a-detailed__promo-block ul,
    .page-betting-brands-review-a-detailed__support-block ul,
    .page-betting-brands-review-a-detailed__security-block ul,
    .page-betting-brands-review-a-detailed__reviews-block ul,
    .page-betting-brands-review-a-detailed__conclusion-block ul {
        font-size: 1em;
    }
}