/*
 * Archivo: 16754.css
 * Guardado: 24 Jun 2025 | 13:02:55
 */

/*
 * Single > Ficha de Persona (1) - Template-part - ( if singular persona ) - 16753
 * Single > Ficha de Persona (2) - Estilos - 16754
 */

/* 
 * Single - Ficha de Persona (2) - Estilos
 */

.ficha-persona {
    background: #f7f9fa;
    border-radius: 10px;
    box-shadow: 0 0 8px #eee;
    padding: 25px;
    max-width: 420px;
    margin: 15px auto 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ficha-persona_titulo {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.25em;
    color: #0c3e6a;
    font-weight: 700;
}

.ficha-persona_campo {
    display: flex;
    flex-direction: row;
}

.ficha-persona_etiqueta {
    flex: 0 0 130px;
    font-weight: 600;
    color: #295084;
    font-size: 1em;
}

.ficha-persona_valor {
    flex: 1;
    color: #222;
    font-size: 1em;
    padding-left: 10px;
    word-break: break-word;
}

@media (max-width: 520px) {
    .ficha-persona {
        padding: 15px 8px;
    }
    .ficha-persona_campo {
        flex-direction: column;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .ficha-persona_etiqueta {
        margin-bottom: 2px;
        font-size: .98em;
    }
}
