/* Append-only visual integration with the native Complianz control. */
.cmplz-cookiebanner { width:min(480px,calc(100vw - 24px))!important; font-family:inherit; box-shadow:0 12px 40px #16372b26; }
.cmplz-cookiebanner .cmplz-title { display:block!important; color:#153d32; font-weight:700; }
.cmplz-cookiebanner .cmplz-message { font-size:15px; line-height:1.6; }
.cmplz-cookiebanner .cmplz-links .cmplz-hidden { display:none!important; }
.cmplz-cookiebanner .cmplz-manage-third-parties { display:none!important; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width:0; min-height:44px; font-size:15px; font-weight:600; flex:1 1 0; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-deny { background:#235b46!important; color:#fff!important; border:1px solid #235b46!important; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-accept:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-deny:hover { background:#153d32!important; border-color:#153d32!important; }
.cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-save-preferences { background:#fff!important; color:#235b46!important; border:1px solid #235b46!important; }
.cmplz-cookiebanner :focus-visible,
#cmplz-manage-consent button:focus-visible,
#licmcs-login-consent a:focus-visible { outline:3px solid #ad6900!important; outline-offset:3px; }
.cmplz-cookiebanner .cmplz-close { min-width:44px; min-height:44px; align-items:center; justify-content:center; }
.cmplz-cookiebanner .cmplz-header { grid-template-columns:44px minmax(0,1fr) 44px; min-width:0; }
.cmplz-cookiebanner .cmplz-title { min-width:0; }
.cmplz-cookiebanner .cmplz-buttons { min-width:0; }
#cmplz-manage-consent { position:static!important; display:flex!important; justify-content:center; align-items:center; clear:both; width:100%; box-sizing:border-box; padding:12px 80px; background:#f5f8f6; border-top:1px solid #dae4de; }
#cmplz-manage-consent .cmplz-manage-consent { position:static!important; inset:auto!important; transform:none!important; animation:none!important; display:inline-flex!important; align-items:center; justify-content:center; min-height:44px; height:auto!important; max-width:100%; padding:10px 14px; margin:0!important; background:transparent!important; color:#235b46!important; border:1px solid transparent!important; border-radius:6px; box-shadow:none!important; font:inherit; line-height:1.5; text-decoration:underline; text-underline-offset:3px; z-index:auto!important; }
#cmplz-manage-consent .cmplz-manage-consent:hover { background:#e3ede7!important; }
#licmcs-login-consent { text-align:center; padding:16px; }
#licmcs-login-consent a { display:inline-flex; align-items:center; min-height:44px; }
@media(max-width:600px) {
  .cmplz-cookiebanner { max-height:80vh; overflow-y:auto; max-width:calc(100vw - 24px)!important; padding:16px!important; }
  .cmplz-cookiebanner .cmplz-buttons { gap:8px; }
  #cmplz-manage-consent { padding:12px 24px calc(84px + env(safe-area-inset-bottom)); }
}
@media(max-width:360px) {
  .cmplz-cookiebanner .cmplz-buttons { flex-direction:column; }
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { flex:0 0 auto; width:100%; }
}
