/* style/blog-how-to-register-zbet68-newbie-bonus.css */

/* Base styles for the page */
.page-blog-how-to-register-zbet68-newbie-bonus {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog-how-to-register-zbet68-newbie-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-register-zbet68-newbie-bonus__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding */
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #08160F; /* Ensure dark background */
}

.page-blog-how-to-register-zbet68-newbie-bonus__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for aesthetic */
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 200px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-how-to-register-zbet68-newbie-bonus__hero-description {
    font-size: 1.1rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

/* General Content Area */
.page-blog-how-to-register-zbet68-newbie-bonus__content-area {
    padding: 60px 0;
    background-color: #08160F; /* Background */
    color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-zbet68-newbie-bonus__content-area.page-blog-how-to-register-zbet68-newbie-bonus__light-bg {
    background-color: #11271B; /* Card BG, acting as a lighter section background */
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__content-area.page-blog-how-to-register-zbet68-newbie-bonus__dark-bg {
    background-color: #08160F; /* Background */
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-how-to-register-zbet68-newbie-bonus__text-main {
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__text-secondary {
    color: #A7D9B8;
}

.page-blog-how-to-register-zbet68-newbie-bonus__paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__paragraph.page-blog-how-to-register-zbet68-newbie-bonus__text-secondary {
    color: #A7D9B8;
}

.page-blog-how-to-register-zbet68-newbie-bonus__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    object-fit: cover;
    min-height: 200px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__card {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #F2FFF6;
}

/* Buttons */
.page-blog-how-to-register-zbet68-newbie-bonus__btn-primary,
.page-blog-how-to-register-zbet68-newbie-bonus__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 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-register-zbet68-newbie-bonus__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-register-zbet68-newbie-bonus__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-how-to-register-zbet68-newbie-bonus__btn-secondary {
    background-color: transparent;
    color: #F2C14E; /* Gold */
    border: 2px solid #F2C14E; /* Gold */
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.2);
}

.page-blog-how-to-register-zbet68-newbie-bonus__btn-secondary:hover {
    background-color: #F2C14E;
    color: #11271B; /* Card BG for contrast */
    transform: translateY(-2px);
}

.page-blog-how-to-register-zbet68-newbie-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Features Grid */
.page-blog-how-to-register-zbet68-newbie-bonus__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__feature-title {
    font-size: 1.3rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__feature-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

/* Step-by-step Guide */
.page-blog-how-to-register-zbet68-newbie-bonus__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__step-title {
    font-size: 1.4rem;
    color: #57E38D; /* Glow */
    margin-bottom: 15px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__step-description {
    font-size: 1rem;
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px;
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__list li {
    margin-bottom: 8px;
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__link {
    color: #F2C14E; /* Gold */
    text-decoration: underline;
}

.page-blog-how-to-register-zbet68-newbie-bonus__link:hover {
    color: #57E38D; /* Glow */
}

/* Promotions Grid */
.page-blog-how-to-register-zbet68-newbie-bonus__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__promo-title {
    font-size: 1.3rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__promo-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

/* Payment Methods */
.page-blog-how-to-register-zbet68-newbie-bonus__payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__method-title {
    font-size: 1.3rem;
    color: #57E38D; /* Glow */
    margin-bottom: 15px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__method-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

/* Game Categories */
.page-blog-how-to-register-zbet68-newbie-bonus__game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__game-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.page-blog-how-to-register-zbet68-newbie-bonus__game-card:hover {
    transform: translateY(-5px);
    border-color: #57E38D;
}

.page-blog-how-to-register-zbet68-newbie-bonus__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-height: 150px; /* Ensure min height for card images */
}

.page-blog-how-to-register-zbet68-newbie-bonus__game-title {
    font-size: 1.2rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__game-description {
    font-size: 0.9rem;
    color: #A7D9B8; /* Text Secondary */
}

/* Tips List */
.page-blog-how-to-register-zbet68-newbie-bonus__tips-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__tip-title {
    font-size: 1.3rem;
    color: #57E38D; /* Glow */
    margin-bottom: 15px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__tip-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-how-to-register-zbet68-newbie-bonus__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6;
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F2C14E; /* Gold */
    background-color: #0A4B2C; /* Deep Green */
    border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-item[open] .page-blog-how-to-register-zbet68-newbie-bonus__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-answer {
    padding: 20px;
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-register-zbet68-newbie-bonus__faq-answer .page-blog-how-to-register-zbet68-newbie-bonus__paragraph {
    color: #A7D9B8;
}

/* CTA Section */
.page-blog-how-to-register-zbet68-newbie-bonus__cta-section {
    text-align: center;
    padding: 80px 20px;
    background-color: #08160F; /* Background */
    color: #F2FFF6; /* Text Main */
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-blog-how-to-register-zbet68-newbie-bonus {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__hero-image-wrapper {
        max-height: 300px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__main-title {
        font-size: 1.8rem;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__hero-description {
        font-size: 1rem;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__content-area {
        padding: 40px 0;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__section-title {
        font-size: 1.6rem;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__features-grid,
    .page-blog-how-to-register-zbet68-newbie-bonus__step-by-step,
    .page-blog-how-to-register-zbet68-newbie-bonus__promo-grid,
    .page-blog-how-to-register-zbet68-newbie-bonus__payment-methods,
    .page-blog-how-to-register-zbet68-newbie-bonus__game-categories,
    .page-blog-how-to-register-zbet68-newbie-bonus__tips-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__content-image {
        margin: 30px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__game-image {
        height: 150px;
        min-height: 150px !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__btn-primary,
    .page-blog-how-to-register-zbet68-newbie-bonus__btn-secondary,
    .page-blog-how-to-register-zbet68-newbie-bonus a[class*="button"],
    .page-blog-how-to-register-zbet68-newbie-bonus 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-how-to-register-zbet68-newbie-bonus__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__faq-item summary {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__faq-answer {
        padding: 15px;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__cta-section {
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-register-zbet68-newbie-bonus__main-title {
        font-size: 1.6rem;
    }

    .page-blog-how-to-register-zbet68-newbie-bonus__section-title {
        font-size: 1.4rem;
    }
}