/* Default footer */
.footer-block {
  width: 100%;
}

/* Sticky footer (opt-in) */
.footer-block.footer-sticky {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #fff;
}

.form-error {
  display: none;
}

.form-error.is-visible {
  display: block;
}

.form-error-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-error-item {
  line-height: 1.3;
}

