/* ============================================
   FREEPRESS - Ficha técnica del proyecto
   ============================================ */

/* ── Módulos Anuncio (Blurb Divi 5) dentro de la ficha ── */

.fp-campo-ano,
.fp-campo-colabora,
.fp-campo-financia {
    padding-top: 16px !important;
    padding-bottom: 4px !important;
    border-top: 1px solid rgba(190, 22, 59, 0.25) !important;
}

/* Label (h4 estático en Divi) */
.fp-campo-ano .et_pb_module_header,
.fp-campo-colabora .et_pb_module_header,
.fp-campo-financia .et_pb_module_header {
    color: #BE163B !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* Valor inyectado por JS */
.fp-campo-ano .fp-valor,
.fp-campo-colabora .fp-valor,
.fp-campo-financia .fp-valor {
    display: block;
    color: #26040B;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.fp-ficha-proyecto {
    border: 1.5px solid #BE163B;
    border-radius: 28px;
    padding: 32px 28px 28px;
    background-color: #FFFBF3;
    display: flex;
    flex-direction: column;
}

/* Título */
.fp-ficha-titulo {
    color: #BE163B;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
}

/* Campos */
.fp-ficha-campo {
    border-top: 1px solid rgba(190, 22, 59, 0.25);
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fp-ficha-campo:last-of-type {
    border-bottom: none;
}

.fp-ficha-label {
    display: block;
    color: #BE163B;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.fp-ficha-valor {
    display: block;
    color: #26040B;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2px;
}

/* Botón volver */
.fp-ficha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
    padding: 14px 14px 14px 28px;
    border: 1.5px solid #BE163B;
    border-radius: 50.878px;
    background-color: transparent;
    color: #BE163B !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fp-ficha-btn:hover {
    background-color: #BE163B;
    color: #ffffff !important;
}

.fp-ficha-btn-texto {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fp-ficha-btn-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #BE163B;
    color: #ffffff;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.fp-ficha-btn:hover .fp-ficha-btn-icono {
    background-color: #ffffff;
    color: #BE163B;
}
