
/* ===== FormItem Sub-Component ===== */

.cc_xuUMlpuJCr_account_addresses .kombos-form-item, .cc_xuUMlpuJCr_customer_email_verification .kombos-form-item, .cc_xuUMlpuJCr_product_detail_reviews .kombos-form-item, .cc_xuUMlpuJCr_product_detail_option_set .kombos-form-item, .cc_xuUMlpuJCr_account_info_content .kombos-form-item, .cc_xuUMlpuJCr_login .kombos-form-item, .cc_xuUMlpuJCr_register .kombos-form-item, .cc_xuUMlpuJCr_forgot_password .kombos-form-item, .cc_xuUMlpuJCr_recover_password .kombos-form-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

/* Label — wide-tracked uppercase, matching the brand's other field labels
   (variant swatches, accordion headers). */
.cc_xuUMlpuJCr_account_addresses .kombos-form-item__label, .cc_xuUMlpuJCr_customer_email_verification .kombos-form-item__label, .cc_xuUMlpuJCr_product_detail_reviews .kombos-form-item__label, .cc_xuUMlpuJCr_product_detail_option_set .kombos-form-item__label, .cc_xuUMlpuJCr_account_info_content .kombos-form-item__label, .cc_xuUMlpuJCr_login .kombos-form-item__label, .cc_xuUMlpuJCr_register .kombos-form-item__label, .cc_xuUMlpuJCr_forgot_password .kombos-form-item__label, .cc_xuUMlpuJCr_recover_password .kombos-form-item__label {
  width: fit-content;
  color: var(--kombos-ink-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Description */
.cc_xuUMlpuJCr_account_addresses .kombos-form-item__description, .cc_xuUMlpuJCr_customer_email_verification .kombos-form-item__description, .cc_xuUMlpuJCr_product_detail_reviews .kombos-form-item__description, .cc_xuUMlpuJCr_product_detail_option_set .kombos-form-item__description, .cc_xuUMlpuJCr_account_info_content .kombos-form-item__description, .cc_xuUMlpuJCr_login .kombos-form-item__description, .cc_xuUMlpuJCr_register .kombos-form-item__description, .cc_xuUMlpuJCr_forgot_password .kombos-form-item__description, .cc_xuUMlpuJCr_recover_password .kombos-form-item__description {
  width: fit-content;
  margin-top: -0.25rem;
  color: var(--kombos-gray-500);
}


/* Helper text */
.cc_xuUMlpuJCr_account_addresses .kombos-form-item__helper, .cc_xuUMlpuJCr_customer_email_verification .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_reviews .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_option_set .kombos-form-item__helper, .cc_xuUMlpuJCr_account_info_content .kombos-form-item__helper, .cc_xuUMlpuJCr_login .kombos-form-item__helper, .cc_xuUMlpuJCr_register .kombos-form-item__helper, .cc_xuUMlpuJCr_forgot_password .kombos-form-item__helper, .cc_xuUMlpuJCr_recover_password .kombos-form-item__helper {
  color: var(--kombos-gray-500);
}

/* === Error state === */
.cc_xuUMlpuJCr_account_addresses [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_customer_email_verification [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_product_detail_reviews [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_product_detail_option_set [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_account_info_content [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_login [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_register [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_forgot_password [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_recover_password [data-state="error"] .kombos-form-item__label, .cc_xuUMlpuJCr_account_addresses [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_customer_email_verification [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_reviews [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_option_set [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_account_info_content [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_login [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_register [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_forgot_password [data-state="error"] .kombos-form-item__helper, .cc_xuUMlpuJCr_recover_password [data-state="error"] .kombos-form-item__helper {
  color: var(--kombos-error);
}

/* === Success state === */
.cc_xuUMlpuJCr_account_addresses [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_customer_email_verification [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_reviews [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_product_detail_option_set [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_account_info_content [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_login [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_register [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_forgot_password [data-state="success"] .kombos-form-item__helper, .cc_xuUMlpuJCr_recover_password [data-state="success"] .kombos-form-item__helper {
  color: var(--kombos-success);
}
