.cookie-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;

  display: grid;
  grid-template-columns: 1fr auto;

  margin: 20px;
  padding: 12px;
  max-width: 360px;

  font-size: 14px;
  line-height: 1.4;

  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cookie-notice a {
  color: #000 !important;
  text-decoration: underline !important;
}

.cookie-notice a:hover {
  text-decoration: none !important;
}

.cookie-notice[dismissed] {
  display: none;
}

.cookie-notice-dismiss {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;

  padding-left: 10px;

  font-size: 16px;
  line-height: 1;
}
