.contact-form{display:flex;flex-direction:column;gap:8px;width:100%;& h4{font-size:32px;font-weight:700}.contact-form__field{display:flex;flex-direction:column}& label{font-size:18px}& input{display:flex;align-items:center;width:100%;height:40px;padding:16px;border-radius:4px;color:var(--foreground);background-color:white;outline:none;&:disabled{color:gray;background-color:lightgray}}& textarea{display:flex;align-items:center;width:100%;height:128px;padding:16px;border-radius:4px;color:var(--foreground);background-color:white;outline:none;&:disabled{color:gray;background-color:lightgray}}.contact-form__submit{margin-top:8px;height:48px;border-radius:24px;font-size:18px;background-image:linear-gradient(-20deg,#6e45e2,#88d3ce);outline:none;cursor:pointer;&:disabled{cursor:not-allowed}}}