.zz-cookie-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483000;
  font-family: inherit;
}

.zz-cookie-notice[hidden] {
  display: none !important;
}

.zz-cookie-notice__content {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.zz-cookie-notice__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 1.45;
}

.zz-cookie-notice__text strong {
  font-size: 14px;
}

.zz-cookie-notice__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.zz-cookie-notice__link,
.zz-cookie-notice__button {
  font-size: 13px;
  font-weight: 600;
  border-radius: 9px;
  padding: 9px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.zz-cookie-notice__link {
  color: #212529;
  background: #f1f3f5;
  border: 1px solid #dee2e6;
}

.zz-cookie-notice__link:hover,
.zz-cookie-notice__link:focus {
  color: #000000;
  background: #e9ecef;
}

.zz-cookie-notice__button {
  border: 1px solid #212529;
  background: #212529;
  color: #ffffff;
  cursor: pointer;
}

.zz-cookie-notice__button:hover,
.zz-cookie-notice__button:focus {
  background: #000000;
}

@media (max-width: 680px) {
  .zz-cookie-notice {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .zz-cookie-notice__content {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .zz-cookie-notice__actions {
    justify-content: flex-end;
  }
}
