/* style/blog-betking-link-vao-registration-guide.css */

/* Custom Colors */
:root {
    --betking-bg-primary: #08160F;
    --betking-bg-card: #11271B;
    --betking-text-main: #F2FFF6;
    --betking-text-secondary: #A7D9B8;
    --betking-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --betking-border-color: #2E7A4E;
    --betking-glow-color: #57E38D;
    --betking-gold-color: #F2C14E;
    --betking-divider-color: #1E3A2A;
    --betking-deep-green: #0A4B2C;
}

.page-blog-betking-link-vao-registration-guide {
    background-color: var(--betking-bg-primary); /* Dark background, use light text */
    color: var(--betking-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-betking-link-vao-registration-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-betking-link-vao-registration-guide__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0; /* Adjusted padding, body padding-top handles header offset */
    padding-top: 10px; /* Small top padding for visual separation */
    background-color: var(--betking-bg-primary);
}

.page-blog-betking-link-vao-registration-guide__hero-image-wrapper {
    width: 100%;
    max-width: 100%; /* Ensure it doesn't overflow */
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px; /* Space between image and content */
}

.page-blog-betking-link-vao-registration-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-betking-link-vao-registration-guide__hero-content {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.page-blog-betking-link-vao-registration-guide__main-title {
    color: var(--betking-gold-color); /* Gold color for H1 */
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    /* Responsive font size using clamp for H1 */
    font-size: clamp(2.5rem, 5vw, 3.5rem); 
    max-width: 100%; /* Ensure it doesn't overflow */
    box-sizing: border-box;
}

.page-blog-betking-link-vao-registration-guide__hero-description {
    color: var(--betking-text-secondary);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.page-blog-betking-link-vao-registration-guide__cta-button {
    background: var(--betking-btn-gradient);
    color: var(--betking-text-main);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
    max-width: 100%; /* Responsive button */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    border: none;
    cursor: pointer;
}

.page-blog-betking-link-vao-registration-guide__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%); /* Reverse gradient on hover */
    box-shadow: 0 0 15px var(--betking-glow-color);
}

.page-blog-betking-link-vao-registration-guide__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.page-blog-betking-link-vao-registration-guide__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2rem;
}

/* Section Styling */
.page-blog-betking-link-vao-registration-guide__introduction-section,
.page-blog-betking-link-vao-registration-guide__steps-section,
.page-blog-betking-link-vao-registration-guide__verification-section,
.page-blog-betking-link-vao-registration-guide__deposit-promo-section,
.page-blog-betking-link-vao-registration-guide__tips-section,
.page-blog-betking-link-vao-registration-guide__faq-section,
.page-blog-betking-link-vao-registration-guide__conclusion-section {
    padding: 60px 0;
    background-color: var(--betking-bg-primary);
    border-top: 1px solid var(--betking-divider-color);
}

.page-blog-betking-link-vao-registration-guide__section-title {
    color: var(--betking-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: bold;
}

.page-blog-betking-link-vao-registration-guide__sub-title {
    color: var(--betking-text-main);
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-betking-link-vao-registration-guide__text-block {
    color: var(--betking-text-secondary);
    margin-bottom: 15px;
}

.page-blog-betking-link-vao-registration-guide__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--betking-text-secondary);
}

.page-blog-betking-link-vao-registration-guide__list-item {
    margin-bottom: 8px;
}

.page-blog-betking-link-vao-registration-guide__list-item strong {
    color: var(--betking-text-main);
}

/* Step Cards */
.page-blog-betking-link-vao-registration-guide__step-card {
    background-color: var(--betking-bg-card);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--betking-border-color);
    text-align: center;
}

.page-blog-betking-link-vao-registration-guide__step-title {
    color: var(--betking-text-main);
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-betking-link-vao-registration-guide__step-image,
.page-blog-betking-link-vao-registration-guide__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 20px auto;
    object-fit: cover;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* FAQ Section */
.page-blog-betking-link-vao-registration-guide__faq-list {
    margin-top: 30px;
}

.page-blog-betking-link-vao-registration-guide__faq-item {
    background-color: var(--betking-bg-card);
    border: 1px solid var(--betking-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--betking-text-main);
}

.page-blog-betking-link-vao-registration-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--betking-text-main);
    background-color: var(--betking-deep-green); /* Slightly darker for question header */
    transition: background-color 0.3s ease;
}

.page-blog-betking-link-vao-registration-guide__faq-question:hover {
    background-color: #1a5e3e; /* Darker green on hover */
}

.page-blog-betking-link-vao-registration-guide__faq-item[open] .page-blog-betking-link-vao-registration-guide__faq-question {
    background-color: #1a5e3e;
}

.page-blog-betking-link-vao-registration-guide__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--betking-glow-color);
}

.page-blog-betking-link-vao-registration-guide__faq-answer {
    padding: 0 20px 20px 20px;
    color: var(--betking-text-secondary);
    line-height: 1.5;
}

/* Ensure details summary marker is hidden for custom toggle */
.page-blog-betking-link-vao-registration-guide__faq-item summary {
    list-style: none;
}
.page-blog-betking-link-vao-registration-guide__faq-item summary::-webkit-details-marker {
    display: none;
}

/* Responsive Images, Videos, Buttons */
.page-blog-betking-link-vao-registration-guide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-betking-link-vao-registration-guide__video-section video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .page-blog-betking-link-vao-registration-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-betking-link-vao-registration-guide__hero-section {
        padding: 40px 0;
        padding-top: 10px !important; /* Ensure small top padding */
    }

    .page-blog-betking-link-vao-registration-guide__hero-content {
        padding: 0 15px;
    }

    .page-blog-betking-link-vao-registration-guide__main-title {
        font-size: clamp(2rem, 8vw, 2.8rem); /* Adjust clamp for smaller screens */
        margin-bottom: 15px;
    }

    .page-blog-betking-link-vao-registration-guide__hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-betking-link-vao-registration-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;
        display: block;
        margin-bottom: 10px;
    }
    
    .page-blog-betking-link-vao-registration-guide__cta-button--small,
    .page-blog-betking-link-vao-registration-guide__cta-button--large {
        padding: 12px 20px !important;
        font-size: 1rem !important;
    }

    .page-blog-betking-link-vao-registration-guide__container {
        padding: 0 15px;
    }

    .page-blog-betking-link-vao-registration-guide__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-bottom: 30px;
    }

    .page-blog-betking-link-vao-registration-guide__sub-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-betking-link-vao-registration-guide__step-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    /* Mobile image/video specific rules */
    .page-blog-betking-link-vao-registration-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-betking-link-vao-registration-guide__video-section,
    .page-blog-betking-link-vao-registration-guide__video-container,
    .page-blog-betking-link-vao-registration-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-betking-link-vao-registration-guide__video-section {
      padding-top: 10px !important;
    }

    .page-blog-betking-link-vao-registration-guide__faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-betking-link-vao-registration-guide__faq-answer {
        padding: 0 15px 15px 15px;
    }

    /* Container for responsive overflow */
    .page-blog-betking-link-vao-registration-guide__section,
    .page-blog-betking-link-vao-registration-guide__card,
    .page-blog-betking-link-vao-registration-guide__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Ensure content area images are at least 200px */
.page-blog-betking-link-vao-registration-guide__content-area img,
.page-blog-betking-link-vao-registration-guide__step-image,
.page-blog-betking-link-vao-registration-guide__content-image {
  min-width: 200px;
  min-height: 200px;
}