/*
 Theme Name:   WorkScout Child
 Theme URI:    http://example.com/workscout-child/
 Description:  WorkScout Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     workscout
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  workscout-child
*/


/* Custom Hero Section Styles for jobs.tl
/** Change "Need more search options?" and "Advanced Search" text color to white */
.intro-banner .sixteen.columns .adv-search-btn span,
.intro-banner .adv-search-btn a {
    color: #FFFFFF;
}
/** Change the link color on hover to ensure it's still visible */
.intro-banner .adv-search-btn a:hover {
    color: #f0f0f0; /* A slightly off-white color for hover effect */
}

