/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.ct-text-form-field {
  min-height: 100px;
  border-radius: 0.25rem;
  padding: 1rem;
  padding-bottom: 0px;
  /* Nested small-field override can be removed or overridden later */
}
.ct-text-form-field .small-field {
  display: none;
}

/* Label styling (merged into one block) */
.ct-text-form-field label {
  margin-bottom: 0.125rem;
  display: block;
  display: flex;
  align-items: center;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 700, 'wdth' 115, 'slnt' 0;
  font-size: 18px;
}

/* Input styling */
.text-field {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  padding: 0.5rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 12px;
}
.text-field:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  outline-width: 1px;
}
.text-field {
  outline: 1px solid #191919;
}

.text-field.border-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-width: 1px;
  outline: 1px solid #ff2400;
}

/* Small helper text styling */
.ct-text-form-field .small-field {
  margin-top: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 36 0 / var(--tw-text-opacity, 1));
}

.ct-text-form-field .optional {
  margin-left: 0.125rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.ct-text-form-field .asterisk {
  margin-left: 0.1875rem;
  margin-bottom: 0.25rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* Error message styling */
.ct-text-form-field .error-message {
  margin-left: 0.5rem;
  display: inline-block;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 12px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(255 36 0 / var(--tw-text-opacity, 1));
}

/*# sourceMappingURL=style-index.css.map*/