:root {
    --rr99bet-primary-color: #11A84E; /* Main */
    --rr99bet-secondary-color: #22C768; /* Auxiliary */
    --rr99bet-button-gradient-start: #2AD16F;
    --rr99bet-button-gradient-end: #13994A;
    --rr99bet-card-bg: #11271B;
    --rr99bet-page-bg: #08160F; /* Background */
    --rr99bet-text-main: #F2FFF6; /* Text Main */
    --rr99bet-text-secondary: #A7D9B8; /* Text Secondary */
    --rr99bet-border-color: #2E7A4E; /* Border */
    --rr99bet-glow-color: #57E38D; /* Glow */
    --rr99bet-gold-color: #F2C14E; /* Gold */
    --rr99bet-divider-color: #1E3A2A; /* Divider */
    --rr99bet-deep-green: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-register-rr99-bet-account {
    background-color: var(--rr99bet-page-bg);
    color: var(--rr99bet-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-how-to-register-rr99-bet-account__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px 40px;
    background-color: var(--rr99bet-deep-green);
    overflow: hidden;
}

.page-blog-how-to-register-rr99-bet-account__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-how-to-register-rr99-bet-account__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.page-blog-how-to-register-rr99-bet-account__hero-content {
    max-width: 900px;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}

.page-blog-how-to-register-rr99-bet-account__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    color: var(--rr99bet-gold-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-register-rr99-bet-account__description {
    font-size: 1.1em;
    color: var(--rr99bet-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-register-rr99-bet-account__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--rr99bet-page-bg);
    color: var(--rr99bet-text-main);
}

.page-blog-how-to-register-rr99-bet-account__container {
    max-width: 1000px;
    margin: 0 auto;
}

.page-blog-how-to-register-rr99-bet-account__section-title {
    font-size: 2.2em;
    color: var(--rr99bet-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(17, 168, 78, 0.3);
}

.page-blog-how-to-register-rr99-bet-account__sub-title {
    font-size: 1.6em;
    color: var(--rr99bet-text-main);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-register-rr99-bet-account p {
    margin-bottom: 1em;
    color: var(--rr99bet-text-secondary);
}

.page-blog-how-to-register-rr99-bet-account__image-full {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-rr99-bet-account__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-register-rr99-bet-account__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--rr99bet-text-secondary);
}

.page-blog-how-to-register-rr99-bet-account__list li {
    margin-bottom: 0.8em;
    color: var(--rr99bet-text-secondary);
}

.page-blog-how-to-register-rr99-bet-account__list strong {
    color: var(--rr99bet-text-main);
}

.page-blog-how-to-register-rr99-bet-account__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
}

.page-blog-how-to-register-rr99-bet-account__btn-primary,
.page-blog-how-to-register-rr99-bet-account__btn-secondary,
.page-blog-how-to-register-rr99-bet-account__btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-how-to-register-rr99-bet-account__btn-primary {
    background: linear-gradient(180deg, var(--rr99bet-button-gradient-start) 0%, var(--rr99bet-button-gradient-end) 100%);
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-rr99-bet-account__btn-primary:hover {
    background: linear-gradient(180deg, var(--rr99bet-glow-color) 0%, var(--rr99bet-primary-color) 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-rr99-bet-account__btn-secondary {
    background: transparent;
    color: var(--rr99bet-gold-color);
    border: 2px solid var(--rr99bet-gold-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-rr99-bet-account__btn-secondary:hover {
    background: var(--rr99bet-gold-color);
    color: var(--rr99bet-page-bg);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-rr99-bet-account__btn-link {
    background: none;
    color: var(--rr99bet-primary-color);
    border: 1px solid var(--rr99bet-primary-color);
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 10px;
}

.page-blog-how-to-register-rr99-bet-account__btn-link:hover {
    background: var(--rr99bet-primary-color);
    color: #ffffff;
}

.page-blog-how-to-register-rr99-bet-account__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-register-rr99-bet-account__faq-item {
    background-color: var(--rr99bet-card-bg);
    border: 1px solid var(--rr99bet-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--rr99bet-text-main);
}

.page-blog-how-to-register-rr99-bet-account__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--rr99bet-text-main);
    background-color: var(--rr99bet-deep-green);
    transition: background-color 0.3s ease;
}

.page-blog-how-to-register-rr99-bet-account__faq-item summary:hover {
    background-color: var(--rr99bet-primary-color);
}

.page-blog-how-to-register-rr99-bet-account__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-register-rr99-bet-account__faq-qtext {
    flex-grow: 1;
    color: inherit;
}

.page-blog-how-to-register-rr99-bet-account__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--rr99bet-gold-color);
}

.page-blog-how-to-register-rr99-bet-account__faq-item[open] .page-blog-how-to-register-rr99-bet-account__faq-toggle {
    color: #ffffff;
}

.page-blog-how-to-register-rr99-bet-account__faq-answer {
    padding: 15px 20px;
    background-color: var(--rr99bet-card-bg);
    color: var(--rr99bet-text-secondary);
    border-top: 1px solid var(--rr99bet-divider-color);
}

.page-blog-how-to-register-rr99-bet-account__faq-answer p {
    margin-bottom: 0;
    color: inherit;
}

@media (max-width: 1024px) {
    .page-blog-how-to-register-rr99-bet-account__main-title {
        font-size: clamp(1.8em, 5vw, 3em);
    }
    .page-blog-how-to-register-rr99-bet-account__hero-image {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-register-rr99-bet-account {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-register-rr99-bet-account__hero-section {
        padding: 0 15px 30px;
    }

    .page-blog-how-to-register-rr99-bet-account__hero-image {
        max-height: 300px;
    }

    .page-blog-how-to-register-rr99-bet-account__main-title {
        font-size: clamp(1.5em, 6vw, 2.5em);
        margin-bottom: 10px;
    }

    .page-blog-how-to-register-rr99-bet-account__description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-how-to-register-rr99-bet-account__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-how-to-register-rr99-bet-account__btn-primary,
    .page-blog-how-to-register-rr99-bet-account__btn-secondary,
    .page-blog-how-to-register-rr99-bet-account__btn-link {
        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-rr99-bet-account__content-area {
        padding: 30px 15px;
    }

    .page-blog-how-to-register-rr99-bet-account__section-title {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-how-to-register-rr99-bet-account__sub-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-how-to-register-rr99-bet-account img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-how-to-register-rr99-bet-account__section,
    .page-blog-how-to-register-rr99-bet-account__card,
    .page-blog-how-to-register-rr99-bet-account__container,
    .page-blog-how-to-register-rr99-bet-account__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-blog-how-to-register-rr99-bet-account__hero-section {
        padding-top: 10px !important;
    }

    .page-blog-how-to-register-rr99-bet-account__faq-item summary {
        font-size: 1em;
        padding: 12px 15px;
    }

    .page-blog-how-to-register-rr99-bet-account__faq-answer {
        padding: 12px 15px;
    }
}