/* style/blog-how-to-choose-best-promotion-betting-site.css */
:root {
    --primary-color: #FF8C1A;
    --secondary-color: #FFA53A;
    --card-bg-color: #17191F;
    --main-bg-color: #0D0E12;
    --text-main-color: #FFF3E6;
    --border-color: #A84F0C;
    --glow-color: #FFB04D;
    --deep-orange-color: #D96800;
}

.page-blog-how-to-choose-best-promotion-betting-site {
    color: var(--text-main-color); /* Light text on dark body background */
    background-color: var(--main-bg-color); /* Inherited from body via shared.css, but explicit for context */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-choose-best-promotion-betting-site__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 60px; /* Small top padding, more at bottom */
    background-color: var(--main-bg-color);
    overflow: hidden;
}

.page-blog-how-to-choose-best-promotion-betting-site__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-how-to-choose-best-promotion-betting-site__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-how-to-choose-best-promotion-betting-site__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
    z-index: 1;
}

.page-blog-how-to-choose-best-promotion-betting-site__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(255, 140, 26, 0.5);
}

.page-blog-how-to-choose-best-promotion-betting-site__intro-text {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
    border: none;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-choose-best-promotion-betting-site__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-how-to-choose-best-promotion-betting-site__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--main-bg-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__article {
    background-color: var(--card-bg-color);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__section-title {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.page-blog-how-to-choose-best-promotion-betting-site__section-title:first-of-type {
    margin-top: 0;
}

.page-blog-how-to-choose-best-promotion-betting-site__sub-title {
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-best-promotion-betting-site__paragraph {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__highlight {
    color: var(--primary-color);
    font-weight: bold;
}

.page-blog-how-to-choose-best-promotion-betting-site__image-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-best-promotion-betting-site__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-best-promotion-betting-site__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-how-to-choose-best-promotion-betting-site__list-item {
    background-color: var(--main-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-best-promotion-betting-site__list-item .page-blog-how-to-choose-best-promotion-betting-site__sub-title {
    margin-top: 0;
    font-size: 1.4rem;
}

.page-blog-how-to-choose-best-promotion-betting-site__list-item .page-blog-how-to-choose-best-promotion-betting-site__paragraph {
    margin-bottom: 0;
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-item {
    background-color: var(--main-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__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(--secondary-color);
    background-color: rgba(255, 165, 58, 0.1);
    transition: background-color 0.3s ease;
    list-style: none;
}

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

.page-blog-how-to-choose-best-promotion-betting-site__faq-question:hover {
    background-color: rgba(255, 165, 58, 0.2);
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-qtext {
    flex-grow: 1;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--primary-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-item[open] .page-blog-how-to-choose-best-promotion-betting-site__faq-question .page-blog-how-to-choose-best-promotion-betting-site__faq-toggle {
    content: '−';
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1rem;
    color: var(--text-main-color);
    background-color: var(--card-bg-color);
    border-top: 1px solid var(--border-color);
}

.page-blog-how-to-choose-best-promotion-betting-site__faq-answer p {
    margin-bottom: 0;
}

.page-blog-how-to-choose-best-promotion-betting-site__cta-bottom {
    text-align: center;
    padding: 50px 20px;
    margin-top: 50px;
    background-color: var(--main-bg-color);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-best-promotion-betting-site__cta-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-how-to-choose-best-promotion-betting-site__cta-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--text-main-color);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-best-promotion-betting-site__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-how-to-choose-best-promotion-betting-site__section-title {
        font-size: 2rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__sub-title {
        font-size: 1.4rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__intro-text,
    .page-blog-how-to-choose-best-promotion-betting-site__paragraph {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-choose-best-promotion-betting-site {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__hero-section {
        padding: 10px 15px 40px; /* Small top padding */
    }
    .page-blog-how-to-choose-best-promotion-betting-site__hero-content {
        padding: 0 15px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__intro-text {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__content-area {
        padding: 30px 15px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__article {
        padding: 20px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__section-title {
        font-size: 1.8rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__sub-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__paragraph {
        font-size: 0.95rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__image-container {
        margin: 20px 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__list-item {
        padding: 15px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__faq-answer {
        padding: 10px 20px 15px;
        font-size: 0.95rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-bottom {
        padding: 40px 15px;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-title {
        font-size: 2rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-description {
        font-size: 1.1rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-choose-best-promotion-betting-site__main-title {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
    }
    .page-blog-how-to-choose-best-promotion-betting-site__section-title {
        font-size: 1.6rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__sub-title {
        font-size: 1.2rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__faq-qtext {
        font-size: 0.95rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__faq-toggle {
        font-size: 1.5rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-title {
        font-size: 1.8rem;
    }
    .page-blog-how-to-choose-best-promotion-betting-site__cta-description {
        font-size: 1rem;
    }
}