.ms-quote-form-shell form { display: grid; gap: 0.75rem; }
.ms-quote-form-shell label { display: grid; gap: 0.35rem; }
.ms-quote-form-shell input,
.ms-quote-form-shell textarea,
.ms-quote-form-shell select { width: 100%; padding: 0.5rem 0.75rem; border-radius: var(--ms-radius-sm); border: 1px solid rgba(255,255,255,0.18); }
