/*------------------------------------*\
    #Cookie Message
\*------------------------------------*/
.cookie-message {
  background-color: #8cd2fa;
  color: #222;
  margin-top: 0;
  padding: 1rem;
}

.cookie-message__intro.cookie-message__intro {
  margin-top: 0;
}

.cookie-message__actions {
  align-items: stretch;
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-flow: column;
}
.cookie-message__actions a {
  align-self: center;
  margin-top: 0;
}

.cookie-message__button {
  background-color: #1E3775;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "opensans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.20833;
  margin-top: 0;
  padding: 0.88889rem 1.66667rem 0.83333rem 1.66667rem;
  position: relative;
  text-decoration: none;
}
.cookie-message__button:hover, .cookie-message__button:focus, .cookie-message__button:active {
  background-color: #284a9e;
}

@media screen and (min-width: 550px) {
  .cookie-message__actions {
    flex-flow: row;
    gap: 1.25rem;
  }
}

/*# sourceMappingURL=s24-cookie-manager-public.css.map */
