/* =========================================================
   COMPCHECK.IO — COOKIE PREFERENCES FLOATING BUTTON
   ========================================================= */

#gdpr-cookie-consent-show-again {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;

    padding: 7px 11px !important;
    margin: 0 !important;

    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;

    right: 15px !important;
    bottom: 15px !important;
    left: auto !important;

    border-radius: 6px !important;
    white-space: nowrap !important;

    box-shadow: 0 3px 10px rgba(0,0,0,0.16) !important;
}

/* MOBILE */
@media only screen and (max-width: 767px) {

    #gdpr-cookie-consent-show-again {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;

        padding: 6px 9px !important;

        font-size: 10px !important;
        line-height: 12px !important;

        right: 8px !important;

        /*
         * Keep it above the Safari bottom browser controls
         * rather than over the main page CTA.
         */
        bottom: 8px !important;

        left: auto !important;
        transform: none !important;

        border-radius: 5px !important;
        white-space: nowrap !important;
    }

    #gdpr-cookie-consent-show-again span,
    #gdpr-cookie-consent-show-again a {
        font-size: 10px !important;
        line-height: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }
}