/* Passport page loader and error states */

.auto-load-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-load-box {
    text-align: center;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    max-width: 420px;
    padding: 0 20px;
}

.auto-load-box i {
    font-size: 2rem;
    color: #1a1a2e;
    margin-bottom: 14px;
    display: block;
}

.auto-load-error {
    color: #c0392b;
    font-size: 0.95rem;
    margin-top: 14px;
    display: none;
}

.missing-id-box {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #c0392b;
    padding: 40px 20px;
}

#passport-screen,
#static-sections {
    display: none;
}
