#gd-consent { color: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 1rem; line-height: 1.6; }
#gd-consent, #gd-consent * { box-sizing: border-box; }
#gd-consent .cookie-panel {
  align-items: center;
  background: #101012;
  border: 1px solid #64646b;
  bottom: 1rem;
  box-shadow: 0 16px 50px #0005;
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  left: 50%;
  margin: 0;
  max-height: calc(100dvh - 2rem);
  max-width: 980px;
  overflow-y: auto;
  padding: 1.5rem;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  z-index: 10000;
}
#gd-consent strong { display: block; font-size: 1rem; line-height: 1.5; margin-bottom: .5rem; }
#gd-consent p { color: #d2d2d8; font-size: .875rem; line-height: 1.65; margin: 0; max-width: 600px; }
#gd-consent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
#gd-consent .gd-consent-actions { display: flex; flex: 0 0 auto; gap: .75rem; }
#gd-consent button { background: transparent; border: 1px solid #b8b8c0; border-radius: 0; color: #fff; cursor: pointer; font: 650 .875rem/1.5 Montserrat, Arial, sans-serif; letter-spacing: normal; min-height: 44px; padding: .75rem 1rem; text-transform: none; }
#gd-consent button[data-choice="accept"] { background: #962a8e; border-color: #962a8e; }
#gd-consent button:hover { border-color: #fff; }
#gd-consent button:focus-visible, #gd-consent a:focus-visible { outline: 2px solid #eaa5e3; outline-offset: 4px; }
#gd-consent .gd-consent-manage { background: #fff; border-color: #64646b; bottom: 1rem; color: #101012; left: 1rem; position: fixed; z-index: 100; }
@media (max-width: 880px) {
  #gd-consent .cookie-panel { align-items: stretch; flex-direction: column; gap: 1rem; padding: 1.25rem; }
  #gd-consent .gd-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
