.gb-consent-banner {
  position: fixed;
  z-index: 10050;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  color: #15251a;
  background: #fff;
  border: 1px solid #cbd8ce;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
}
.gb-consent-banner[hidden], .gb-consent-modal[hidden] { display: none !important; }
.gb-consent-copy { max-width: 690px; }
.gb-consent-copy h2, .gb-consent-panel h2 { margin: 0 0 8px; font-size: 22px; line-height: 1.25; }
.gb-consent-copy p, .gb-consent-intro { margin: 0 0 8px; line-height: 1.5; }
.gb-consent-copy a { color: #27633a; text-decoration: underline; }
.gb-consent-actions, .gb-consent-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.gb-consent-primary, .gb-consent-secondary { min-height: 42px; padding: 10px 16px; border-radius: 6px; font-weight: 700; }
.gb-consent-primary { color: #fff; background: #27633a; border: 1px solid #27633a; }
.gb-consent-secondary { color: #23482d; background: #fff; border: 1px solid #7e9d86; }
.gb-consent-primary:hover, .gb-consent-primary:focus { color: #fff; background: #1d4e2c; }
.gb-consent-secondary:hover, .gb-consent-secondary:focus { color: #183d25; background: #edf4ef; }
.gb-consent-settings { display: inline; padding: 0; color: inherit; background: none; border: 0; text-decoration: underline; }
.gb-consent-modal { position: fixed; z-index: 10060; inset: 0; }
.gb-consent-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .58); }
.gb-consent-panel { position: relative; width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 40px); overflow: auto; margin: 20px auto; padding: 24px; color: #15251a; background: #fff; border-radius: 12px; box-shadow: 0 12px 45px rgba(0, 0, 0, .3); }
.gb-consent-close { position: absolute; top: 10px; right: 12px; width: 40px; height: 40px; padding: 0; font-size: 28px; line-height: 1; color: #27422f; background: transparent; border: 0; }
.gb-consent-categories { margin: 18px 0 22px; }
.gb-consent-category { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-top: 1px solid #dfe7e1; cursor: pointer; }
.gb-consent-category input { width: 20px; height: 20px; margin-top: 2px; accent-color: #27633a; }
.gb-consent-category span { display: grid; gap: 4px; }
.gb-consent-category strong { font-size: 16px; }
.gb-consent-category small { color: #4b5d50; font-size: 14px; line-height: 1.45; }
.gb-consent-open { overflow: hidden; }
@media (max-width: 760px) {
  .gb-consent-banner { align-items: stretch; flex-direction: column; gap: 14px; padding: 16px; }
  .gb-consent-actions, .gb-consent-modal-actions { display: grid; grid-template-columns: 1fr; }
  .gb-consent-actions .btn, .gb-consent-modal-actions .btn { width: 100%; white-space: normal; }
  .gb-consent-copy h2, .gb-consent-panel h2 { padding-right: 28px; font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .gb-consent-banner, .gb-consent-modal { scroll-behavior: auto; }
}
