#iaa-cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  padding: 0.8em 1.2em;
  background: #2d3e50;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.4;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
}

#iaa-cookie-notice a {
  color: #7fd0f5;
  text-decoration: underline;
}

#iaa-cookie-notice button {
  padding: 0.35em 1.4em;
  border: none;
  border-radius: 3px;
  background: #0b63a5;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#iaa-cookie-notice button:hover {
  background: #0d76c5;
}

@media print {
  #iaa-cookie-notice {
    display: none;
  }
}
