.cookie-consent-root {
  font-size: 13px;
  line-height: 1.5;
}

.cookie-consent-root a {
  color: rgb(13, 49, 143);
  text-decoration: none;
}

.cookie-consent-root a:hover {
  text-decoration: underline;
}

.cookie-consent-root h1 {
  font-size: 150%;
}

.cookie-consent-root p {
  margin: 1em 0;
}

.cookie-consent-popup, .cookie-consent-settings-popup {
  position: fixed;
  z-index: 100000000;
  color: #333;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 100%;
  overflow: auto;
}

.cookie-consent-popup {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.cookie-consent-popup-content {
  padding: 0.5em 1.5em 0;
  flex-grow: 1;
  overflow: auto;
}

.cookie-consent-actions {
  padding: 0 1.5em 0.5em;
}

.cookie-consent-settings-popup {
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 575px;
  padding: 0.5em 1.5em;
}

.cookie-consent-actions button, .cookie-consent-settings-actions button, .cookie-consent-settings-choices-actions button {
  display: inline-block;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0.25em 0.5em;
  color: #fff;
  background-color: rgb(13, 49, 143);
  border: 2px solid transparent;
}

.cookie-consent-actions button:hover, .cookie-consent-settings-actions button:hover, .cookie-consent-settings-choices-actions button:hover {
  background-color: rgba(13, 49, 143, 0.8);
}

.cookie-consent-actions {
  text-align: right;
}

.cookie-consent-actions .cookie-consent-settings-button {
  color: rgb(13, 49, 143);
  background-color: #fff;
  border-color: rgb(13, 49, 143);
}

.cookie-consent-actions .cookie-consent-settings-button:hover {
  color: #fff;
  background-color: rgba(13, 49, 143, 0.8);
  border-color: transparent;
}

.cookie-consent-close, .cookie-consent-settings-close {
  display: inline-block;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  display: inline;
  padding: 0;
  color: inherit;
  text-align: start;
  background-color: transparent;
  border: 0 none;
  float: right;
  padding: 0.5em;
  font-size: 150%;
}