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

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive {
    font-family: Arial, sans-serif;
    color: var(--text-main); /* Default text color for the page */
    background-color: var(--background-dark);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    background-color: var(--deep-green);
    overflow: hidden;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__main-title {
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    font-size: clamp(2rem, 4vw, 3rem); /* Responsive H1 font size */
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__description {
    color: var(--text-secondary);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__cta-button {
    display: inline-block;
    background: var(--button-gradient);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--background-dark);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title {
    color: var(--text-main);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__sub-title {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area p,
.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area li {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area strong {
    color: var(--text-main);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__highlight {
    color: var(--gold-color);
    font-weight: bold;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__list li {
    margin-bottom: 10px;
    color: var(--text-secondary);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc {
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title {
    color: var(--gold-color);
    margin-bottom: 25px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title::after {
    background-color: var(--gold-color);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc-link {
    color: var(--text-main);
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.8;
    transition: color 0.3s ease;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc-link:hover {
    color: var(--primary-color);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card {
    background-color: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistent card appearance */
    object-fit: cover;
    margin-bottom: 20px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 15px;
    margin-bottom: 20px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-button {
    display: inline-block;
    background: var(--button-gradient);
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: auto; /* Push button to bottom */
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__numbered-list {
    list-style: none;
    counter-reset: section-counter;
    padding-left: 0;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__numbered-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__numbered-list li::before {
    counter-increment: section-counter;
    content: counter(section-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__numbered-list .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__sub-title {
    margin-top: 0;
    color: var(--text-main);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__text-link {
    color: var(--secondary-color);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__text-link:hover {
    color: var(--gold-color);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__btn-secondary {
    background: none;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-section {
    background-color: var(--card-bg);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-container {
    margin-top: 30px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-item {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-item[open] {
    background-color: var(--deep-green);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-main);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-question:hover {
    background-color: rgba(var(--primary-color), 0.1);
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 15px;
}

.page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-answer {
    padding: 0 25px 20px;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section {
        padding: 50px 15px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-content {
        padding: 0 15px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title {
        font-size: 2rem;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__sub-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-section {
        padding: 10px 15px 40px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__hero-image-wrapper {
        margin-bottom: 20px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__cta-button,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__btn-primary,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__btn-secondary,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive a[class*="button"],
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive 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;
        padding-right: 15px;
    }
    
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__button-group {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__toc,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-section {
        padding: 30px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-grid {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__sub-title {
        font-size: 1.3rem;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area p,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__content-area li {
        font-size: 0.95rem;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__image,
    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__card-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-2024-most-popular-reliable-betting-platforms-deep-dive__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.9rem;
    }
}