/* style/blog-how-to-choose-126bet-sports-betting-strategy.css */

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

.page-blog-how-to-choose-126bet-sports-betting-strategy {
    font-family: 'Arial', sans-serif;
    color: var(--text-main); /* Default text color for the page content, suitable for dark background */
    background-color: var(--background-color); /* Inherit from body or specific for main */
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    overflow: hidden;
    background-color: var(--deep-green-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
    border-radius: 10px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__hero-description {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-primary,
.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: 2px solid transparent;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__btn-secondary:hover {
    background: var(--primary-color);
    color: var(--text-main);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    line-height: 1.7;
    font-size: 1rem;
    color: var(--text-main);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__section-intro,
.page-blog-how-to-choose-126bet-sports-betting-strategy__card-section,
.page-blog-how-to-choose-126bet-sports-betting-strategy__section-strategies,
.page-blog-how-to-choose-122bet-sports-betting-strategy__section-build-strategy,
.page-blog-how-to-choose-126bet-sports-betting-strategy__section-tips,
.page-blog-how-to-choose-126bet-sports-betting-strategy__cta-section,
.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-section {
    margin-bottom: 60px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__text-block {
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__card {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__card-title {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__card-text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__strategy-item {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__strategy-title {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__strategy-text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__ordered-list,
.page-blog-how-to-choose-126bet-sports-betting-strategy__unordered-list {
    list-style-type: none;
    padding-left: 0;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__list-item {
    background-color: var(--card-bg);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.6;
    border-left: 4px solid var(--primary-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__list-item strong {
    color: var(--text-main);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__cta-section {
    background-color: var(--deep-green-color);
    padding: 60px 20px;
    text-align: center;
    border-radius: 12px;
    margin-top: 60px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__text-main {
    color: var(--text-main);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__text-secondary {
    color: var(--text-secondary);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    background-color: var(--deep-green-color);
    border-bottom: 1px solid var(--border-color);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-question::marker {
    display: none;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--gold-color);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-item[open] .page-blog-how-to-choose-126bet-sports-betting-strategy__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__faq-answer {
    padding: 20px;
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    background-color: var(--card-bg);
}

.page-blog-how-to-choose-126bet-sports-betting-strategy__copyright-info {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    background-color: var(--background-color);
    border-top: 1px solid var(--divider-color);
    margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-content {
        padding: 15px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-description {
        font-size: 1rem;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__content-area {
        padding: 40px 20px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-title {
        font-size: clamp(1.6rem, 3vw, 2.2rem);
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-choose-126bet-sports-betting-strategy {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-section {
        padding: 10px 15px 40px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-description {
        font-size: 0.95rem;
    }
    .page-blog-how-to-choose-122bet-sports-betting-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__btn-primary,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__content-area,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-intro,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__card-section,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-strategies,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-build-strategy,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-tips,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__cta-section,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__faq-section {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Images responsive */
    .page-blog-how-to-choose-126bet-sports-betting-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-image,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__card-image,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__content-image {
        min-width: unset;
        min-height: unset;
    }

    /* Card padding for mobile */
    .page-blog-how-to-choose-126bet-sports-betting-strategy__card {
        padding: 20px;
    }

    /* FAQ items mobile */
    .page-blog-how-to-choose-126bet-sports-betting-strategy__faq-question {
        font-size: 1.1rem;
        padding: 15px;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__faq-answer {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-choose-126bet-sports-betting-strategy__main-title {
        font-size: clamp(1.5rem, 7vw, 2.2rem);
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__hero-description {
        font-size: 0.9rem;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__btn-primary,
    .page-blog-how-to-choose-126bet-sports-betting-strategy__btn-secondary {
        font-size: 1rem;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__section-title {
        font-size: clamp(1.4rem, 4.5vw, 1.8rem);
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__card-title {
        font-size: 1.3rem;
    }
    .page-blog-how-to-choose-126bet-sports-betting-strategy__strategy-title {
        font-size: 1.4rem;
    }
}