.ohm-form-section{margin-bottom:30px;padding:24px;border:1px solid var(--ohm-border);border-radius:12px;background:#fff}.ohm-form-section h3{margin:0 0 20px}.ohm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ohm-field{display:block}.ohm-field-wide{grid-column:1/-1}.ohm-field span{display:block;margin-bottom:7px;font-size:14px;font-weight:600}.ohm-field input,.ohm-field select,.ohm-field textarea{width:100%;padding:13px 14px;border:1px solid var(--ohm-border);border-radius:8px;background:#fff;color:var(--ohm-dark);font:inherit}.ohm-field textarea{resize:vertical}.ohm-field input:focus,.ohm-field select:focus,.ohm-field textarea:focus{outline:2px solid rgba(181,144,90,.3);border-color:var(--ohm-accent)}.ohm-address-autocomplete{width:100%;min-height:48px}.ohm-address-autocomplete gmp-place-autocomplete{width:100%;color-scheme:light}.ohm-address-autocomplete+small{display:block;margin-top:7px}.ohm-form-error{padding:12px;border-radius:7px;background:#fff1f0;color:#8d211b;text-align:center}#ohm-save-property{padding:14px 20px;border:0;border-radius:7px;background:var(--ohm-dark);color:#fff;font:inherit;font-weight:600;cursor:pointer}#ohm-scheduling-message{text-align:center}@media(max-width:640px){.ohm-form-grid{grid-template-columns:1fr}.ohm-field-wide{grid-column:auto}}
.ohm-form-section{margin-bottom:34px;padding:30px;border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 10px 30px rgba(23,43,58,.05)}.ohm-form-section h3{margin-bottom:24px;font-size:19px}.ohm-form-grid{gap:24px 20px}.ohm-field span{margin-bottom:9px;font-weight:700}.ohm-field small{display:block;margin-top:8px;color:var(--ohm-slate);line-height:1.45}.ohm-field input,.ohm-field select,.ohm-field textarea{min-height:50px;padding:14px 16px;border-color:#bdcad5;border-radius:10px;box-shadow:0 2px 8px rgba(23,43,58,.035);transition:border-color .18s,box-shadow .18s}.ohm-field select{appearance:none;padding-right:46px;background-image:linear-gradient(45deg,transparent 50%,var(--ohm-accent) 50%),linear-gradient(135deg,var(--ohm-accent) 50%,transparent 50%);background-position:calc(100% - 20px) 21px,calc(100% - 14px) 21px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.ohm-field textarea{min-height:116px}.ohm-field input:focus,.ohm-field select:focus,.ohm-field textarea:focus{outline:none;box-shadow:0 0 0 4px rgba(47,111,159,.14)}@media(max-width:640px){.ohm-form-section{padding:22px 18px}.ohm-form-grid{gap:20px}}
