/*------------------------------
    GDPR CSS
------------------------------*/
.cookie-consent {
  position: sticky;
  bottom: 0;
  font-size: 0.9em;
  padding: 1em;
  background: #ecf5fc;
  text-align: center;
  z-index: 1000;
}

.cookie-consent__message {
  display: inline-block;
  color: #12537b;
}

.cookie-consent__message p {
  margin: 0;
}

.cookie-consent__agree {
  font-weight: bold;
  margin: 0 1em;
  padding: 0.5em 1em;
  color: #fff2e0;
  background-color: #e03c38;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(224, 60, 56, 0.15);
}

.cookie-consent__agree:hover {
  background-color: #c41b0e;
}

.cookie-consent__agree:active {
  top: 1px;
}

