.fedomu-historia {
    background: var(--wp--preset--color--off-white);
    padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
}
.fedomu-historia__inner {
    max-width: 1340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .fedomu-historia__inner {
        grid-template-columns: 1fr 340px;
        gap: 4rem;
    }
}
.fedomu-historia__main { min-width: 0; }
.fedomu-historia__content p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: rgba(10,10,10,0.75);
    margin: 0 0 1.75rem;
    font-family: var(--wp--preset--font-family--serif);
    text-align: justify;
    hyphens: auto;
}
.fedomu-historia__content p:last-child {
    margin-bottom: 0;
}
.fedomu-historia__content p:first-child::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    color: var(--wp--preset--color--boulevard-blue);
    font-family: var(--wp--preset--font-family--sans);
}
.fedomu-historia__highlight {
    background: #fff;
    border-left: 4px solid var(--wp--preset--color--fedomu-gold);
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    border-radius: 0 var(--wp--custom--border-radius--md) var(--wp--custom--border-radius--md) 0;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(10,10,10,0.8);
}
.fedomu-historia__date-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--wp--preset--color--boulevard-blue);
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: var(--wp--custom--border-radius--full);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}
.fedomu-widget--categorias {
    background: #0839A3;
    border-radius: var(--wp--custom--border-radius--md, 12px);
    padding: 1.5rem;
}
.fedomu-widget--categorias .fedomu-widget__title {
    color: #fff;
}
.fedomu-widget--categorias .fedomu-temas__pill {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}
.fedomu-widget--categorias .fedomu-temas__pill:hover {
    background: #D4AF37;
    color: #fff;
    border-color: #D4AF37;
}
.fedomu-historia__date-badge::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--wp--preset--color--fedomu-gold);
}
