/* Ajuste transversal para todas las entradas individuales en escritorio. */
@media (min-width: 825px) {
    body.single-post .post-single-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    body.single-post .pd-wide-header > h1.pd-title--wide {
        width: min(1110px, 100%) !important;
        max-width: none;
        font-size: 53.41px;
        line-height: 1.1;
    }

    body.single-post .pd-wide-header .st-e {
        width: 1110px !important;
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 300;
        line-height: 150%;
    }
}

body.single-post .categoria a {
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: none;
    padding-bottom: 2px;
    color: #aa1801 !important;
    font-weight: 700;
}
