/* style/blog-how-to-identify-top-reliable-betting-sites.css */

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

.page-blog-how-to-identify-top-reliable-betting-sites {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main-color); /* Default text color for the page, assuming dark body background */
    background-color: var(--bg-dark-color); /* Page specific background, if different from body */
}

/* Ensure body's padding-top is handled by shared.css */

.page-blog-how-to-identify-top-reliable-betting-sites__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 60px 20px; /* Small top padding, larger bottom padding */
    text-align: center;
    overflow: hidden;
    background-color: var(--card-bg-color); /* Fallback background */
}

.page-blog-how-to-identify-top-reliable-betting-sites__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px;
}

.page-blog-how-to-identify-top-reliable-betting-sites__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-blog-how-to-identify-top-reliable-betting-sites__hero-content {
    max-width: 900px;
    z-index: 1;
    color: var(--text-main-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__main-title {
    font-weight: bold;
    color: var(--gold-color);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.6);
}

.page-blog-how-to-identify-top-reliable-betting-sites__intro-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--text-secondary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-how-to-identify-top-reliable-betting-sites__btn-primary,
.page-blog-how-to-identify-top-reliable-betting-sites__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-how-to-identify-top-reliable-betting-sites__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-identify-top-reliable-betting-sites__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-identify-top-reliable-betting-sites__btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__btn-secondary:hover {
    background: rgba(34, 199, 104, 0.1);
    color: var(--glow-color);
    border-color: var(--glow-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--bg-dark-color);
    color: var(--text-main-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__article {
    background-color: var(--card-bg-color);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__section-title {
    color: var(--gold-color);
    font-size: 2.2em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid var(--divider-color);
    padding-bottom: 15px;
}

.page-blog-how-to-identify-top-reliable-betting-sites__sub-title {
    color: var(--secondary-color);
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-blog-how-to-identify-top-reliable-betting-sites p {
    margin-bottom: 15px;
    color: var(--text-secondary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__list,
.page-blog-how-to-identify-top-reliable-betting-sites__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-secondary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__list li,
.page-blog-how-to-identify-top-reliable-betting-sites__ordered-list li {
    margin-bottom: 8px;
}

.page-blog-how-to-identify-top-reliable-betting-sites__image-inline {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-identify-top-reliable-betting-sites__cta-block {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: var(--deep-green-color);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__cta-block p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: var(--text-main-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background-color: var(--card-bg-color);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-item {
    background-color: var(--bg-dark-color);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-secondary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--text-main-color);
    background-color: var(--deep-green-color);
    list-style: none;
    transition: background-color 0.3s ease;
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-item summary:hover {
    background-color: var(--primary-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-how-to-identify-top-reliable-betting-sites__faq-answer {
    padding: 15px 25px 25px;
    font-size: 0.95em;
    color: var(--text-secondary-color);
    background-color: var(--bg-dark-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-how-to-identify-top-reliable-betting-sites__hero-content {
        max-width: 700px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__article {
        padding: 30px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__section-title {
        font-size: 2em;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__sub-title {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-identify-top-reliable-betting-sites__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__main-title {
        font-size: clamp(1.8em, 5vw, 2.5em);
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__intro-description {
        font-size: 1em;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__btn-primary,
    .page-blog-how-to-identify-top-reliable-betting-sites__btn-secondary {
        padding: 12px 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__content-area,
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-section {
        padding: 30px 15px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__article {
        padding: 20px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__section-title {
        font-size: 1.8em;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__sub-title {
        font-size: 1.2em;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__hero-image-wrapper,
    .page-blog-how-to-identify-top-reliable-betting-sites__content-area,
    .page-blog-how-to-identify-top-reliable-betting-sites__article,
    .page-blog-how-to-identify-top-reliable-betting-sites__cta-block,
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-section,
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-list,
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-item summary {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-how-to-identify-top-reliable-betting-sites__faq-answer {
        padding: 10px 20px 20px;
    }
}