:root {
    --de88-primary-color: #11A84E;
    --de88-secondary-color: #22C768;
    --de88-button-gradient-start: #2AD16F;
    --de88-button-gradient-end: #13994A;
    --de88-card-bg: #11271B;
    --de88-background: #08160F;
    --de88-text-main: #F2FFF6;
    --de88-text-secondary: #A7D9B8;
    --de88-border-color: #2E7A4E;
    --de88-glow-color: #57E38D;
    --de88-gold-color: #F2C14E;
    --de88-divider-color: #1E3A2A;
    --de88-deep-green-color: #0A4B2C;
}

.page-blog-de88-safe-betting-guide {
    font-family: 'Arial', sans-serif;
    color: var(--de88-text-main);
    background-color: var(--de88-background);
    line-height: 1.6;
    font-size: 17px;
}

.page-blog-de88-safe-betting-guide__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-blog-de88-safe-betting-guide__hero-image {
    width: 100%;
    height: 675px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
}

.page-blog-de88-safe-betting-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-blog-de88-safe-betting-guide__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: var(--de88-text-main);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-de88-safe-betting-guide__lead-text {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--de88-text-secondary);
    margin-bottom: 30px;
}

.page-blog-de88-safe-betting-guide__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-de88-safe-betting-guide__btn-primary {
    background: linear-gradient(180deg, var(--de88-button-gradient-start) 0%, var(--de88-button-gradient-end) 100%);
    color: #ffffff;
    border: 2px solid var(--de88-button-gradient-start);
}

.page-blog-de88-safe-betting-guide__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--de88-glow-color), 0.4);
}

.page-blog-de88-safe-betting-guide__btn-secondary {
    background: transparent;
    color: var(--de88-primary-color);
    border: 2px solid var(--de88-primary-color);
}

.page-blog-de88-safe-betting-guide__btn-secondary:hover {
    background: var(--de88-primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--de88-primary-color), 0.3);
}

.page-blog-de88-safe-betting-guide__cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-de88-safe-betting-guide__section {
    padding: 60px 20px;
    background-color: var(--de88-background);
    color: var(--de88-text-main);
}

.page-blog-de88-safe-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.page-blog-de88-safe-betting-guide__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--de88-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-de88-safe-betting-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--de88-primary-color), transparent);
    border-radius: 2px;
}

.page-blog-de88-safe-betting-guide__subsection-title {
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    color: var(--de88-primary-color);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-de88-safe-betting-guide__paragraph {
    margin-bottom: 15px;
    color: var(--de88-text-secondary);
}

.page-blog-de88-safe-betting-guide__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-de88-safe-betting-guide__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-de88-safe-betting-guide__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--de88-text-secondary);
}

.page-blog-de88-safe-betting-guide__list-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--de88-primary-color);
    font-weight: bold;
}

.page-blog-de88-safe-betting-guide__faq-section {
    background-color: var(--de88-card-bg);
    padding: 60px 20px;
}

.page-blog-de88-safe-betting-guide__faq-list {
    margin-top: 30px;
}

.page-blog-de88-safe-betting-guide__faq-item {
    background-color: var(--de88-background);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid var(--de88-border-color);
}

.page-blog-de88-safe-betting-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-weight: bold;
    color: var(--de88-text-main);
    cursor: pointer;
    background-color: var(--de88-deep-green-color);
    transition: background-color 0.3s ease;
}

.page-blog-de88-safe-betting-guide__faq-question:hover {
    background-color: var(--de88-primary-color);
}

.page-blog-de88-safe-betting-guide__faq-item[open] > .page-blog-de88-safe-betting-guide__faq-question {
    background-color: var(--de88-primary-color);
}

.page-blog-de88-safe-betting-guide__faq-qtext {
    flex-grow: 1;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.page-blog-de88-safe-betting-guide__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--de88-gold-color);
}

.page-blog-de88-safe-betting-guide__faq-answer {
    padding: 15px 25px 20px;
    color: var(--de88-text-secondary);
    background-color: var(--de88-background);
}

.page-blog-de88-safe-betting-guide__faq-item summary {
    list-style: none;
}
.page-blog-de88-safe-betting-guide__faq-item summary::-webkit-details-marker {
    display: none;
}

@media (max-width: 1024px) {
    .page-blog-de88-safe-betting-guide__hero-content {
        margin-top: 200px;
    }
}

@media (max-width: 768px) {
    .page-blog-de88-safe-betting-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-de88-safe-betting-guide__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-de88-safe-betting-guide__hero-image {
        height: 400px;
    }

    .page-blog-de88-safe-betting-guide__hero-content {
        margin-top: 150px;
        max-width: 100%;
        padding: 15px;
    }

    .page-blog-de88-safe-betting-guide__main-title {
        font-size: 2.2rem;
    }

    .page-blog-de88-safe-betting-guide__lead-text {
        font-size: 1rem;
    }

    .page-blog-de88-safe-betting-guide__cta-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-de88-safe-betting-guide__cta-button {
        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-de88-safe-betting-guide__section,
    .page-blog-de88-safe-betting-guide__faq-section {
        padding: 40px 0;
    }

    .page-blog-de88-safe-betting-guide__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-de88-safe-betting-guide__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-de88-safe-betting-guide__subsection-title {
        font-size: 1.5rem;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-blog-de88-safe-betting-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-de88-safe-betting-guide__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-de88-safe-betting-guide video,
    .page-blog-de88-safe-betting-guide__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    
    .page-blog-de88-safe-betting-guide__video-section,
    .page-blog-de88-safe-betting-guide__video-container,
    .page-blog-de88-safe-betting-guide__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
    
    .page-blog-de88-safe-betting-guide__video-section {
        padding-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .page-blog-de88-safe-betting-guide__main-title {
        font-size: 1.8rem;
    }
    .page-blog-de88-safe-betting-guide__section-title {
        font-size: 1.6rem;
    }
    .page-blog-de88-safe-betting-guide__subsection-title {
        font-size: 1.3rem;
    }
    .page-blog-de88-safe-betting-guide__faq-question {
        padding: 15px 20px;
    }
    .page-blog-de88-safe-betting-guide__faq-answer {
        padding: 10px 20px 15px;
    }
}