:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --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: #0A4B2C;
}

.page-blog-hn88bet-latest-promotions {
    background-color: var(--background-color);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-hn88bet-latest-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 40px 0;
    overflow: hidden;
}

.page-blog-hn88bet-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 600px; /* Limit height for aesthetic */
    filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-hn88bet-latest-promotions__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 900px;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
    background: rgba(8, 22, 15, 0.7); /* Dark semi-transparent background for text */
    border-radius: 8px;
}

.page-blog-hn88bet-latest-promotions__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-blog-hn88bet-latest-promotions__description {
    font-size: clamp(1em, 1.5vw, 1.2em);
    color: var(--text-main);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-hn88bet-latest-promotions__cta-button {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-hn88bet-latest-promotions__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

.page-blog-hn88bet-latest-promotions__cta-button--large {
    padding: 15px 40px;
    font-size: 1.2em;
}

.page-blog-hn88bet-latest-promotions__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-blog-hn88bet-latest-promotions__section-container {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-hn88bet-latest-promotions__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-hn88bet-latest-promotions__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--gold-color);
    border-radius: 2px;
}

.page-blog-hn88bet-latest-promotions__sub-title {
    font-size: 1.8em;
    color: var(--text-main);
    margin-top: 35px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
    padding-left: 15px;
}

.page-blog-hn88bet-latest-promotions__mini-title {
    font-size: 1.4em;
    color: var(--text-secondary);
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-hn88bet-latest-promotions__text-block {
    margin-bottom: 15px;
    color: var(--text-main);
    font-size: 1.05em;
}

.page-blog-hn88bet-latest-promotions__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-blog-hn88bet-latest-promotions__ordered-list {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-blog-hn88bet-latest-promotions__list-item {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-blog-hn88bet-latest-promotions__list-item strong {
    color: var(--gold-color);
}

.page-blog-hn88bet-latest-promotions__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-blog-hn88bet-latest-promotions__image-content {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-hn88bet-latest-promotions__btn-primary {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    margin-top: 20px;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-hn88bet-latest-promotions__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

.page-blog-hn88bet-latest-promotions__btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-hn88bet-latest-promotions__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-hn88bet-latest-promotions__faq-list {
    margin-top: 30px;
}

.page-blog-hn88bet-latest-promotions__faq-item {
    background-color: var(--deep-green);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-hn88bet-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    color: var(--text-main);
    font-size: 1.15em;
    transition: background-color 0.3s ease;
    user-select: none;
    list-style: none;
}

.page-blog-hn88bet-latest-promotions__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-hn88bet-latest-promotions__faq-question:hover {
    background-color: rgba(var(--primary-color), 0.1);
}

.page-blog-hn88bet-latest-promotions__faq-toggle {
    font-size: 1.5em;
    color: var(--gold-color);
    margin-left: 15px;
}

.page-blog-hn88bet-latest-promotions__faq-answer {
    padding: 0 25px 20px 25px;
    color: var(--text-secondary);
    font-size: 1em;
    line-height: 1.7;
}

/* Ensure details element works natively */
.page-blog-hn88bet-latest-promotions__faq-item[open] > .page-blog-hn88bet-latest-promotions__faq-question {
    background-color: rgba(var(--primary-color), 0.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-hn88bet-latest-promotions {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-hn88bet-latest-promotions__hero-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }

    .page-blog-hn88bet-latest-promotions__hero-content {
        width: 95%;
        padding: 15px;
        top: 55%;
    }

    .page-blog-hn88bet-latest-promotions__main-title {
        font-size: 1.8em;
        margin-bottom: 10px;
    }

    .page-blog-hn88bet-latest-promotions__description {
        font-size: 0.95em;
        margin-bottom: 20px;
    }

    .page-blog-hn88bet-latest-promotions__cta-button,
    .page-blog-hn88bet-latest-promotions__btn-primary,
    .page-blog-hn88bet-latest-promotions__btn-secondary,
    .page-blog-hn88bet-latest-promotions a[class*="button"],
    .page-blog-hn88bet-latest-promotions 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;
        margin-top: 10px;
    }
    
    .page-blog-hn88bet-latest-promotions__cta-button--large {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-blog-hn88bet-latest-promotions__section-container {
        padding: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-hn88bet-latest-promotions__section-title {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .page-blog-hn88bet-latest-promotions__sub-title {
        font-size: 1.5em;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-blog-hn88bet-latest-promotions__mini-title {
        font-size: 1.2em;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .page-blog-hn88bet-latest-promotions__text-block,
    .page-blog-hn88bet-latest-promotions__list-item,
    .page-blog-hn88bet-latest-promotions__faq-answer p {
        font-size: 0.95em;
    }

    .page-blog-hn88bet-latest-promotions__image-content {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: unset;
        min-height: unset;
    }

    .page-blog-hn88bet-latest-promotions__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-hn88bet-latest-promotions__faq-toggle {
        font-size: 1.2em;
    }

    .page-blog-hn88bet-latest-promotions__content-area {
        padding: 20px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-hn88bet-latest-promotions__hero-image {
        height: 400px; /* Adjust hero image height for mobile */
    }
}