.dr-cookie-banner { position: fixed; z-index: 100000; right: 20px; bottom: 20px; left: 20px; color: #fff; font-family: inherit; }
.dr-cookie-content { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 1120px); margin: 0 auto; padding: 20px 24px; border-radius: 12px; background: #223247; box-shadow: 0 16px 45px rgba(17, 29, 43, .28); }
.dr-cookie-content p { margin: 0; color: #fff; font-size: 15px; line-height: 1.55; }
.dr-cookie-content a { color: #fff; text-decoration: underline; }
.dr-cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.dr-cookie-actions button { min-height: 44px; padding: 10px 22px; border: 1px solid #cb3a5b; border-radius: 999px; font: inherit; font-weight: 700; cursor: pointer; }
.dr-cookie-reject { color: #fff; background: transparent; }
.dr-cookie-accept { color: #fff; background: #cb3a5b; }
.dr-cookie-actions button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 700px) {
  .dr-cookie-banner { right: 12px; bottom: 12px; left: 12px; }
  .dr-cookie-content { align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }
  .dr-cookie-actions { width: 100%; }
  .dr-cookie-actions button { flex: 1; padding-inline: 14px; }
}
