.lspp-delivery-notice {
  margin: 0 0 28px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid #c9dba4;
  border-left: 5px solid #93c90e;
  border-radius: 10px;
  background: #f4f7eb;
  color: #10201a;
}

.lspp-delivery-notice strong {
  display: block;
  margin-bottom: 6px;
  color: #084535;
  font-size: 1.05rem;
}

.lspp-delivery-notice p {
  margin: 0;
  line-height: 1.62;
}

.lspp-delivery-notice a {
  color: #084535;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wc-block-components-address-form__company,
.wc-block-components-address-form__phone {
  display: block;
}

.wc-block-checkout__additional-fields .wc-block-components-text-input,
.wp-block-woocommerce-checkout-order-note-block .wc-block-components-textarea {
  margin-bottom: 18px;
}

.wc-block-checkout__additional-fields .wc-block-components-checkbox {
  padding: 16px 18px;
  border: 1px solid #d7d4c9;
  border-radius: 8px;
  background: #fff;
}

.wc-block-checkout__additional-fields .wc-block-components-checkbox__label {
  color: #10201a;
  font-size: 0.95rem;
  line-height: 1.52;
}

@media (max-width: 640px) {
  .lspp-delivery-notice {
    margin-bottom: 20px;
    padding: 17px;
  }
}

