input:not([type=checkbox],[type=file]),select:not([multiple]),textarea{width:100%;background-color:#fff;height:2.5rem;padding-inline:1rem;font-size:1rem;border-radius:.5rem;border:1px solid var(--grey)}input:not([type=checkbox],[type=file]):focus,select:not([multiple]):focus,textarea:focus{outline:3px solid var(--yellow);border-color:var(--primary)}select[multiple]{height:initial;padding:initial}input[disabled],select[disabled],textarea[disabled]{background-color:var(--light-grey);color:var(--dark-grey)}textarea{height:initial;padding-block:.5rem;font-family:Arial,Helvetica,sans-serif}input[type=date]{-webkit-appearance:none;appearance:none}label{display:block;margin-bottom:.5rem;font-weight:700}label:has(+.field-hint){margin-bottom:0}.field-hint{font-size:.875rem;color:var(--dark-grey);margin:0 0 .5rem}:root[data-theme=dark] input[disabled],:root[data-theme=dark] select[disabled],:root[data-theme=dark] textarea[disabled]{background-color:var(--primary);color:var(--light-grey)}:root[data-theme=dark] input:not([type=checkbox],[type=file]),:root[data-theme=dark] select:not([multiple]),:root[data-theme=dark] textarea{background-color:var(--dark-grey);color:#fff;border-color:var(--primary-solid)}:root[data-theme=dark] .field-hint{color:var(--grey)}