/* style/blog-how-to-choose-reliable-betting-site.css */

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

.page-blog-how-to-choose-reliable-betting-site {
    font-family: 'Arial', sans-serif;
    color: var(--text-main-color);
    background-color: var(--page-bg-color);
    line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-site__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-site__hero-image-wrapper {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-site__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-how-to-choose-reliable-betting-site__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin-top: 40px;
    padding: 0 20px;
}

.page-blog-how-to-choose-reliable-betting-site__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-choose-reliable-betting-site__intro-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: var(--text-secondary-color);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-reliable-betting-site__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: var(--button-gradient);
    color: var(--text-main-color);
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
}

.page-blog-how-to-choose-reliable-betting-site__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.page-blog-how-to-choose-reliable-betting-site__content-section {
    padding: 60px 0;
    background-color: var(--page-bg-color);
}

.page-blog-how-to-choose-reliable-betting-site__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-how-to-choose-reliable-betting-site__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(87, 227, 141, 0.4);
}

.page-blog-how-to-choose-reliable-betting-site__paragraph {
    font-size: 1rem;
    color: var(--text-secondary-color);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-how-to-choose-reliable-betting-site__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-choose-reliable-betting-site__feature-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-how-to-choose-reliable-betting-site__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-site__feature-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-site__feature-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-reliable-betting-site__feature-description {
    font-size: 0.95rem;
    color: var(--text-secondary-color);
    text-align: justify;
}

.page-blog-how-to-choose-reliable-betting-site__warning-list,
.page-blog-how-to-choose-reliable-betting-site__advice-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-site__list-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: var(--text-main-color);
    display: flex;
    align-items: flex-start;
}

.page-blog-how-to-choose-reliable-betting-site__list-item::before {
    content: '✅';
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1;
}

.page-blog-how-to-choose-reliable-betting-site__warning-list .page-blog-how-to-choose-reliable-betting-site__list-item::before {
    content: '❌';
}

.page-blog-how-to-choose-reliable-betting-site__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 30px auto;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-betting-site__faq-container {
    margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-site__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-betting-site__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    background-color: var(--deep-green-color);
    border-bottom: 1px solid var(--divider-color);
    user-select: none;
    list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-reliable-betting-site__faq-question::-webkit-details-marker, 
.page-blog-how-to-choose-reliable-betting-site__faq-question::marker {
    display: none;
}

.page-blog-how-to-choose-reliable-betting-site__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-site__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-site__faq-item[open] .page-blog-how-to-choose-reliable-betting-site__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-how-to-choose-reliable-betting-site__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1rem;
    color: var(--text-secondary-color);
    text-align: justify;
    background-color: var(--card-bg-color);
}

.page-blog-how-to-choose-reliable-betting-site__cta-bottom {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
}

.page-blog-how-to-choose-reliable-betting-site__cta-button--large {
    padding: 18px 40px;
    font-size: 1.25rem;
}

/* General image responsiveness */
.page-blog-how-to-choose-reliable-betting-site img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* General button responsiveness */
.page-blog-how-to-choose-reliable-betting-site__cta-button,
.page-blog-how-to-choose-reliable-betting-site a[class*="button"],
.page-blog-how-to-choose-reliable-betting-site a[class*="btn"] {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

/* Button container responsiveness */
.page-blog-how-to-choose-reliable-betting-site__cta-bottom,
.page-blog-how-to-choose-reliable-betting-site__button-group,
.page-blog-how-to-choose-reliable-betting-site__btn-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Media Queries */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-reliable-betting-site__hero-content {
        margin-top: 30px;
    }

    .page-blog-how-to-choose-reliable-betting-site__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }

    .page-blog-how-to-choose-reliable-betting-site__intro-text {
        font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    }

    .page-blog-how-to-choose-reliable-betting-site__section-title {
        font-size: clamp(1.6rem, 3vw, 2.2rem);
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-item {
        padding: 20px;
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-title {
        font-size: 1.3rem;
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-description {
        font-size: 0.9rem;
    }

    .page-blog-how-to-choose-reliable-betting-site__faq-question {
        font-size: 1.05rem;
        padding: 15px 20px;
    }

    .page-blog-how-to-choose-reliable-betting-site__faq-answer {
        padding: 12px 20px 15px;
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-blog-how-to-choose-reliable-betting-site__hero-section {
        padding-top: 10px !important; /* Small top padding, body handles header offset */
        padding-bottom: 30px;
    }

    .page-blog-how-to-choose-reliable-betting-site__hero-content {
        margin-top: 25px;
        padding: 0 15px;
    }

    .page-blog-how-to-choose-reliable-betting-site__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-how-to-choose-reliable-betting-site__intro-text {
        font-size: clamp(0.9rem, 3.5vw, 1rem);
        margin-bottom: 25px;
    }

    .page-blog-how-to-choose-reliable-betting-site__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    /* Content sections and general container */
    .page-blog-how-to-choose-reliable-betting-site__content-section {
        padding: 40px 0;
    }

    .page-blog-how-to-choose-reliable-betting-site__container {
        padding: 0 15px;
    }

    .page-blog-how-to-choose-reliable-betting-site__section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin-bottom: 30px;
    }

    .page-blog-how-to-choose-reliable-betting-site__paragraph {
        font-size: 0.95rem;
    }

    /* Feature Grid (for product/service-like display) */
    .page-blog-how-to-choose-reliable-betting-site__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-item {
        padding: 20px;
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-title {
        font-size: 1.2rem;
    }

    .page-blog-how-to-choose-reliable-betting-site__feature-description {
        font-size: 0.875rem;
    }

    /* General Images */
    .page-blog-how-to-choose-reliable-betting-site img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-how-to-choose-reliable-betting-site__hero-image,
    .page-blog-how-to-choose-reliable-betting-site__feature-image,
    .page-blog-how-to-choose-reliable-betting-site__content-image {
        height: auto;
        object-fit: contain; /* Ensure full image is visible */
    }

    /* Buttons and Button Containers */
    .page-blog-how-to-choose-reliable-betting-site__cta-button,
    .page-blog-how-to-choose-reliable-betting-site a[class*="button"],
    .page-blog-how-to-choose-reliable-betting-site a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px; /* Add spacing between stacked buttons */
    }

    .page-blog-how-to-choose-reliable-betting-site__cta-bottom,
    .page-blog-how-to-choose-reliable-betting-site__button-group,
    .page-blog-how-to-choose-reliable-betting-site__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        display: flex; /* Ensure flex context for column direction */
        gap: 10px; /* Spacing for stacked buttons */
    }

    .page-blog-how-to-choose-reliable-betting-site__cta-button--large {
        font-size: 1.1rem;
        padding: 15px 25px;
    }

    /* Other Content Modules (Lists, FAQ) */
    .page-blog-how-to-choose-reliable-betting-site__list-item {
        font-size: 0.9rem;
        padding: 12px 15px;
    }

    .page-blog-how-to-choose-reliable-betting-site__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-how-to-choose-reliable-betting-site__faq-answer {
        font-size: 0.9rem;
        padding: 12px 20px 15px;
    }

    .page-blog-how-to-choose-reliable-betting-site__faq-toggle {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-choose-reliable-betting-site__main-title {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .page-blog-how-to-choose-reliable-betting-site__section-title {
        font-size: clamp(1.4rem, 6vw, 1.8rem);
    }
}