.page-blog-nohu88-beginner-guide {
    background-color: #140C0C;
    color: #FFF1E8;
    font-family: sans-serif;
}

.page-blog-nohu88-beginner-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-nohu88-beginner-guide__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding for first section */
    background-color: #140C0C;
    text-align: center;
}

.page-blog-nohu88-beginner-guide__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Adjust as needed for layout */
    margin-bottom: 20px;
}

.page-blog-nohu88-beginner-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-nohu88-beginner-guide__hero-content {
    max-width: 800px;
    padding: 0 20px 40px;
}

.page-blog-nohu88-beginner-guide__main-title {
    color: #FFF1E8;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    /* Avoid fixed font-size, rely on weight/line-height/spacing */
}

.page-blog-nohu88-beginner-guide__description {
    color: #FFF1E8;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-blog-nohu88-beginner-guide__cta-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #140C0C; /* Dark text for contrast on bright button */
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 200px; /* Ensure button is not too small */
    text-align: center;
}

.page-blog-nohu88-beginner-guide__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 176, 74, 0.4);
}

.page-blog-nohu88-beginner-guide__cta-button--centered {
    margin-top: 30px;
}

.page-blog-nohu88-beginner-guide__section-title {
    color: #F3C54D;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.page-blog-nohu88-beginner-guide__section-title--light {
    color: #FFF1E8;
}

.page-blog-nohu88-beginner-guide__introduction-section,
.page-blog-nohu88-beginner-guide__steps-section,
.page-blog-nohu88-beginner-guide__deposit-withdraw-section,
.page-blog-nohu88-beginner-guide__tips-section,
.page-blog-nohu88-beginner-guide__faq-section,
.page-blog-nohu88-beginner-guide__cta-bottom-section {
    padding: 40px 0;
    margin-bottom: 20px;
}

.page-blog-nohu88-beginner-guide__paragraph {
    color: #FFF1E8;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

.page-blog-nohu88-beginner-guide__paragraph--light {
    text-align: center;
}

.page-blog-nohu88-beginner-guide__step-card {
    background-color: #2A1212;
    border: 1px solid #6A1E1E;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-nohu88-beginner-guide__step-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-nohu88-beginner-guide__step-title {
    color: #F3C54D;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-blog-nohu88-beginner-guide__content-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    background-color: #2A1212;
    border: 1px solid #6A1E1E;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-nohu88-beginner-guide__content-block--reverse {
    flex-direction: row-reverse;
}

.page-blog-nohu88-beginner-guide__content-image {
    flex: 1;
    max-width: 400px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-nohu88-beginner-guide__text-content {
    flex: 2;
}

.page-blog-nohu88-beginner-guide__sub-title {
    color: #F3C54D;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-blog-nohu88-beginner-guide__link-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #140C0C; /* Dark text for contrast on bright button */
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-nohu88-beginner-guide__link-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 176, 74, 0.4);
}

.page-blog-nohu88-beginner-guide__tips-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.page-blog-nohu88-beginner-guide__tip-item {
    background-color: #2A1212;
    border: 1px solid #6A1E1E;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-nohu88-beginner-guide__tip-title {
    color: #F3C54D;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-blog-nohu88-beginner-guide__faq-item {
    background-color: #2A1212;
    border: 1px solid #6A1E1E;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-blog-nohu88-beginner-guide__faq-item:hover {
    background-color: #2A1212;
}

.page-blog-nohu88-beginner-guide__faq-item[aria-expanded="true"] {
    background-color: #7E0D0D; /* Deep Red for active FAQ */
}

.page-blog-nohu88-beginner-guide__faq-question {
    color: #F3C54D;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-blog-nohu88-beginner-guide__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-blog-nohu88-beginner-guide__faq-item[aria-expanded="true"] .page-blog-nohu88-beginner-guide__faq-question::after {
    content: '-';
    transform: rotate(0deg);
}

.page-blog-nohu88-beginner-guide__faq-answer {
    color: #FFF1E8;
    line-height: 1.6;
    margin-top: 15px;
    display: none;
}

.page-blog-nohu88-beginner-guide__faq-item[aria-expanded="true"] .page-blog-nohu88-beginner-guide__faq-answer {
    display: block;
}

.page-blog-nohu88-beginner-guide__cta-bottom-section {
    background-color: #7E0D0D; /* Deep Red for a strong CTA */
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
    border-radius: 8px;
}

.page-blog-nohu88-beginner-guide__cta-bottom-content {
    max-width: 900px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-nohu88-beginner-guide__content-block {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-nohu88-beginner-guide__content-block--reverse {
        flex-direction: column;
    }
    .page-blog-nohu88-beginner-guide__content-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog-nohu88-beginner-guide__main-title {
        font-size: 2em;
    }
    .page-blog-nohu88-beginner-guide__section-title {
        font-size: 1.8em;
    }
    .page-blog-nohu88-beginner-guide__hero-content {
        padding: 0 15px 30px;
    }
    .page-blog-nohu88-beginner-guide__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
        min-width: unset;
        width: 100%;
        max-width: 300px;
    }
    .page-blog-nohu88-beginner-guide__cta-button--centered {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .page-blog-nohu88-beginner-guide__step-card,
    .page-blog-nohu88-beginner-guide__content-block,
    .page-blog-nohu88-beginner-guide__tip-item,
    .page-blog-nohu88-beginner-guide__faq-item {
        padding: 20px;
    }
    .page-blog-nohu88-beginner-guide__tips-list {
        grid-template-columns: 1fr;
    }
    /* Ensure content images are responsive and not smaller than 200px */
    .page-blog-nohu88-beginner-guide__hero-image,
    .page-blog-nohu88-beginner-guide__step-image,
    .page-blog-nohu88-beginner-guide__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure images are not too small */
        min-height: 200px; /* Ensure images are not too small */
    }
    .page-blog-nohu88-beginner-guide__paragraph {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .page-blog-nohu88-beginner-guide__main-title {
        font-size: 1.8em;
    }
    .page-blog-nohu88-beginner-guide__section-title {
        font-size: 1.5em;
    }
    .page-blog-nohu88-beginner-guide__faq-question {
        font-size: 1.2em;
    }
    .page-blog-nohu88-beginner-guide__cta-bottom-section {
        padding: 40px 15px;
    }
}