.cemula-cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99999;
  max-width: 34rem;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: .75rem;
  background: #fff;
  color: #191919;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .18);
}

.cemula-cookie-banner[hidden] { display: none; }
.cemula-cookie-banner p { margin: 0 0 .75rem; }
.cemula-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cemula-cookie-actions button,
.cemula-cookie-footer-link { cursor: pointer; }
.cemula-cookie-dialog { max-width: 36rem; border: 0; border-radius: .75rem; padding: 1.25rem; }
.cemula-cookie-dialog::backdrop { background: rgba(0, 0, 0, .45); }
.cemula-cookie-footer-link { margin: 1rem; border: 0; background: none; text-decoration: underline; }

@media (orientation: landscape) and (max-height: 500px) {
  .cemula-cookie-banner {
    left: 1rem;
    max-width: none;
    padding: .5rem .75rem;
  }

  .cemula-cookie-banner p {
    margin: 0 0 .25rem;
    font-size: .875rem;
    line-height: 1.2;
  }

  .cemula-cookie-actions { flex-wrap: nowrap; }
  .cemula-cookie-actions button {
    min-height: 44px;
    padding: .5rem .75rem;
    white-space: nowrap;
  }
}
