.ahd-cookie-banner,
.ahd-cookie-panel {
  position: fixed;
  z-index: 99999;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #171927;
}

.ahd-cookie-banner {
  left: 50%;
  bottom: 20px;
  width: min(720px, calc(100% - 28px));
  padding: 22px;
  background: #fff;
  border: 1px solid #d8dae5;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(5, 6, 10, .22);
  transform: translateX(-50%);
}

.ahd-cookie-banner h2,
.ahd-cookie-panel h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; }
.ahd-cookie-banner p,
.ahd-cookie-panel p { margin: 0; color: #505665; font-size: 14px; line-height: 1.55; }
.ahd-cookie-banner a,
.ahd-cookie-panel a { color: #073bff; text-decoration: underline; }

.ahd-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ahd-cookie-actions button {
  min-height: 42px;
  padding: 10px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #073bff;
  border-radius: 8px;
  cursor: pointer;
}
.ahd-cookie-primary { color: #fff; background: #073bff; }
.ahd-cookie-secondary { color: #073bff; background: #fff; }

.ahd-cookie-panel {
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
  background: rgba(5, 6, 10, .62);
}
.ahd-cookie-dialog { width: min(600px, 100%); max-height: 90vh; overflow: auto; padding: 26px; background: #fff; border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.ahd-cookie-option { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 16px; background: #f5f6fb; border-radius: 12px; }
.ahd-cookie-option strong { display: block; margin-bottom: 4px; }
.ahd-cookie-option input { width: 20px; height: 20px; accent-color: #073bff; }

@media (max-width: 620px) {
  .ahd-cookie-banner { bottom: 10px; padding: 18px; }
  .ahd-cookie-actions { flex-direction: column; }
  .ahd-cookie-actions button { width: 100%; }
}

.ahd-legal-footer {
  padding: 24px 16px 76px;
  color: #505665;
  background: #f5f6fb;
  text-align: center;
  font: 500 12px/1.6 Inter, ui-sans-serif, system-ui, sans-serif;
}
.ahd-legal-footer a { margin: 0 8px; color: inherit; text-decoration: underline; }
.ahd-cookie-footer-link { margin: 0 8px; padding: 0; color: inherit; background: transparent; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }
