.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1f2933;
  color: #ffffff;
  padding: 15px 20px;
  display: none;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.cookie-banner p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.cookie-banner a {
  color: #93c5fd;
  text-decoration: underline;
}

.cookie-buttons {
  text-align: right;
}

.cookie-buttons button {
  background-color: #2563eb;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-buttons button:hover {
  background-color: #1d4ed8;
}
