.consulta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.consulta-container h2 {
    color: #222;
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.consulta-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    min-width: 320px;
    width: 100%;
    max-width: 480px;
}

.consulta-form label {
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.consulta-form input[type="email"] {
    width: 100%;
    max-width: 340px;
    font-size: 1.1rem;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    box-sizing: border-box;
    outline: none;
    transition: border 0.2s;
}

.consulta-form input[type="email"]:focus {
    border: 2px solid #d10000;
}

#correoSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

#tokenSection {
    gap: 1.5rem;
}

#enviarTokenBtn,
#validarTokenBtn {
    display: block;
    margin: 2rem auto 0 auto !important;
    padding: 0.5rem 1.2rem !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    min-width: 120px !important;
    max-width: 180px !important;
    width: 100%;
    box-sizing: border-box;
}
