/**
 * The custom .cookie-card is the single visible consent banner, so hide Klaro's
 * own JS-rendered notice. The detailed settings modal (.cookie-modal) is left
 * intact so users can still open full consent management (e.g. via klaro.show()).
 */
.klaro .cookie-notice:not(.cookie-modal-notice) {
  display: none !important;
}
