/**
 * ZPD Cookies — brand overrides for the CookieConsent v3 vendor styles.
 *
 * Colours are hard-wired to ZPD GREEN (zpd-primary-600 / -700 from
 * themes/zpdv2/style.css) so the banner is always on-brand regardless of the
 * per-organisation brand on the current view.
 */
#cc-main {
    --cc-btn-primary-bg: #6a871b;
    --cc-btn-primary-border-color: #6a871b;
    --cc-btn-primary-hover-bg: #57701b;
    --cc-btn-primary-hover-border-color: #57701b;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-color: #fff;

    --cc-toggle-on-bg: #6a871b;
    --cc-link-color: #57701b;

    --cc-btn-border-radius: 8px;
    --cc-modal-border-radius: 12px;
    --cc-font-family: inherit;
}

/* Footer "Nastavení cookies" trigger inherits link styling. */
.zpd-cookie-settings {
    cursor: pointer;
}
