#cookie-bar {
    height: 50px !important;
    padding-top: 10px !important;
}

#cookie-bar-button {
    background-color: #193986 !important;
    color: #211d5a !important;
    border: none !important;
    border-radius: 8px;
    padding: 8px 16px !important;
}

#cookie-bar-button:hover {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
}

#cookie-bar a {
    color: #1ab6ff !important;
    text-decoration: none;
}

@media (min-width: 321px) and (max-width: 640px) {
    #cookie-bar {
        height: 120px !important;
        padding-top: 15px !important;
    }
}