
.entry-forms {
    max-width: 600px;
    margin: 0 auto;
}
/* --- CONTENEDOR DE REGISTRO --- */
.sohah-auth-container {
    /*max-width: 400px;*/
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
    border-radius: 0px;
    border-top: 1px solid #ddd;
}
.sohah-auth-title { text-align: center; margin-bottom: 10px; }
.sohah-auth-desc { text-align: center; font-size: 14px; color: #666; margin-bottom: 20px; }
.sohah-msg-error { color: red; margin-bottom: 10px; font-weight: bold; }

/* --- FORMULARIO --- */
.sohah-form-group { margin-bottom: 15px; }
.sohah-input, .wpcf7 input, .wpcf7 textarea, .wpcf7 select  {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-list-item input {
    margin: 0 !important;
}
label.textoform {
    /*display: none !important;*/
    padding-top: 20px !important;
    font-size: 14px !important;
}
.contacform p {
    margin-bottom: 10px;;
}
.sohah-btn-submit, input[type="submit" i] {
    width: 100%;
    background: var(--sohah-teal-dark);
    color: #fff;
    padding: 15px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
}
.sohah-btn-submit:hover { opacity: 0.85; }

/* --- CONTENEDOR PREMIUM (Ya pagó) --- */
.sohah-premium-box {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.sohah-premium-link { display: inline-block; margin-top: 10px; font-weight: bold; color: inherit; }

/* --- CONTENEDOR CHECKOUT STRIPE (Logueado, no premium) --- */
.sohah-checkout-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.sohah-checkout-price { margin: 20px 0; font-size: 2em; }
.sohah-checkout-price span { font-size: 16px; font-weight: normal; }
.sohah-btn-stripe {
    display: block;
    background: #635bff; /* Morado Stripe, cámbialo si prefieres otro */
    color: #fff;
    padding: 15px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.sohah-checkout-note { font-size: 12px; color: #666; }

/* --- CHECKBOX DE PRIVACIDAD --- */
.sohah-checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
    text-align: left;
    line-height: 1.4;
}
.sohah-checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
}
.sohah-checkbox-group a {
    color: var(--sohah-teal-dark, #066);
    text-decoration: underline;
    font-weight: bold;
}