/* Cookie Consent */
@media (max-width: 768px) {
    #bccs-modal .modal-header,
    #bccs-modal .modal-body,
    #bccs-modal .modal-footer{
        padding: 6px 8px;
    }

    #bccs-modal .bccs-body-text a{
        font-size: 12.8px !important;
    }

    #bccs-modal .bccs-body-text small{
        font-size: 8.4px !important;
        line-height: 14.4px !important;
    }

    #bccs-modal .modal-body > small{
        margin-top: 6px !important;
    }
    
    #bccs-modal .modal-body > small a{
        margin-right: 6px;
    }

    #bccs-modal .modal-title{
        font-size: 16px;
    }

    #bccs-modal .btn{
        padding: 3px 6px;

        font-size: 12px;
    }

    #bccs-options{
        font-size: 12px;
    }
}