.itdrug-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(560px, calc(100vw - 40px));
  padding: 14px 16px;
  color: #f8fbff;
  background: #061a2e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(3, 17, 30, 0.28);
  font: 12px/1.35 Manrope, Arial, sans-serif;
}

.itdrug-consent-copy {
  min-width: 0;
}

.itdrug-consent-copy p {
  margin: 0;
  color: rgba(248, 251, 255, 0.78);
}

.itdrug-consent-copy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.itdrug-consent-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.itdrug-consent-actions button,
.site-footer .footer-consent-settings {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.itdrug-consent-actions button {
  min-width: 42px;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.itdrug-consent-accept {
  color: #fff;
  border: 1px solid #ed1c24;
  background: #ed1c24;
}

.itdrug-consent-accept:hover,
.itdrug-consent-accept:focus-visible {
  background: #c9151c;
}

.itdrug-consent-actions button:focus-visible,
.site-footer .footer-consent-settings:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.itdrug-consent-label-wide {
  display: none;
}

.itdrug-consent-label-mobile {
  display: inline;
}

html.itdrug-consent-visible .scroll-to-top {
  bottom: 104px;
}

.site-footer .footer-consent-settings {
  padding: 0;
  color: #aab4be;
  background: transparent;
  font-size: 11px;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(170, 180, 190, 0.45);
  text-underline-offset: 3px;
}

.site-footer .footer-consent-settings:hover {
  color: #fff;
  text-decoration-color: currentColor;
}

.footer-links .footer-consent-settings {
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links .footer-consent-settings:hover {
  color: var(--surface, #fff);
}

@media (max-width: 700px) {
  .itdrug-consent-banner {
    right: 10px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    left: 10px;
    display: flex;
    gap: 10px;
    width: auto;
    padding: 10px 12px;
  }

  .itdrug-consent-copy p {
    font-size: 11px;
    line-height: 1.35;
  }

  .itdrug-consent-actions {
    width: auto;
  }

  .itdrug-consent-actions button {
    min-width: 42px;
    min-height: 34px;
    padding: 5px 10px;
    white-space: nowrap;
  }

  html.itdrug-consent-visible .scroll-to-top {
    bottom: calc(166px + env(safe-area-inset-bottom));
  }
}
