.cookie-banner-inner {
  border: 1px solid rgba(255, 255, 255, .18);
}
.cookie-banner-copy {
  min-width: 0;
  flex: 1 1 620px;
}
.cookie-banner-copy p {
  line-height: 1.55;
}
.cookie-privacy-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.cookie-privacy-link:hover {
  color: #f5b52b;
}
.cookie-banner-actions {
  flex: 0 0 auto;
  align-items: center;
}
.cookie-banner-actions .button {
  min-width: 156px;
  min-height: 46px;
  padding: 10px 18px;
  border-width: 2px;
  font-size: .9rem;
  font-weight: 850;
}
.cookie-banner-actions .cookie-reject {
  color: #103629 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .17);
}
.cookie-banner-actions .cookie-reject:hover {
  color: #0b2a20 !important;
  background: #edf5f0 !important;
  border-color: #edf5f0 !important;
  transform: translateY(-1px);
}
.cookie-banner-actions [data-cookie-accept] {
  color: #102d22 !important;
  background: #f5b52b !important;
  border-color: #f5b52b !important;
  box-shadow: 0 8px 22px rgba(245, 181, 43, .2);
}
.cookie-banner-actions [data-cookie-accept]:hover {
  background: #ffc54d !important;
  border-color: #ffc54d !important;
  transform: translateY(-1px);
}
.cookie-banner-actions .button:focus-visible,
.cookie-privacy-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.legal-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 16px 0 0;
}
.legal-source-links a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 760px) {
  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .cookie-banner-inner {
    gap: 15px;
    padding: 17px;
  }
  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .cookie-banner-actions .button {
    width: 100%;
    min-width: 0;
  }
}
