.fixedbar {
    bottom: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    left: 0;
    right: 0;
    padding: 0 0;
    position: fixed;
    font-size: 16px;
    width: 100%;
    z-index: 99999;
    float: left;
    margin: 0 auto;
    opacity: .95;
    font-weight: 700;
    display: none;
}

/* Ensure all sticky footer elements use consistent fonts */
.fixedbar * {
    font-family: Arial, Helvetica, sans-serif !important;
}

.boxfloat {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative
}

#tips,#tips li {
    margin: 0;
    padding: 0;
    list-style: none
}

#tips {
    width: 100%;
    font-size: 20px;
    line-height: 120%
}

#tips li {
    padding: 0 0;
    display: none
}

#tips li:first-child {
    display: block !important
}

#tips li:first-child.gbsf-cta-hidden {
    display: none !important
}

#tips li.footerliststick {
    display: none
}

#tips li a {
    color: #fff;
    text-decoration: none
}

#tips li a:hover {
    text-decoration: none
}

#tips li a img {
    max-width: 100%;
}

#tip-close img {
    width: 15px!important;
    height: 15px!important;
}

#tip-close {
    position: absolute;
    right: 4px;
    top: -1px;
    display: block;
    cursor: pointer
}

.mba-link-wrapper {
    background: rgba(0,0,0,.9);
    background: #333;
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    border-top: 1px solid #000
}

.mba-row {
    display: flex;
    background-size: 36px;
    background-position: 280px center
}

.mba-thumbnail {
    margin-top: 5px;
    width: 20%;
    text-align: left
}

.mba-thumbnail img {
    height: 50px!important;
    width: 60px!important;
    border: 1px solid #fff
}

.mba-info {
    width: 90%;
    text-align: left;
    padding-left: 5px
}

.mba-title {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 1px 5px 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    margin-bottom: 3px
}

.mba-track {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 2px;
    padding-top: 10px
}

.mba-track .mba-artiste {
    display: block;
    font-weight: 400;
    font-size: 18px;
    font-size: 21px
}


a.download {
    word-wrap: break-word!important;
    white-space: normal!important;
    line-height: 1.7!important;
    cursor: default
}

/* Mobile-only display when mobile_only setting is enabled */
@media (min-width: 769px) {
    .fixedbar {
        display: none !important;
    }
}

/* Mobile-specific optimizations */
@media (max-width: 768px) {
    .fixedbar {
        font-size: 14px;
    }
    
    #tips {
        font-size: 18px;
    }
    
    .mba-track {
        font-size: 12px;
    }
    
    .mba-thumbnail img {
        height: 45px !important;
        width: 55px !important;
    }
}