.page-blog-how-to-choose-reliable-betting-platform {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles main offset */
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper {
    width: 100%;
    max-height: 500px; /* Limit height to prevent image from being too tall */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

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

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(2em, 5vw, 3.2em);
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-how-to-choose-reliable-betting-platform__description {
    font-size: 1.1em;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-choose-reliable-betting-platform__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #11271B; /* Card B G */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #F2FFF6; /* Text Main */
    margin-top: -30px; /* Overlap with hero section for visual flow */
    position: relative;
    z-index: 2;
}

.page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2.2em;
    color: #F2C14E; /* Gold */
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.page-blog-how-to-choose-reliable-betting-platform__text-block {
    font-size: 1.05em;
    margin-bottom: 25px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__image-in-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-betting-platform__sub-title {
    font-size: 1.8em;
    color: #22C768; /* Auxiliary Color */
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-platform__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item {
    background-color: #0A4B2C; /* Deep Green */
    border-left: 5px solid #2AD16F;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-betting-platform__list-item-title {
    font-size: 1.3em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item-text {
    color: #A7D9B8; /* Text Secondary */
    font-size: 1em;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-button {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 1.1em;
    padding: 18px 35px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
    background-color: #0A4B2C; /* Deep Green */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.15em;
    font-weight: 600;
    color: #F2FFF6; /* Text Main */
    transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary:hover {
    background-color: #1E3A2A; /* Divider */
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    line-height: 1;
    color: #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
    content: '−';
}

.page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-reliable-betting-platform__hero-content {
        max-width: 700px;
    }
    .page-blog-how-to-choose-reliable-betting-platform__main-title {
        font-size: clamp(1.8em, 4.5vw, 2.8em);
    }
    .page-blog-how-to-choose-reliable-betting-platform__description {
        font-size: 1em;
    }
    .page-blog-how-to-choose-reliable-betting-platform__section-title {
        font-size: 2em;
    }
    .page-blog-how-to-choose-reliable-betting-platform__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-choose-reliable-betting-platform {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-choose-reliable-betting-platform__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper {
        max-height: 300px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__main-title {
        font-size: clamp(1.5em, 7vw, 2.5em);
        padding: 0 15px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__description {
        font-size: 0.95em;
        padding: 0 15px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__btn-primary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 15px 15px !important;
        font-size: 1em;
    }

    .page-blog-how-to-choose-reliable-betting-platform__content-area {
        padding: 30px 15px;
        margin-top: -20px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__text-block,
    .page-blog-how-to-choose-reliable-betting-platform__list-item-text {
        font-size: 0.95em;
    }

    .page-blog-how-to-choose-reliable-betting-platform__image-in-content {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 25px auto !important;
    }

    .page-blog-how-to-choose-reliable-betting-platform__sub-title {
        font-size: 1.4em;
        margin-top: 30px;
    }

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

    .page-blog-how-to-choose-reliable-betting-platform__list-item-title {
        font-size: 1.2em;
    }

    .page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
        font-size: 1.05em;
        padding: 15px 20px;
    }

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

    .page-blog-how-to-choose-reliable-betting-platform__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 15px 15px !important;
        font-size: 1em;
    }

    .page-blog-how-to-choose-reliable-betting-platform__cta-buttons,
    .page-blog-how-to-choose-reliable-betting-platform__button-group,
    .page-blog-how-to-choose-reliable-betting-platform__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-choose-reliable-betting-platform__hero-section {
        padding-bottom: 30px;
    }
    .page-blog-how-to-choose-reliable-betting-platform__main-title {
        font-size: clamp(1.3em, 8vw, 2.2em);
    }
    .page-blog-how-to-choose-reliable-betting-platform__description {
        font-size: 0.9em;
    }
    .page-blog-how-to-choose-reliable-betting-platform__section-title {
        font-size: 1.6em;
    }
    .page-blog-how-to-choose-reliable-betting-platform__sub-title {
        font-size: 1.2em;
    }
    .page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
        font-size: 1em;
    }
}