.recipe-form ::placeholder{color:var(--text-color);opacity:1}.recipe-form__wrapper{max-width:63rem;margin:0 auto;padding:0 3%}.recipe-form__header{text-align:center;margin-bottom:3.5rem;padding-bottom:1rem;position:relative}.recipe-form__header:after{content:" ";height:1px;width:3.5rem;border-top:1px solid #dcdc48;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.recipe-form__heading{margin-bottom:.25em}.recipe-form__form{max-width:63rem;padding-left:1rem;padding-right:1rem}.recipe-form__block{border:none;align-items:center;gap:.5rem;padding:0;display:flex}.recipe-form .recipe-form__input{accent-color:#2c6439;height:auto;min-width:1.25rem;width:100%;background-color:#fcf9e0;border:none;border-bottom:2px solid #2c6439;padding:.5em;font-size:1rem;line-height:1}.recipe-form .recipe-form__input--textarea{min-height:6rem;resize:vertical;overflow:auto}.recipe-form .recipe-form__input--select{height:100%;max-width:none;min-width:0;width:100%}.recipe-form__legend{white-space:nowrap;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1}.recipe-form__section-heading{margin-bottom:.5em;font-size:1rem;font-weight:700}.recipe-form__table{width:100%}.recipe-form__table tr{border:none;gap:.5rem;margin-bottom:.75rem;display:flex}.recipe-form__table tbody tr:first-child button{opacity:0;pointer-events:none}.recipe-form__cell{flex:auto;padding:0;position:relative}.recipe-form__cell--qty{flex-basis:15%}@media screen and (width>=768px){.recipe-form__cell--qty{flex-basis:10%}}.recipe-form__cell--meas{flex-basis:20%}.recipe-form__cell--item{flex-basis:60%}@media screen and (width>=768px){.recipe-form__cell--item{flex-basis:65%}}.recipe-form__cell--step{flex-basis:95%}.recipe-form__cell--close{flex-basis:5%}.recipe-form__cell--close button{height:auto;background-color:#0000;margin-bottom:0;padding:.25rem;line-height:1}@media screen and (width>=768px){.recipe-form__cell--close button{padding:.5rem}}.recipe-form__cell--close button:hover,.recipe-form__cell--close button:focus{background-color:var(--button-hover)}.recipe-form__cell--close svg .icon-fill{stroke-width:2px}.recipe-form__cell--drop:after{content:" ";height:.25rem;width:.25rem;border-bottom:1px solid;border-right:1px solid;display:block;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)rotate(45deg)}.recipe-form__checkbox{align-items:center;gap:.5rem;display:flex}.recipe-form__checkbox span{letter-spacing:0;text-transform:none;font-size:.875rem}.recipe-form__btn-add{height:auto;min-width:65%;text-align-last:left;background-color:#0000;border-bottom:1px solid;justify-content:flex-start;align-items:center;gap:1rem;padding:0 .5rem;line-height:2;display:flex}.recipe-form__btn-add svg .icon-fill{stroke-width:2px}.recipe-form__submit{width:12rem}.recipe-form__message{color:#fff;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.recipe-form__message--success{background-color:#2c6439}.recipe-form__message--error{background-color:var(--error-msg-dark)}.recipe-form__hidden{display:none}