/* Estilos para la página de oposiciones */
.oposiciones-menu {
    margin-bottom: 20px;
}
.oposiciones-menu button {
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.formulario-oposicion {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 400px;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.formulario-oposicion h2 {
    margin-top: 0;
}
.formulario-oposicion label {
    display: block;
    margin-bottom: 10px;
}
.formulario-oposicion input,
.formulario-oposicion textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    box-sizing: border-box;
}
.formulario-oposicion button {
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 15px;
    cursor: pointer;
}

/* --- NUEVO DISEÑO MODERNO PARA FORMULARIOS DE OPOSICIONES --- */
.wl-form-card.card {
    background: #181c23;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
    padding: 2.5rem 2rem 2rem 2rem;
    margin: 0 auto;
    max-width: 500px;
    border: none;
}
.wl-form-card h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
}
.wl-form-card .field {
    margin-bottom: 1.5rem;
}
.wl-form-card label {
    display: block;
    font-weight: 600;
    color: #b6c2e0;
    margin-bottom: 0.5rem;
}
.wl-form-card input,
.wl-form-card textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1.5px solid #2a3140;
    background: #232733;
    color: #e6eaf3;
    font-size: 1rem;
    transition: border 0.2s;
    margin-top: 0.2rem;
}
.wl-form-card input:focus,
.wl-form-card textarea:focus {
    border-color: #4f8cff;
    outline: none;
}
.wl-form-card button.btn-primary {
    width: 100%;
    background: linear-gradient(90deg,#4f8cff 0%,#6f6fff 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.9rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px 0 rgba(79,140,255,0.10);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.wl-form-card button.btn-primary:hover {
    background: linear-gradient(90deg,#6f6fff 0%,#4f8cff 100%);
    box-shadow: 0 4px 16px 0 rgba(79,140,255,0.18);
}
.form-success {
    background: #232733;
    color: #4f8cff;
    border-radius: 8px;
    padding: 1.2rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px 0 rgba(79,140,255,0.10);
}
}