.cf4-cookie {
  position: fixed;
  z-index: 10001;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  max-width: 560px;
  padding: 14px 15px 14px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  color: #dfe5ec;
  background: rgba(14, 18, 23, .98);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
  font: 500 12px/1.45 Arial, Helvetica, sans-serif;
  gap: 16px;
}
.cf4-cookie.cf4-show { display: flex; }
.cf4-cookie a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cf4-cookie__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cf4-cookie button { min-height: 38px; padding: 8px 11px; border: 1px solid transparent; border-radius: 8px; color: #fff; background: #ff681e; font-weight: 800; cursor: pointer; }
.cf4-cookie button[data-cf4-cookie-reject] { border-color: rgba(255, 255, 255, .18); color: #dfe5ec; background: transparent; }
.cf4-cookie button:focus-visible { outline: 3px solid rgba(74, 137, 255, .5); outline-offset: 2px; }

@media (max-width: 680px) {
  .cf4-cookie { right: 10px; bottom: 10px; left: 10px; max-width: none; align-items: stretch; flex-direction: column; }
  .cf4-cookie__actions { display: grid; grid-template-columns: 1fr; }
  .cf4-cookie button { width: 100%; }
}
