.legal-footer-links {
  width: 100%;
  margin: 14px 0 0;
}

.legal-footer-links__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-footer-links__list > li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.legal-footer-links__list > li:not(:last-child)::after {
  content: '\00b7';
  flex: 0 0 auto;
  margin: 0 8px;
  color: currentColor;
}

.legal-footer-links__list a {
  white-space: normal;
  overflow-wrap: anywhere;
}

.wpcf7 .form__fields-policy {
  margin-top: 20px;
  text-align: left;
}

.wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: left;
  cursor: pointer;
}

.wpcf7 .wpcf7-acceptance input[type='checkbox'] {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.wpcf7 input[type='submit']:disabled,
.wpcf7 button[type='submit']:disabled,
.dssl_form input[type='submit']:disabled,
.woocommerce-checkout [name='woocommerce_checkout_place_order']:disabled {
  opacity: 0.72;
  filter: saturate(0.55) brightness(1.16);
  cursor: not-allowed;
}

.dssl_form .dssl-privacy-consent {
  margin-top: 20px;
  text-align: left;
}

.dssl_form .dssl-privacy-consent label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: left;
  cursor: pointer;
}

.dssl_form .dssl-privacy-consent input[type='checkbox'] {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.dssl_form .dssl-submit-row[data-consent-disabled='true'] {
  cursor: not-allowed;
}

.wpcf7 .form__fields-send[data-consent-disabled='true'],
.woocommerce-checkout .place-order[data-consent-disabled='true'] {
  cursor: not-allowed;
}

.woocommerce-checkout .checkout-policy-consent {
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 4px;
  background: #f5f5f5;
  text-align: left;
}

.woocommerce-checkout .checkout-policy-consent label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  text-align: left;
  cursor: pointer;
}

.woocommerce-checkout .checkout-policy-consent input[type='checkbox'] {
  flex: 0 0 auto;
  margin: 3px 0 0;
}

.woocommerce-checkout .checkout-policy-consent .required {
  flex: 0 0 auto;
}

.woocommerce-checkout [name='woocommerce_checkout_place_order'] {
  margin-top: 0;
}

.privacy-withdrawal {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.privacy-withdrawal .wpcf7 {
  max-width: 760px;
}

.privacy-withdrawal-notice {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}

#cookie-notice {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 760px;
  margin: auto;
  padding: 14px 20px;
  border-radius: 10px;
  background: #fff;
  color: #252525;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
}

.cookie-notice__content {
  flex: 1 1 auto;
}

.cookie-notice__title {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.cookie-notice__text p {
  margin: 0;
}

#cookie-notice button {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  #cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }

  #cookie-notice button {
    width: 100%;
  }
}
