﻿.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  margin: 1rem;
  padding: 1rem;
  background: #f5f5f5;
  max-width: 20rem;
  box-shadow: 0 2px 2px 0 rgba(5, 35, 49, 0.12), 0 0 2px 0 rgba(5, 35, 49, 0.14);
  z-index: 99999;
}
.cookie-banner .cookie-banner__content {
  text-align: center;
}
.cookie-banner .cookie-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.cookie-banner .button--small {
  font-size: 0.875rem;
  padding-bottom: 0.6875rem;
  padding-top: 0.6875rem;
}
.cookie-banner .button {
  background-color: #43abef;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 0.5rem;
}
.cookie-banner button {
  -webkit-appearance: button;
  cursor: pointer;
}
.cookie-banner .button--outlined {
  background: 0 0;
  color: #43abef;
  border: 1px solid #43abef;
  padding: 0.6875rem 0.4375rem;
}
.cookie-banner .button:hover {
  background-image: linear-gradient(0deg, rgba(163, 224, 251, 0.4), rgba(163, 224, 251, 0.4));
}
.cookie-banner a:hover {
  text-decoration: none !important;
  outline: 0;
}
.cookie-banner a {
  background-color: transparent;
  color: #43abef;
  text-decoration-line: underline !important;
}