.auth-faceemail-capture {
    display: grid;
    gap: 1rem;
    max-width: 44rem;
    padding: 1rem;
    border: 1px solid #d7dee3;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #fafcfd 0%, #f2f6f8 100%);
}

.auth-faceemail-note,
.auth-faceemail-status {
    margin: 0;
    color: #495057;
}

.auth-faceemail-preview {
    display: grid;
    place-items: center;
    min-height: 16rem;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #1f2933;
}

.auth-faceemail-preview video,
.auth-faceemail-preview img {
    display: block;
    width: 100%;
    max-height: 24rem;
    object-fit: cover;
    background: #111827;
}

.auth-faceemail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.auth-faceemail-file label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.auth-faceemail-file input[type="file"] {
    max-width: 100%;
}

.auth-faceemail-status.is-error {
    color: #b42318;
}
