.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  z-index: 9999;
  padding: 14px 0;
  display: none;
}

.cookie-banner p {
  color: #444;
  line-height: 1.5;
}

.btn-cookie-accept {
  background-color: #FF5300;
  border-color: #FF5300;
  color: #fff;
  font-weight: 500;
}

.btn-cookie-accept:hover {
  background-color: #e64b00;
  border-color: #e64b00;
  color: #fff;
}

.btn-cookie-accept:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 83, 0, 0.35);
}


@media (max-width: 768px) {
  .cookie-banner {
    text-align: center;
  }
}
