
.cookie-banner__wrapper[data-v-f218370e] {
  position: fixed;
  bottom: 60px;
  left: 0;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  width: 100vw;
  z-index: 99;
}
.cookie-banner[data-v-f218370e] {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  max-width: 70%;
  color: #171818;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0 8px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}
.cookie-banner p[data-v-f218370e] {
  margin: 0;
}
.cookie-banner a[data-v-f218370e] {
  white-space: nowrap;
  color: #2b7f6d !important;
  text-decoration: underline !important;
}
.cookie-buttons[data-v-f218370e] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-buttons button[data-v-f218370e] {
  background: #e7ecf0;
  padding: 10px;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  flex-grow: 1;
  font-weight: 600;
  color: #2a3742;
  transition: all 0.3s ease;
&:hover {
    background: #df7000;
    color: white;
}
}
#accept-all[data-v-f218370e] {
  color: white;
  background-color: #ff8000;
&:hover {
    background: #df7000;
}
}
@media (max-width: 1440px) {
.cookie-banner__wrapper[data-v-f218370e] {
    bottom: 20px;
}
.cookie-banner[data-v-f218370e] {
    font-size: 12px;
    flex-wrap: wrap;
    max-width: 90%;
}
.cookie-buttons[data-v-f218370e] {
    flex-wrap: wrap;
    flex-shrink: unset;
}
}


/*# sourceMappingURL=main.chunk.css.map*/