/* CÉZAR: label-colored regular values in editable form fields, 8. 9. 2026. */
html body form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not([type="image"]):not([type="range"]):not([type="color"]), textarea, select) {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #29465d !important;
}
html body form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not([type="image"]):not([type="range"]):not([type="color"]), textarea, select):autofill {
  color: #29465d !important;
  -webkit-text-fill-color: #29465d !important;
}
html body form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not([type="image"]):not([type="range"]):not([type="color"]), textarea, select):-webkit-autofill {
  color: #29465d !important;
  -webkit-text-fill-color: #29465d !important;
}
html body form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not([type="image"]):not([type="range"]):not([type="color"]), select) {
  min-height: 44px !important;
}
.advice-dialog .inquiry-block + .inquiry-block { margin-top: 24px !important; }
/* Note fields: 75 percent of their previous role-specific height. */
html body form textarea[name="Poznamka"] { height:65.25px!important; min-height:65.25px!important; field-sizing:fixed!important; resize:vertical; }
html body form textarea#order-note { height:60.75px!important; min-height:60.75px!important; }
html body form.inquiry-form textarea[name="message"] { height:56px!important; min-height:56px!important; field-sizing:fixed!important; resize:vertical; }
html body form.order-confirm-form textarea[name="Poznamka"] { height:75px!important; min-height:75px!important; }
html body form.form-card textarea#Zprava { height:79.5px!important; min-height:79.5px!important; field-sizing:fixed!important; resize:vertical; }
html body form.form-card textarea[name="Poznamka"] { height:66px!important; min-height:66px!important; }
html body .advice-dialog form .inquiry-field textarea { height:124px!important; min-height:124px!important; field-sizing:fixed!important; resize:vertical; }
