/* === ESTILOS GENERALES PARA TÍTULOS === */
.title-custom, 
.title-custom-test, 
.title-custom-gray, 
.title-custom-blue, 
.title-custom-green, 
.subtitle-custom {
    font-size: 16px; /* 20px * 0.8 */
    font-weight: bold;
    padding: 4px 0; /* 5px * 0.8 */
    display: inline-block;
    line-height: 0.8; /* 1 * 0.8 */
}

/* === COLORES SEGÚN CATEGORÍA === */
.title-custom-test { border-color: #007bff; color: #333; }
.title-custom-gray { border-color: #6c757d; color: #343a40; }
.title-custom-blue { border-color: #1c5ea3; color: #1c5ea3; }
.title-custom-green { border-color: #28a745; color: #218838; }
.title-custom { border-color: #111; color: #111; }

/* === SUBTÍTULOS === */
.subtitle-custom-underline {
    font-size: 12.8px; /* 16px * 0.8 */
    color: #555;
    border-bottom: 0.6px solid #aaa; /* 0.75px * 0.8 */
}

.subtitle-custom {
    font-size: 12.8px; /* 16px * 0.8 */
    color: #555;
}
