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

.cc_mk3yghcw_account_addresses .kombos-form-item, .cc_mk3yghcw_customer_email_verification .kombos-form-item, .cc_mk3yghcw_product_detail_reviews .kombos-form-item, .cc_mk3yghcw_product_detail_option_set .kombos-form-item, .cc_mk3yghcw_account_info_content .kombos-form-item, .cc_mk3yghcw_register .kombos-form-item, .cc_mk3yghcw_forgot_password .kombos-form-item, .cc_mk3yghcw_recover_password .kombos-form-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

/* Label */
.cc_mk3yghcw_account_addresses .kombos-form-item__label, .cc_mk3yghcw_customer_email_verification .kombos-form-item__label, .cc_mk3yghcw_product_detail_reviews .kombos-form-item__label, .cc_mk3yghcw_product_detail_option_set .kombos-form-item__label, .cc_mk3yghcw_account_info_content .kombos-form-item__label, .cc_mk3yghcw_register .kombos-form-item__label, .cc_mk3yghcw_forgot_password .kombos-form-item__label, .cc_mk3yghcw_recover_password .kombos-form-item__label {
  width: fit-content;
  color: var(--kombos-gray-700);
}

/* Description */
.cc_mk3yghcw_account_addresses .kombos-form-item__description, .cc_mk3yghcw_customer_email_verification .kombos-form-item__description, .cc_mk3yghcw_product_detail_reviews .kombos-form-item__description, .cc_mk3yghcw_product_detail_option_set .kombos-form-item__description, .cc_mk3yghcw_account_info_content .kombos-form-item__description, .cc_mk3yghcw_register .kombos-form-item__description, .cc_mk3yghcw_forgot_password .kombos-form-item__description, .cc_mk3yghcw_recover_password .kombos-form-item__description {
  width: fit-content;
  margin-top: -0.25rem;
  color: var(--kombos-gray-500);
}


/* Helper text */
.cc_mk3yghcw_account_addresses .kombos-form-item__helper, .cc_mk3yghcw_customer_email_verification .kombos-form-item__helper, .cc_mk3yghcw_product_detail_reviews .kombos-form-item__helper, .cc_mk3yghcw_product_detail_option_set .kombos-form-item__helper, .cc_mk3yghcw_account_info_content .kombos-form-item__helper, .cc_mk3yghcw_register .kombos-form-item__helper, .cc_mk3yghcw_forgot_password .kombos-form-item__helper, .cc_mk3yghcw_recover_password .kombos-form-item__helper {
  color: var(--kombos-gray-500);
}

/* === Error state === */
[data-state="error"] .kombos-form-item__label,
.cc_mk3yghcw_account_addresses [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_customer_email_verification [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_product_detail_reviews [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_product_detail_option_set [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_account_info_content [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_register [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_forgot_password [data-state="error"] .kombos-form-item__helper, .cc_mk3yghcw_recover_password [data-state="error"] .kombos-form-item__helper {
  color: var(--kombos-error);
}

/* === Success state === */
.cc_mk3yghcw_account_addresses [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_customer_email_verification [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_product_detail_reviews [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_product_detail_option_set [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_account_info_content [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_register [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_forgot_password [data-state="success"] .kombos-form-item__helper, .cc_mk3yghcw_recover_password [data-state="success"] .kombos-form-item__helper {
  color: var(--kombos-success);
}
