/* style/blog-how-to-identify-12bet-official-link.css */

/* Custom Colors */
:root {
    --page-bg: #08160F; /* Background */
    --card-bg: #11271B; /* Card BG */
    --text-main: #F2FFF6; /* Text Main */
    --text-secondary: #A7D9B8; /* Text Secondary */
    --border-color: #2E7A4E; /* Border */
    --glow-color: #57E38D; /* Glow */
    --gold-color: #F2C14E; /* Gold */
    --divider-color: #1E3A2A; /* Divider */
    --deep-green: #0A4B2C; /* Deep Green */
    --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button Gradient */
    --primary-color: #11A84E; /* Main color */
    --secondary-color: #22C768; /* Aux color */
}

.page-blog-how-to-identify-12bet-official-link {
    font-family: 'Arial', sans-serif;
    color: var(--text-main); /* Main text color for the page, as body is dark */
    background-color: var(--page-bg); /* Page background */
    line-height: 1.6;
}

/* Hero Section */
.page-blog-how-to-identify-12bet-official-link__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    padding: 10px 0 40px; /* Small top padding, more bottom padding */
    overflow: hidden; /* Ensure content doesn't spill */
    background-color: var(--deep-green); /* A darker shade for the hero background */
}

.page-blog-how-to-identify-12bet-official-link__hero-image {
    width: 100%;
    max-width: 1920px; /* Max width for hero image */
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-how-to-identify-12bet-official-link__hero-content {
    max-width: 900px;
    margin: 40px auto 0; /* Space above content, centered */
    padding: 0 20px;
    text-align: center;
    z-index: 10; /* Ensure text is above any potential background elements */
}

.page-blog-how-to-identify-12bet-official-link__main-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem); /* Responsive font size for H1 */
    font-weight: 700;
    color: var(--gold-color); /* Use gold for main title for emphasis */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-how-to-identify-12bet-official-link__description {
    font-size: 1.1rem;
    color: var(--text-secondary); /* Secondary text color */
    margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-how-to-identify-12bet-official-link__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-blog-how-to-identify-12bet-official-link__btn-primary,
.page-blog-how-to-identify-12bet-official-link__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to wrap */
    box-sizing: border-box; /* Include padding in width */
    max-width: 100%; /* Ensure button doesn't overflow */
}

.page-blog-how-to-identify-12bet-official-link__btn-primary {
    background: var(--btn-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-how-to-identify-12bet-official-link__btn-primary:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 15px var(--glow-color);
    transform: translateY(-2px);
}

.page-blog-how-to-identify-12bet-official-link__btn-secondary {
    background: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-how-to-identify-12bet-official-link__btn-secondary:hover {
    background: rgba(87, 227, 141, 0.1); /* Light glow on hover */
    transform: translateY(-2px);
}

/* Content Area */
.page-blog-how-to-identify-12bet-official-link__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--page-bg); /* Ensure content area uses page background */
}

.page-blog-how-to-identify-12bet-official-link__section {
    margin-bottom: 40px;
    padding: 30px;
    background-color: var(--card-bg); /* Card background color */
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: var(--text-main); /* Text color for sections */
}

.page-blog-how-to-identify-12bet-official-link__section-intro {
    margin-bottom: 40px;
    padding: 0 20px; /* Smaller padding for intro section */
}

.page-blog-how-to-identify-12bet-official-link__section-title {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    color: var(--gold-color); /* Gold for section titles */
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.page-blog-how-to-identify-12bet-official-link__sub-title {
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    color: var(--glow-color); /* Glow color for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-identify-12bet-official-link p {
    margin-bottom: 15px;
    color: var(--text-main); /* Ensure paragraph text is main text color */
}

.page-blog-how-to-identify-12bet-official-link__list,
.page-blog-how-to-identify-12bet-official-link__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-blog-how-to-identify-12bet-official-link__list li,
.page-blog-how-to-identify-12bet-official-link__ordered-list li {
    margin-bottom: 10px;
    color: var(--text-secondary); /* List items can be secondary text color */
}

.page-blog-how-to-identify-12bet-official-link__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    display: block; /* Ensure no extra space below image */
}

/* Dark Section specific styling */
.page-blog-how-to-identify-12bet-official-link__dark-section {
    background-color: var(--deep-green); /* Use a deeper green for contrast */
    border-color: var(--primary-color);
    color: var(--text-main);
}
.page-blog-how-to-identify-12bet-official-link__dark-section .page-blog-how-to-identify-12bet-official-link__section-title {
    color: var(--gold-color);
}
.page-blog-how-to-identify-12bet-official-link__dark-section .page-blog-how-to-identify-12bet-official-link__sub-title {
    color: var(--glow-color);
}
.page-blog-how-to-identify-12bet-official-link__dark-section p,
.page-blog-how-to-identify-12bet-official-link__dark-section li {
    color: var(--text-secondary);
}

/* FAQ Section */
.page-blog-how-to-identify-12bet-official-link__faq-section {
    margin-top: 60px;
    padding: 30px;
    background-color: var(--card-bg);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-identify-12bet-official-link__faq-list {
    margin-top: 20px;
}

.page-blog-how-to-identify-12bet-official-link__faq-item {
    margin-bottom: 15px;
    background-color: var(--page-bg); /* Darker background for FAQ items */
    border-radius: 8px;
    border: 1px solid var(--divider-color);
    overflow: hidden;
    color: var(--text-main);
}

.page-blog-how-to-identify-12bet-official-link__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    color: var(--glow-color); /* Question text color */
    background-color: var(--deep-green); /* FAQ question background */
    border-bottom: 1px solid var(--divider-color);
    transition: background-color 0.3s ease;
    list-style: none; /* For <summary> */
}
/* Hide default details marker */
.page-blog-how-to-identify-12bet-official-link__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-how-to-identify-12bet-official-link__faq-item summary {
    list-style: none;
}

.page-blog-how-to-identify-12bet-official-link__faq-question:hover {
    background-color: rgba(17, 168, 78, 0.2); /* Slight hover effect */
}

.page-blog-how-to-identify-12bet-official-link__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--gold-color); /* Toggle icon color */
    margin-left: 10px;
}

.page-blog-how-to-identify-12bet-official-link__faq-answer {
    padding: 20px;
    font-size: 0.95rem;
    color: var(--text-secondary); /* Answer text color */
    background-color: var(--page-bg); /* Answer background */
}

/* For details tag, hide answer by default and expand */
.page-blog-how-to-identify-12bet-official-link__faq-item:not([open]) .page-blog-how-to-identify-12bet-official-link__faq-answer {
    display: none;
}
.page-blog-how-to-identify-12bet-official-link__faq-item[open] .page-blog-how-to-identify-12bet-official-link__faq-answer {
    display: block;
}

/* CTA Section at the bottom */
.page-blog-how-to-identify-12bet-official-link__cta-section {
    text-align: center;
    padding: 50px 20px;
    margin-top: 60px;
    background-color: var(--deep-green); /* A prominent background */
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-identify-12bet-official-link__cta-section .page-blog-how-to-identify-12bet-official-link__section-title {
    color: var(--gold-color);
    margin-bottom: 20px;
}

.page-blog-how-to-identify-12bet-official-link__cta-section p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-identify-12bet-official-link {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-identify-12bet-official-link__hero-section {
        padding: 10px 0 30px;
    }

    .page-blog-how-to-identify-12bet-official-link__hero-content {
        padding: 0 15px;
    }

    .page-blog-how-to-identify-12bet-official-link__main-title {
        font-size: 1.8rem;
    }

    .page-blog-how-to-identify-12bet-official-link__description {
        font-size: 1rem;
    }

    .page-blog-how-to-identify-12bet-official-link__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 300px; /* Limit button group width on mobile */
        margin-left: auto;
        margin-right: auto;
    }

    .page-blog-how-to-identify-12bet-official-link__btn-primary,
    .page-blog-how-to-identify-12bet-official-link__btn-secondary {
        width: 100% !important;
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .page-blog-how-to-identify-12bet-official-link__content-area {
        padding: 30px 15px;
    }

    .page-blog-how-to-identify-12bet-official-link__section,
    .page-blog-how-to-identify-12bet-official-link__faq-section,
    .page-blog-how-to-identify-12bet-official-link__cta-section {
        padding: 20px;
        margin-bottom: 30px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-how-to-identify-12bet-official-link__section-intro {
        padding: 0 15px;
    }

    .page-blog-how-to-identify-12bet-official-link__section-title {
        font-size: 1.5rem;
    }

    .page-blog-how-to-identify-12bet-official-link__sub-title {
        font-size: 1.3rem;
    }

    .page-blog-how-to-identify-12bet-official-link__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-how-to-identify-12bet-official-link__faq-question {
        font-size: 0.95rem;
        padding: 12px 15px;
    }
    .page-blog-how-to-identify-12bet-official-link__faq-answer {
        padding: 15px;
    }
    .page-blog-how-to-identify-12bet-official-link__list,
    .page-blog-how-to-identify-12bet-official-link__ordered-list {
        margin-left: 20px;
    }
}

/* Ensure images and containers are responsive and don't overflow */
.page-blog-how-to-identify-12bet-official-link img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-how-to-identify-12bet-official-link__hero-section,
.page-blog-how-to-identify-12bet-official-link__content-area,
.page-blog-how-to-identify-12bet-official-link__section,
.page-blog-how-to-identify-12bet-official-link__faq-section,
.page-blog-how-to-identify-12bet-official-link__cta-section,
.page-blog-how-to-identify-12bet-official-link__cta-buttons,
.page-blog-how-to-identify-12bet-official-link__button-group {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden; /* Prevent horizontal scroll for these containers */
}

/* Specific button group styling for mobile to ensure wrap */
@media (max-width: 768px) {
    .page-blog-how-to-identify-12bet-official-link__button-group {
        flex-direction: column; /* Stack buttons vertically on mobile */
        gap: 10px;
    }
}