/* style/blog-189bet-official-site-top-choice.css */

/* Custom Colors */
:root {
    --189bet-primary-color: #11A84E;
    --189bet-secondary-color: #22C768;
    --189bet-bg-dark: #08160F;
    --189bet-card-bg: #11271B;
    --189bet-text-main: #F2FFF6;
    --189bet-text-secondary: #A7D9B8;
    --189bet-border: #2E7A4E;
    --189bet-divider: #1E3A2A;
    --189bet-glow: #57E38D;
    --189bet-gold: #F2C14E;
    --189bet-deep-green: #0A4B2C;
    --189bet-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

/* Base styles for the page content, assuming body has dark background from shared.css */
.page-blog-189bet-official-site-top-choice {
    color: var(--189bet-text-main); /* Light text for dark body background */
    background-color: var(--189bet-bg-dark);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-189bet-official-site-top-choice__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-189bet-official-site-top-choice__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-blog-189bet-official-site-top-choice__dark-bg {
    background-color: var(--189bet-bg-dark);
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-189bet-official-site-top-choice__text-main {
    color: #333333; /* For light background sections */
}

.page-blog-189bet-official-site-top-choice__section-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--189bet-text-main); /* Default for dark background */
}

.page-blog-189bet-official-site-top-choice__light-bg .page-blog-189bet-official-site-top-choice__section-title {
    color: var(--189bet-primary-color); /* Primary color for light background titles */
}

.page-blog-189bet-official-site-top-choice__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__light-bg .page-blog-189bet-official-site-top-choice__sub-title {
    color: var(--189bet-deep-green);
}

.page-blog-189bet-official-site-top-choice__text-block p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__light-bg .page-blog-189bet-official-site-top-choice__text-block p {
    color: #333333;
}

.page-blog-189bet-official-site-top-choice__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__light-bg .page-blog-189bet-official-site-top-choice__list {
    color: #333333;
}

.page-blog-189bet-official-site-top-choice__list-item {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

/* Hero Section */
.page-blog-189bet-official-site-top-choice__hero-section {
    padding: 10px 0 60px 0; /* Small top padding, rest for content below */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--189bet-bg-dark);
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.page-blog-189bet-official-site-top-choice__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-189bet-official-site-top-choice__hero-content {
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-189bet-official-site-top-choice__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--189bet-gold);
    margin-bottom: 20px;
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
}

.page-blog-189bet-official-site-top-choice__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: var(--189bet-text-secondary);
}

.page-blog-189bet-official-site-top-choice__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-189bet-official-site-top-choice__btn-primary,
.page-blog-189bet-official-site-top-choice__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-189bet-official-site-top-choice__btn-primary {
    background: var(--189bet-btn-gradient);
    color: #ffffff; /* White text for gradient button */
    border: 2px solid transparent;
}

.page-blog-189bet-official-site-top-choice__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-189bet-official-site-top-choice__btn-secondary {
    background: #ffffff;
    color: var(--189bet-primary-color); /* Primary color text for white button */
    border: 2px solid var(--189bet-primary-color);
}

.page-blog-189bet-official-site-top-choice__btn-secondary:hover {
    background: var(--189bet-primary-color);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-189bet-official-site-top-choice__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

/* FAQ Section */
.page-blog-189bet-official-site-top-choice__faq-section {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-189bet-official-site-top-choice__faq-list {
    margin-top: 40px;
}

.page-blog-189bet-official-site-top-choice__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-189bet-official-site-top-choice__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #333333;
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-189bet-official-site-top-choice__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-189bet-official-site-top-choice__faq-item[open] .page-blog-189bet-official-site-top-choice__faq-question,
.page-blog-189bet-official-site-top-choice__faq-question:hover {
    background-color: var(--189bet-primary-color);
    color: #ffffff;
}

.page-blog-189bet-official-site-top-choice__faq-qtext {
    flex-grow: 1;
}

.page-blog-189bet-official-site-top-choice__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-189bet-official-site-top-choice__faq-item[open] .page-blog-189bet-official-site-top-choice__faq-toggle {
    transform: rotate(45deg); /* Plus becomes X */
}

.page-blog-189bet-official-site-top-choice__faq-answer {
    padding: 15px 25px;
    font-size: 1.05em;
    color: #555555;
    background-color: #ffffff;
}

/* Conclusion Section */
.page-blog-189bet-official-site-top-choice__conclusion {
    text-align: center;
    padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-189bet-official-site-top-choice__section-title {
        font-size: 2em;
    }
    .page-blog-189bet-official-site-top-choice__sub-title {
        font-size: 1.6em;
    }
    .page-blog-189bet-official-site-top-choice__hero-description {
        font-size: 1.15em;
    }
    .page-blog-189bet-official-site-top-choice__text-block p,
    .page-blog-189bet-official-site-top-choice__list-item,
    .page-blog-189bet-official-site-top-choice__faq-answer {
        font-size: 1em;
    }
    .page-blog-189bet-official-site-top-choice__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-189bet-official-site-top-choice {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-189bet-official-site-top-choice__section {
        padding: 40px 0;
    }

    .page-blog-189bet-official-site-top-choice__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-189bet-official-site-top-choice__hero-image-wrapper {
        margin-bottom: 30px;
    }

    .page-blog-189bet-official-site-top-choice__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-189bet-official-site-top-choice__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-189bet-official-site-top-choice__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-189bet-official-site-top-choice__btn-primary,
    .page-blog-189bet-official-site-top-choice__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-189bet-official-site-top-choice__container,
    .page-blog-189bet-official-site-top-choice__content-area {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-189bet-official-site-top-choice img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-189bet-official-site-top-choice__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-189bet-official-site-top-choice__sub-title {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-189bet-official-site-top-choice__text-block p,
    .page-blog-189bet-official-site-top-choice__list-item,
    .page-blog-189bet-official-site-top-choice__faq-answer {
        font-size: 0.95em;
    }

    .page-blog-189bet-official-site-top-choice__faq-question {
        font-size: 1em;
        padding: 15px 15px;
    }

    .page-blog-189bet-official-site-top-choice__faq-toggle {
        font-size: 1.2em;
    }

    .page-blog-189bet-official-site-top-choice__faq-answer {
        padding: 15px 15px;
    }
}

/* Ensure min image sizes are respected for content images, no filter */
.page-blog-189bet-official-site-top-choice__image-content {
    min-width: 200px;
    min-height: 200px;
    filter: none; /* No CSS filter */
}

/* Specific colors for sections */
.page-blog-189bet-official-site-top-choice__dark-section {
    background-color: var(--189bet-deep-green);
    color: var(--189bet-text-main);
}

.page-blog-189bet-official-site-top-choice__dark-section .page-blog-189bet-official-site-top-choice__section-title {
    color: var(--189bet-gold);
}

.page-blog-189bet-official-site-top-choice__dark-section .page-blog-189bet-official-site-top-choice__sub-title,
.page-blog-189bet-official-site-top-choice__dark-section .page-blog-189bet-official-site-top-choice__text-block p,
.page-blog-189bet-official-site-top-choice__dark-section .page-blog-189bet-official-site-top-choice__list,
.page-blog-189bet-official-site-top-choice__dark-section .page-blog-189bet-official-site-top-choice__list-item {
    color: var(--189bet-text-secondary);
}