﻿.cookie-banner {
  position: fixed; bottom: 24px; right: 24px; z-index: 1200;
  max-width: 380px; background: #fff; color: var(--color-text-dark);
  padding: 20px 24px 20px 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.cookie-banner__close {
  position: absolute; top: 8px; right: 10px;
  background: none; border: none; font-size: 18px; cursor: pointer; color: #000;
}
.cookie-banner__text { font-size: 13px; line-height: 1.45; margin-bottom: 16px; padding-right: 16px; }
.cookie-banner__text a { color: #e42e3a; text-decoration: underline; }
.cookie-banner__accept {
  border-radius: 999px; padding: 10px 28px; font-size: 13px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
