/*
 * ThemeHigh Job Manager custom CSS
 *
 * This file is deliberately kept separate from ThemeHigh's plugin CSS.
 * Add site-specific overrides through:
 * WordPress > Settings > ThemeHigh Customisations
 *
 * The selectors below are starting points. Inspect the page with your
 * browser's developer tools if you need to target a particular element.
 */

/* Example: application form */
.thjmf-job-application,
.thjmf-application-form {
    /* max-width: 800px; */
}

/* Example: form labels */
/*
.thjmf-job-application label {
    font-weight: 600;
}
*/

/* Example: form inputs */
/*
.thjmf-job-application input,
.thjmf-job-application select,
.thjmf-job-application textarea {
    border-radius: 4px;
    padding: 10px 12px;
}
*/

/* Example: Apply Now / Submit buttons */
/*
.thjmf-job-application button,
.thjmf-job-application input[type="submit"] {
    border-radius: 4px;
    padding: 12px 24px;
}
*/


