/*
Theme Name:  Noo JobMonster Child
Theme URI:   https://job.optimistichr.com
Description: Child theme for Noo JobMonster — customizes resume form fields.
Author:      Optimistic HR
Author URI:  https://job.optimistichr.com
Template:    noo-jobmonster
Version:     1.0.0
Text Domain: noo-jobmonster-child
*/

/* =============================================================================
   Custom styles for the "Other" job-category field
   ============================================================================= */

/* Smooth transition for the Other text-input wrapper */
#job_category_other_wrap {
    transition: all 0.2s ease-in-out;
}

/* Required asterisk colour — matches the theme's existing required-field style */
#job_category_other_wrap .required {
    color: #e74c3c;
    margin-left: 2px;
}