
/* NaijaWide v3.1.1 — duplicate homepage section, breadcrumb height and footer spacing fix */

/* The global 44px mobile touch rule must not stretch compact navigation links. */
.nw-breadcrumb a,
.nw-breadcrumbs a,
.nw-footer-links a,
.nw-footer-bottom a{
    min-height:0!important;
    height:auto!important;
}

/* Truly compact breadcrumbs on posts and artist pages. */
.nw-breadcrumb,
.nw-breadcrumbs{
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    min-height:0!important;
    margin:0 0 12px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    gap:6px!important;
    line-height:1.25!important;
}
.nw-breadcrumb a,
.nw-breadcrumbs a{
    display:inline!important;
    padding:0!important;
    line-height:1.25!important;
}
.nw-breadcrumb-separator,
.nw-breadcrumbs>span[aria-hidden="true"]{
    flex:0 0 auto;
    line-height:1!important;
}
.nw-breadcrumb-current{
    min-width:0!important;
    max-width:46%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

/* Artist page: remove the oversized gap surrounding the breadcrumb. */
.nw-artist-page>.nw-breadcrumb{
    margin-top:0!important;
    margin-bottom:12px!important;
}
.nw-main-wrap{
    row-gap:14px!important;
}

/* Footer: remove the artificial 44px height from each link and tighten rows. */
.nw-footer-links{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:8px!important;
}
.nw-footer-links h3{
    margin:0 0 5px!important;
}
.nw-footer-links a{
    display:inline-flex!important;
    align-items:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1.45!important;
}
.nw-footer-bottom a{
    display:inline!important;
    padding:0!important;
    margin:0!important;
    line-height:1.4!important;
}

@media(max-width:768px){
    .nw-site-footer{
        margin-top:22px!important;
    }
    .nw-footer-inner{
        grid-template-columns:1fr 1fr!important;
        gap:22px 24px!important;
        padding:28px 0 22px!important;
    }
    .nw-footer-brand{
        grid-column:1/-1!important;
    }
    .nw-footer-links{
        gap:8px!important;
    }
    .nw-footer-links a{
        font-size:11px!important;
    }
    .nw-footer-bottom{
        padding:14px 0 18px!important;
    }
    .nw-breadcrumb,
    .nw-breadcrumbs{
        margin-bottom:10px!important;
        gap:5px!important;
        font-size:10px!important;
    }
    .nw-breadcrumb-current{
        max-width:42%!important;
    }
}

@media(max-width:430px){
    .nw-footer-inner{
        gap:20px 18px!important;
        padding-top:26px!important;
    }
    .nw-footer-links{
        gap:7px!important;
    }
}
