.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(34, 34, 34, 0.96);
  color: #fff;
  padding: 8px 15px;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}

.cookie-banner__inner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #fff !important;
}

.cookie-banner__inner a {
  color: #fff !important;
  text-decoration: underline;
}

.cookie-banner__inner .btn {
  flex-shrink: 0;
  margin: 0;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.2;
  min-width: 0;
  height: auto;
  color: #fff;
}
