.eb-container {
    max-width: 800px;
    margin: 2rem auto;
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto;
}

.eb-step {
    transition: all 0.3s;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
}

.eb-btn {
    background: #0274be;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    width: fit-content;
    font-size: 1rem;
}

.eb-btn:hover {
    background: #8c2c88;
}

.print-btn {
    background: #0274be;
    margin-top: 20px;
}

.print-btn:hover {
    background: #8c2c88;
}

.eb-loading {
    text-align: center;
    padding: 20px;
    color: #7c3aed;
    font-style: italic;
}

#eb-questions-container .eb-question {
    margin-bottom: 25px;
}

#eb-questions-container label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
}

#eb-questions-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    min-height: 80px;
}

.resultado-terapeutico {
    background: #fef9f0;
    padding: 25px;
    border-radius: 24px;
    margin-top: 20px;
}

.resultado-terapeutico h2 {
    color: #2a2c73;
    border-bottom: 2px solid #2a2c73;
    padding: 1rem 0 0.5rem 0;
}

.resultado-terapeutico h3,
.resultado-terapeutico h4 {
    padding: 1rem 0 0.5rem 0;
    color: #2a2c73;
    margin: 0;
}

.whatsapp-btn {
    background: #8c2c88;
    color: white;
    display: inline-block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none!important;
    margin-top: 15px;
    margin-right: 10px;
}
.whatsapp-btn:hover {
    background: #0274be;
}
.div-download {
    text-align: center;
}