/*
Theme Name: Zox News Child
Template: zox-news
Description: Child theme de Zox News - fixes de accesibilidad WCAG 2.1
Version: 1.0
*/

/* Fix #3: Contraste WCAG AA - #595959 sobre blanco = ratio 7.26:1 (minimo 4.5:1) */
span.mvp-cd-cat,
span.mvp-cd-date {
    color: #595959 !important;
}
.mvp-ad-label {
    color: #595959 !important;
}
span.mvp-feat1-list-but {
    color: #595959 !important;
}
.mvp-author-info-text {
    color: #595959 !important;
}
span.mvp-feat-caption {
    color: #595959 !important;
}
.mvp-post-tags a,
.mvp-post-tags a:visited {
    color: #595959 !important;
}
span.mvp-author-box-soc {
    color: #595959 !important;
}

/* screen-reader-text: visible solo para lectores de pantalla */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
/* Fix contraste badge categoria: #ff005b -> #c10847 (ratio 6.22:1 blanco) */
span.mvp-widget-home-title {
    background-color: #c10847 !important;
}

/* Fix enlace distinguible no solo por color: subrayado en footer */
#mvp-foot-copy a {
    text-decoration: underline;
}
