.cookies-eu-banner {
  background: #000; /* Slightly transparent dark background */
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  box-sizing: border-box;
  border-top: 0px solid #fff; /* Add border for better separation from content */
  font-family: Helvetica,Calibri,Arial,sans-serif; /* Use Arial font for better readability */
}

.cookies-eu-banner h2 {
  font-size: 24px; /* Larger heading font size */
  margin-bottom: 10px;
}

.cookies-eu-banner b {
  font-weight: bold;
}

 
.cookies-eu-banner button {
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: #4EB1F9;
  border-color: #4EB1F9;
  background-color: transparent;
  float: right;
  cursor: pointer;
}


.cookies-eu-banner button:hover {
  border-color: #0056b3; /* Darker blue on hover */
}

.hidden {
  display: none;
}
