/*
Theme Name:     Jobhunt Child
Theme URI:      https://themeforest.net/item/jobhunt-job-board-wordpress-theme-for-wp-job-manager/22563674
Author:         MadrasThemes
Author URI:     https://madrasthemes.com/
Description:    This is the child theme for the jobhunt theme
Template:       jobhunt
Version:        1.2.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    jobhunt-child
Tags:           e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

/* === WhatJobs Apply Button Alignment (v9) === */

/* Make sidebar buttons stack cleanly */
.single-job_listing .job_listing_sidebar {
    display: flex;
    flex-direction: column;
}

/* Bookmark button – no bottom gap */
.single-job_listing .job-manager-bookmark-action {
    margin-bottom: 0 !important;
}

/* Apply button wrapper */
.single-job_listing .jh-v9-apply-wrap {
    margin-top: 0 !important;
}

/* Apply button – same width & style as bookmark */
.single-job_listing .jh-v9-apply-wrap .application_button {
    width: 100%;
    margin-top: 0 !important;
    display: block;
}