.form,form{--primary:#232323;--error:#ef6666;padding:1rem;background:rgba(255,255,255,.5);width:auto;gap:.5rem}.form h2,form h2{text-align:center}.form .fullwidth,form .fullwidth{grid-column:1/-1}.form span,form span{margin:auto}form .buttons{grid-column:1/-1}input,textarea{padding:.5rem;grid-column:3}input[type=checkbox]{min-width:1rem;margin-right:auto;padding:0}.form button,form button{border:.2rem solid var(--primary);width:100%;padding:.3rem;white-space:nowrap}input,textarea{background:var(--background);border:.1rem solid var(--primary);color:var(--primary);padding:.5rem!important;min-width:100%;resize:vertical}input:focus,textarea:focus{border-color:var(--secondary);background-color:var(--background-secondary);outline:none}input.currency:before{content:"$"}@media (min-width:768px){.form,form{display:grid;grid-template-columns:1fr .5em 3fr}label{grid-column:1}}label{text-align:right;color:var(--primary);white-space:nowrap;margin-top:auto;margin-bottom:auto}label.required:before{content:"* ";color:var(--error)}label:after{content:":"}.error{border:.2rem solid var(--error)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}form select{width:-moz-fit-content;width:fit-content}