.page--blog-trusted-online-sic-bo-jackpot {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
}

.page--blog-trusted-online-sic-bo-jackpot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page--blog-trusted-online-sic-bo-jackpot__section-title {
    font-size: 2.5em;
    color: #2563eb;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page--blog-trusted-online-sic-bo-jackpot__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page--blog-trusted-online-sic-bo-jackpot__light-bg {
    background-color: #f8f9fa;
    color: #333333;
}

.page--blog-trusted-online-sic-bo-jackpot__dark-bg {
    background-color: #2563eb;
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Adjusted for header offset */
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    background-color: #1a237e; /* Darker blue for hero section */
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-title {
    font-size: clamp(2.5em, 5vw, 3.5em);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page--blog-trusted-online-sic-bo-jackpot__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-primary,
.page--blog-trusted-online-sic-bo-jackpot__btn-secondary,
.page--blog-trusted-online-sic-bo-jackpot__btn-game,
.page--blog-trusted-online-sic-bo-jackpot__btn-large {
    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;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    border: 2px solid #2563eb;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-secondary:hover {
    background-color: #ffffff;
    color: #2563eb;
}

.page--blog-trusted-online-sic-bo-jackpot__introduction-section,
.page--blog-trusted-online-sic-bo-jackpot__benefits-section,
.page--blog-trusted-online-sic-bo-jackpot__games-section,
.page--blog-trusted-online-sic-bo-jackpot__why-choose-us-section,
.page--blog-trusted-online-sic-bo-jackpot__how-to-section,
.page--blog-trusted-online-sic-bo-jackpot__faq-section,
.page--blog-trusted-online-sic-bo-jackpot__testimonials-section,
.page--blog-trusted-online-sic-bo-jackpot__call-to-action-section {
    padding: 60px 0;
}

.page--blog-trusted-online-sic-bo-jackpot__image-content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.page--blog-trusted-online-sic-bo-jackpot__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.page--blog-trusted-online-sic-bo-jackpot__image-caption {
    font-style: italic;
    color: #64748b;
    text-align: center;
    max-width: 800px;
}

.page--blog-trusted-online-sic-bo-jackpot__benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page--blog-trusted-online-sic-bo-jackpot__benefit-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page--blog-trusted-online-sic-bo-jackpot__benefit-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__benefit-description {
    color: #e0e0e0;
}

.page--blog-trusted-online-sic-bo-jackpot__cta-container {
    text-align: center;
    margin-top: 40px;
}

.page--blog-trusted-online-sic-bo-jackpot__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page--blog-trusted-online-sic-bo-jackpot__game-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page--blog-trusted-online-sic-bo-jackpot__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page--blog-trusted-online-sic-bo-jackpot__game-title {
    font-size: 1.4em;
    color: #2563eb;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page--blog-trusted-online-sic-bo-jackpot__game-provider {
    font-size: 0.9em;
    color: #64748b;
    margin-bottom: 15px;
    padding: 0 15px;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-game {
    background-color: #64748b;
    color: #ffffff;
    border: 2px solid #64748b;
    padding: 10px 20px;
    margin: 0 15px;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-game:hover {
    background-color: #475569;
    border-color: #475569;
}

.page--blog-trusted-online-sic-bo-jackpot__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page--blog-trusted-online-sic-bo-jackpot__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page--blog-trusted-online-sic-bo-jackpot__feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page--blog-trusted-online-sic-bo-jackpot__feature-title {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__feature-description {
    color: #e0e0e0;
}

.page--blog-trusted-online-sic-bo-jackpot__steps-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
}

.page--blog-trusted-online-sic-bo-jackpot__step-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page--blog-trusted-online-sic-bo-jackpot__step-title {
    font-size: 1.3em;
    color: #2563eb;
    margin-bottom: 10px;
}

.page--blog-trusted-online-sic-bo-jackpot__step-description {
    color: #555555;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-list {
    max-width: 900px;
    margin: 40px auto;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page--blog-trusted-online-sic-bo-jackpot__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #f0f0f0;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    user-select: none;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-question:hover {
    background-color: #e0e0e0;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-qtext {
    pointer-events: none;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-item.active .page--blog-trusted-online-sic-bo-jackpot__faq-toggle {
    transform: rotate(45deg);
}

.page--blog-trusted-online-sic-bo-jackpot__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #555555;
}

.page--blog-trusted-online-sic-bo-jackpot__faq-item.active .page--blog-trusted-online-sic-bo-jackpot__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to cover any content */
    padding: 20px 25px !important;
    opacity: 1;
}

.page--blog-trusted-online-sic-bo-jackpot__testimonials-section {
    background-color: #1a237e;
    color: #ffffff;
}

.page--blog-trusted-online-sic-bo-jackpot__testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page--blog-trusted-online-sic-bo-jackpot__testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page--blog-trusted-online-sic-bo-jackpot__testimonial-text {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page--blog-trusted-online-sic-bo-jackpot__testimonial-author {
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

.page--blog-trusted-online-sic-bo-jackpot__call-to-action-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f0f8ff;
}

.page--blog-trusted-online-sic-bo-jackpot__btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* General image responsiveness */
.page--blog-trusted-online-sic-bo-jackpot img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page--blog-trusted-online-sic-bo-jackpot__section-title {
        font-size: 2em;
    }

    .page--blog-trusted-online-sic-bo-jackpot__hero-title {
        font-size: clamp(2em, 4vw, 3em);
    }

    .page--blog-trusted-online-sic-bo-jackpot__benefits-list,
    .page--blog-trusted-online-sic-bo-jackpot__games-grid,
    .page--blog-trusted-online-sic-bo-jackpot__feature-grid,
    .page--blog-trusted-online-sic-bo-jackpot__testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page--blog-trusted-online-sic-bo-jackpot__container {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .page--blog-trusted-online-sic-bo-jackpot {
        font-size: 16px;
        line-height: 1.6;
    }

    .page--blog-trusted-online-sic-bo-jackpot__hero-section {
        padding-top: 10px !important; /* Ensure proper spacing */
        padding-bottom: 30px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__hero-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        padding: 0 10px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__hero-description {
        font-size: 1em;
        padding: 0 15px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__hero-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box !important;
    }

    /* Buttons specific mobile rules */
    .page--blog-trusted-online-sic-bo-jackpot__btn-primary,
    .page--blog-trusted-online-sic-bo-jackpot__btn-secondary,
    .page--blog-trusted-online-sic-bo-jackpot__btn-game,
    .page--blog-trusted-online-sic-bo-jackpot__btn-large,
    .page--blog-trusted-online-sic-bo-jackpot a[class*="button"],
    .page--blog-trusted-online-sic-bo-jackpot 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-trusted-online-sic-bo-jackpot__cta-container,
    .page--blog-trusted-online-sic-bo-jackpot__hero-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__text-block {
        font-size: 1em;
        padding: 0 15px;
    }

    /* Universal image responsiveness for content area */
    .page--blog-trusted-online-sic-bo-jackpot img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        display: block;
    }

    .page--blog-trusted-online-sic-bo-jackpot__image-content-block,
    .page--blog-trusted-online-sic-bo-jackpot__games-grid,
    .page--blog-trusted-online-sic-bo-jackpot__feature-grid,
    .page--blog-trusted-online-sic-bo-jackpot__testimonial-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
        box-sizing: border-box !important;
    }

    .page--blog-trusted-online-sic-bo-jackpot__benefits-list {
        grid-template-columns: 1fr;
        padding: 0 15px;
        box-sizing: border-box !important;
    }

    .page--blog-trusted-online-sic-bo-jackpot__benefit-item,
    .page--blog-trusted-online-sic-bo-jackpot__game-card,
    .page--blog-trusted-online-sic-bo-jackpot__feature-item,
    .page--blog-trusted-online-sic-bo-jackpot__step-item,
    .page--blog-trusted-online-sic-bo-jackpot__testimonial-card {
        padding: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page--blog-trusted-online-sic-bo-jackpot__steps-list,
    .page--blog-trusted-online-sic-bo-jackpot__faq-list {
        margin: 30px auto;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page--blog-trusted-online-sic-bo-jackpot__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page--blog-trusted-online-sic-bo-jackpot__faq-answer {
        padding: 15px 20px !important;
    }
    .page--blog-trusted-online-sic-bo-jackpot__image-caption {
        padding: 0 15px;
    }
}