.salko-form-step[hidden], .salko-form-actions [hidden], #service-request-form[hidden] { display: none !important; }
.salko-form-progress { margin: 0 0 26px; padding-bottom: 12px; color: #66533c; border-bottom: 1px solid #ded6c9; font-weight: 600; }
.salko-form-step { border: 0; margin: 0; padding: 0; min-width: 0; }
.salko-form-step legend { width: 100%; margin-bottom: 24px; color: #27312e; font-family: var(--title-font); font-size: 27px; }
.salko-form-step > p { line-height: 1.6; margin-bottom: 22px; }
.salko-form-step .salko-form-field { margin-bottom: 24px; }
.salko-form-step .salko-form-grid { margin-bottom: 24px; }
.salko-form-step .salko-form-grid .salko-form-field { margin: 0; }
.salko-form-step .salko-form-help { margin: 6px 0 0; }
.salko-radio { display: inline-flex; align-items: center; gap: 10px; margin: 0 25px 22px 0; cursor: pointer; font-weight: 600; }
.salko-radio input { width: 18px; height: 18px; accent-color: #8d6d45; }
.salko-form-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; justify-content: space-between; margin-top: 20px; }
.salko-form-actions button:disabled { cursor: not-allowed; opacity: .55; }
.salko-secondary-btn { padding: 15px 24px; border: 1px solid #9c815e; background: transparent; color: #382d1c; cursor: pointer; font: inherit; }
.salko-form-error { background: #fff1ec; border-color: #aa493d; }
@media (max-width: 575px) {
  .salko-form-step .salko-form-grid .salko-form-field { margin-bottom: 20px; }
}