/* Orion Cookie Notice */
.orion-cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  text-align: center;
  z-index: 9999;
}

.orion-cookie-banner p {
  margin: 0;
  display: inline;
}

.orion-cookie-banner a {
  color: #ffcc00;
  text-decoration: underline;
}

.orion-cookie-banner button {
  background: #ffcc00;
  color: #000;
  border: none;
  padding: 6px 18px;
  margin-left: 15px;
  font-weight: bold;
  cursor: pointer;
}
/* Orion Cookie Notice */