/* Styles for #dateOfBirth */
#dateOfBirth [data-slot="helper-wrapper"] > [data-slot="description"] {
  @apply !font-inter !text-[12px] !text-gray-500 !leading-tight;
}

#dateOfBirth [data-slot="helper-wrapper"] > [data-slot="error-message"] {
  @apply !font-inter !mt-0.5 !text-[12px] !leading-tight !flex !text-red-800 !font-semibold !tracking-tight;
}

#dateOfBirth [data-slot="inner-wrapper"] > [data-slot="input-field"] {
  @apply !font-noto !text-black;
}

/* Styles for #preferredDate */
#preferredDate [data-slot="helper-wrapper"] > [data-slot="description"] {
  @apply !font-inter !text-[12px] !text-gray-500 !leading-tight;
}

#preferredDate [data-slot="helper-wrapper"] > [data-slot="error-message"] {
  @apply !font-inter !mt-0.5 !text-[12px] !leading-tight !flex !text-red-800 !font-semibold !tracking-tight;
}

#preferredDate [data-slot="inner-wrapper"] > [data-slot="input-field"] {
  @apply !font-noto !text-black;
}
