:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --page-bg: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green: #0A4B2C;
}

.page-blog-how-to-claim-top88-deposit-bonus {
    background-color: var(--page-bg);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-claim-top88-deposit-bonus__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: var(--deep-green); /* Use a darker green for hero section background */
    overflow: hidden;
}

.page-blog-how-to-claim-top88-deposit-bonus__hero-image-wrapper {
    width: 100%;
    max-width: 1920px; /* Max width of the image */
    margin: 0 auto;
    overflow: hidden;
}

.page-blog-how-to-claim-top88-deposit-bonus__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-claim-top88-deposit-bonus__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 30px 20px;
    margin-top: -100px; /* Overlap slightly with image for visual flow */
    position: relative;
    z-index: 1;
    background-color: rgba(17, 40, 27, 0.8); /* Slightly transparent card-bg for text readability */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.page-blog-how-to-claim-top88-deposit-bonus__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-how-to-claim-top88-deposit-bonus__description {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-how-to-claim-top88-deposit-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    width: 100%; /* Ensure container takes full width */
    max-width: 500px; /* Max width for button group */
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-how-to-claim-top88-deposit-bonus__btn-primary,
.page-blog-how-to-claim-top88-deposit-bonus__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons don't overflow */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    text-align: center;
}

.page-blog-how-to-claim-top88-deposit-bonus__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-blog-how-to-claim-top88-deposit-bonus__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-how-to-claim-top88-deposit-bonus__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: none;
}

.page-blog-how-to-claim-top88-deposit-bonus__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-how-to-claim-top88-deposit-bonus__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-blog-how-to-claim-top88-deposit-bonus__container {
    padding: 20px;
    background-color: var(--card-bg); /* Use card background for content container */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-blog-how-to-claim-top88-deposit-bonus__section-title {
    font-size: 2rem;
    color: var(--gold-color);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid var(--divider-color);
    padding-bottom: 10px;
}

.page-blog-how-to-claim-top88-deposit-bonus__text-block {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: var(--text-main);
}

.page-blog-how-to-claim-top88-deposit-bonus__step-by-step,
.page-blog-how-to-claim-top88-deposit-bonus__promo-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-how-to-claim-top88-deposit-bonus__step-card,
.page-blog-how-to-claim-top88-deposit-bonus__promo-card {
    background-color: var(--deep-green); /* Use deep green for card background */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-how-to-claim-top88-deposit-bonus__step-image,
.page-blog-how-to-claim-top88-deposit-bonus__promo-image {
    width: 100%;
    max-width: 400px; /* Limit image width in cards */
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block; /* Ensure it behaves as a block element for max-width */
}

.page-blog-how-to-claim-top88-deposit-bonus__step-title,
.page-blog-how-to-claim-top88-deposit-bonus__promo-title {
    font-size: 1.4rem;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-how-to-claim-top88-deposit-bonus__step-description,
.page-blog-how-to-claim-top88-deposit-bonus__promo-description {
    font-size: 1rem;
    color: var(--text-secondary);
}

.page-blog-how-to-claim-top88-deposit-bonus__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-how-to-claim-top88-deposit-bonus__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--text-main);
    font-size: 1.05rem;
}

.page-blog-how-to-claim-top88-deposit-bonus__list-item::before {
    content: "✅"; /* Use an emoji for list marker */
    position: absolute;
    left: 0;
    color: var(--glow-color); /* Use glow color for checkmark */
    font-weight: bold;
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-item {
    background-color: var(--deep-green);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-item summary {
    list-style: none; /* Remove default marker */
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-item summary::-webkit-details-marker {
    display: none; /* Hide Chrome's default marker */
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-main);
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
    transition: background-color 0.3s ease;
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-question:hover {
    background-color: var(--deep-green);
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-toggle {
    font-size: 1.5rem;
    margin-left: 15px;
    color: var(--gold-color);
    transition: transform 0.3s ease;
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-item[open] .page-blog-how-to-claim-top88-deposit-bonus__faq-toggle {
    transform: rotate(45deg); /* Rotate to form an 'x' or similar for open state */
}

.page-blog-how-to-claim-top88-deposit-bonus__faq-answer {
    padding: 20px 25px;
    background-color: var(--deep-green);
    color: var(--text-secondary);
    font-size: 1rem;
}

.page-blog-how-to-claim-top88-deposit-bonus__cta-section {
    text-align: center;
    margin-top: 50px;
    padding: 30px 20px;
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-how-to-claim-top88-deposit-bonus__hero-content {
        margin-top: -80px;
        padding: 20px;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .page-blog-how-to-claim-top88-deposit-bonus__section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-claim-top88-deposit-bonus__hero-content {
        margin-top: -60px;
        padding: 15px;
        border-radius: 0; /* No rounded corners on mobile for full width look */
    }
    .page-blog-how-to-claim-top88-deposit-bonus__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        padding: 0 10px; /* Add some horizontal padding for smaller screens */
    }
    .page-blog-how-to-claim-top88-deposit-bonus__description {
        font-size: 1rem;
        padding: 0 10px;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__btn-primary,
    .page-blog-how-to-claim-top88-deposit-bonus__btn-secondary {
        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-claim-top88-deposit-bonus__content-area,
    .page-blog-how-to-claim-top88-deposit-bonus__container,
    .page-blog-how-to-claim-top88-deposit-bonus__cta-section {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__section-title {
        font-size: 1.6rem;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__text-block,
    .page-blog-how-to-claim-top88-deposit-bonus__list-item,
    .page-blog-how-to-claim-top88-deposit-bonus__faq-answer {
        font-size: 0.95rem;
    }
    .page-blog-how-to-claim-top88-deposit-bonus img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-how-to-claim-top88-deposit-bonus video,
    .page-blog-how-to-claim-top88-deposit-bonus__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    .page-blog-how-to-claim-top88-deposit-bonus__video-section,
    .page-blog-how-to-claim-top88-deposit-bonus__video-container,
    .page-blog-how-to-claim-top88-deposit-bonus__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-how-to-claim-top88-deposit-bonus__video-section {
      padding-top: 10px !important;
    }
}