.cookie {
  right: 16px;
  bottom: 16px;
  left: 16px;
  max-width: 680px;
  min-height: 72px;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 16px;
  border-color: #d8dfe1;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(23, 36, 42, 0.18);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-text {
  flex: 1;
}

.cookie-text a {
  color: #087f99;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie #acceptCookies {
  min-width: 96px;
  min-height: 44px;
  flex: 0 0 auto;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  .cookie {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 64px;
    gap: 12px;
    padding: 12px;
    font-size: 12px;
  }

  .cookie #acceptCookies {
    min-width: 84px;
  }
}
