/* /Pages/TourDemographicsPage.razor.rz.scp.css */
h1[b-rnu7b2xi0c] {
    color: #6c757d;
    font-weight: normal;
}

hr[b-rnu7b2xi0c] {
    border: 0;
    border-top: 1px solid #CCCCCC;
    width: 75%;
    margin: 1rem auto;
}

.gray[b-rnu7b2xi0c] {
    background-color: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
}

.gray h4[b-rnu7b2xi0c] {
    color: #6c757d;
    font-weight: normal;
}

.guest-text[b-rnu7b2xi0c] {
    color: #707271;
    font-weight: normal;
    font-size: 0.9rem;
}

/* Form Section Grouping */
.form-section[b-rnu7b2xi0c] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-title[b-rnu7b2xi0c] {
    color: #495057;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

/* Smooth Animations for Conditional Fields */
.mb-3[b-rnu7b2xi0c] {
    transition: all 0.3s ease-in-out;
}

.col-sm-12[b-rnu7b2xi0c], .col-md-6[b-rnu7b2xi0c] {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Slide-in animation for appearing fields */
@keyframes slideIn-b-rnu7b2xi0c {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.conditional-field[b-rnu7b2xi0c] {
    animation: slideIn-b-rnu7b2xi0c 0.3s ease-in-out;
}
