.ihj-form__field.is-error .ihj-form__input{border-color:#e05252}.ihj-form__textarea{height:auto;padding-top:10px;resize:vertical;min-height:100px}.ihj-form__section-label{font-size:14px;font-weight:600;color:var(--ihj-text);padding:4px 0;margin-top:4px}.ihj-form__field--full{grid-column:1/-1}.ihj-form--card{background:#fff;border-radius:var(--ihj-radius-card);padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.1)}.ihj-form--card .ihj-form__title{font-size:20px;font-weight:700;color:var(--ihj-text);margin:0 0 16px}.ihj-form--card .ihj-form__fields{grid-template-columns:1fr}.ihj-form--card-grid{background:#fff;border-radius:var(--ihj-radius-card);padding:28px;box-shadow:0 2px 20px rgba(0,0,0,.12)}.ihj-form--card-grid .ihj-form__title{font-size:24px;font-weight:700;color:var(--ihj-text);text-align:center;margin:0 0 20px}.ihj-form--card-grid .ihj-form__fields{grid-template-columns:repeat(4,1fr)}.ihj-form--card-grid .ihj-form__field--cols-1{grid-column:span 1}.ihj-form--card-grid .ihj-form__field--cols-2{grid-column:span 2}.ihj-form--grid{background:#fff;border-radius:var(--ihj-radius-card);padding:24px}.ihj-form--grid .ihj-form__fields{grid-template-columns:1fr 1fr}.ihj-form--sidebar{background:#f5f5f5;border-radius:var(--ihj-radius-card);padding:20px}.ihj-form--sidebar .ihj-form__fields{grid-template-columns:1fr 1fr}.ihj-form--sidebar .ihj-form__field--cols-2{grid-column:1/-1}.ihj-form--sidebar .ihj-form__section-label{grid-column:1/-1}.ihj-form--sidebar .ihj-form__input{background:#fff}.ihj-form.is-loading .ihj-form__spinner{display:inline-block}.ihj-form__response.is-success{display:block;background-color:#eaf5ee;color:#2d6e47;border:1px solid #b6dfc4}.ihj-form__response.is-error{display:block;background-color:#fdf0f0;color:#c0392b;border:1px solid #f5c6c6}@media (max-width:768px){.ihj-form-wrapper .ihj-form--horizontal{max-width:75vw;margin:0 auto}.ihj-form--card-grid .ihj-form__fields,.ihj-form--grid .ihj-form__fields,.ihj-form--sidebar .ihj-form__fields{grid-template-columns:1fr}.ihj-form--card-grid,.ihj-form--card,.ihj-form--grid{padding:20px 16px}}@media (max-width:480px){.ihj-form--card-grid .ihj-form__title{font-size:20px}}