/* style/blog-how-to-choose-betk7-best-gaming-platform.css */

:root {
    --primary-color: #E53935;
    --secondary-color: #FF5A4F;
    --text-main-color: #333333;
    --card-bg-color: #FFFFFF;
    --background-color: #F5F7FA;
    --border-color: #E0E0E0;
}

.page-blog-how-to-choose-betk7-best-gaming-platform {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main-color); /* Default text color for light backgrounds */
    background-color: var(--background-color);
}

/* Color contrast specific styles */
.page-blog-how-to-choose-betk7-best-gaming-platform__light-bg {
    background-color: var(--background-color);
    color: var(--text-main-color);
}

.page-blog-how-to-choose-betk7-best-gaming-platform__dark-bg {
    background-color: var(--primary-color);
    color: #ffffff; /* White text for dark primary background */
}

.page-blog-how-to-choose-betk7-best-gaming-platform__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px; /* Space for content below image */
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--primary-color);
    overflow: hidden;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
    color: #ffffff;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__main-title {
    font-size: clamp(2.2em, 5vw, 3.2em);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__hero-description {
    font-size: clamp(1em, 2vw, 1.3em);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__section {
    padding: 60px 0;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__section-title {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__subsection-title {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__btn-primary,
.page-blog-how-to-choose-betk7-best-gaming-platform__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__btn-primary {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__btn-primary:hover {
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.page-blog-how-to-choose-betk7-best-gaming-platform__btn-secondary {
    background-color: var(--card-bg-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-betk7-best-gaming-platform__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__feature-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-how-to-choose-betk7-best-gaming-platform__feature-card img {
    
    
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__feature-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__feature-description {
    font-size: 1em;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__step-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__list-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #ffffff;
    border-left: 5px solid var(--secondary-color);
}

.page-blog-how-to-choose-betk7-best-gaming-platform__list-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__list-description {
    font-size: 1em;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-item {
    background-color: var(--card-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-betk7-best-gaming-platform__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
    list-style: none;
    position: relative;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-qtext {
    flex-grow: 1;
    color: inherit;
}

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 10px;
    color: var(--primary-color);
}

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

.page-blog-how-to-choose-betk7-best-gaming-platform__faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: var(--text-main-color);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-how-to-choose-betk7-best-gaming-platform {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__hero-section {
        padding-top: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__hero-description {
        font-size: clamp(0.9em, 3vw, 1.1em);
    }

    .page-blog-how-to-choose-betk7-how-to-choose-betk7-best-gaming-platform__section-title {
        font-size: 2em;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__btn-primary,
    .page-blog-how-to-choose-betk7-best-gaming-platform__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__container,
    .page-blog-how-to-choose-betk7-best-gaming-platform__hero-content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__feature-card {
        padding: 20px;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__faq-answer {
        padding: 0 15px 15px;
    }

    .page-blog-how-to-choose-betk7-best-gaming-platform__features-grid {
        grid-template-columns: 1fr;
    }
}