/* Static-export helpers — does not change the WordPress theme. */
.ss-form-note, .ss-static-note {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f6f8fb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.45;
}
.ss-static-order { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 16px 0 8px; }
.ss-static-order .ss-form-note { flex: 1 1 100%; }
.ss-order-whatsapp { background: #25d366 !important; border-color: #25d366 !important; color: #fff !important; }
.ss-order-contact { background: #2f6db5 !important; border-color: #2f6db5 !important; color: #fff !important; }
.ss-static-placeholder {
  max-width: 720px;
  margin: 48px auto;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(44, 37, 54, 0.08);
}
.ss-static-placeholder h1 { margin-top: 0; }
.ss-static-placeholder a { color: #2f6db5; font-weight: 600; }
