@charset "utf-8";
/* CSS Document */
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c2740;
  color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  z-index: 9999;
}
.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner-actions button {
  margin-left: 8px;
}

