/* NetFront Sports — Footer and shared navigation elements */
.nfs-navigation-plus-link{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 15px!important;
    border:1px solid #e51b3e!important;
    border-radius:10px!important;
    background:linear-gradient(135deg,#e51b3e,#bd102f)!important;
    color:#fff!important;
    font-weight:950!important;
    line-height:1!important;
    box-shadow:0 8px 24px rgba(229,27,62,.18);
    transition:
        transform .16s ease,
        border-color .16s ease,
        background .16s ease;
}
.nfs-navigation-plus-link:hover,
.nfs-navigation-plus-link:focus{
    transform:translateY(-1px);
    border-color:#ff4161!important;
    background:linear-gradient(135deg,#ff3155,#d31335)!important;
    color:#fff!important;
}
footer .nfs-footer-added-item>a,
.site-footer .nfs-footer-added-item>a{
    display:inline-flex;
    align-items:center;
    min-height:38px;
}
footer .nfs-footer-plus>a,
.site-footer .nfs-footer-plus>a{
    color:#ff3155!important;
    font-weight:900!important;
}
@media(max-width:1024px){
    .nfs-navigation-plus-link{
        width:100%;
        min-height:48px;
        margin-top:5px;
    }
}
