.elementor-17 .elementor-element.elementor-element-4b3e72b3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-35c49182 *//* CONTENEDOR PRINCIPAL Y CENTRADO */
.bunker-auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
}

.bunker-auth-container {
    background: #0a0a0a;
    width: 100%;
    max-width: 450px;
    border: 1px solid #222;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), 0 0 15px rgba(254,1,3,0.1);
    overflow: hidden;
    position: relative;
}

/* SISTEMA DE PESTAÑAS (TABS) */
.bunker-tabs {
    display: flex;
    background: #000;
    border-bottom: 1px solid #222;
}

.auth-tab {
    flex: 1;
    background: transparent;
    color: #666;
    border: none;
    padding: 20px 0;
    font-family: monospace;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.auth-tab:hover {
    color: #fff;
}

.auth-tab.active {
    color: #FE0103;
    border-bottom: 3px solid #FE0103;
    background: rgba(254,1,3,0.05);
}

/* FORMULARIOS ANIMADOS */
.bunker-form {
    padding: 35px;
    transition: opacity 0.2s ease-in-out;
}

.form-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.form-subtitle {
    color: #888;
    font-size: 13px;
    margin: 0 0 25px 0;
}

/* INPUTS ESTILIZADOS (Adiós 1995) */
.bunker-input-group {
    margin-bottom: 20px;
}

.bunker-input-group input {
    width: 100%;
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 15px;
    border-radius: 6px;
    font-family: sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.bunker-input-group input:focus {
    outline: none;
    border-color: #FE0103;
    background: #000;
    box-shadow: 0 0 10px rgba(254,1,3,0.2);
}

/* BOTÓN PRINCIPAL */
.bunker-submit-btn {
    width: 100%;
    background: #FE0103;
    color: #000;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.bunker-submit-btn:hover {
    background: #fff;
    color: #FE0103;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(254,1,3,0.3);
}

/* CAJA DE ADVERTENCIA DEL REGISTRO */
.bunker-warning-box {
    background: rgba(254,1,3,0.1);
    border-left: 4px solid #FE0103;
    padding: 15px;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 25px;
    border-radius: 0 6px 6px 0;
}

.bunker-warning-box strong {
    color: #FE0103;
    font-family: monospace;
    font-size: 14px;
}

/* ENLACES SECUNDARIOS */
.bunker-forgot-link {
    display: block;
    text-align: center;
    color: #666;
    margin-top: 20px;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s;
}

.bunker-forgot-link:hover {
    color: #FE0103;
}

/* AJUSTAR ALERTAS DE WOOCOMMERCE */
.bunker-notices .woocommerce-error {
    background: #FE0103;
    color: #000;
    border-radius: 6px;
    margin: 20px 35px 0 35px;
    font-weight: bold;
    border: none;
}/* End custom CSS */