/**
 * Category Page Spacing Fixes
 * 
 * Generic CSS to fix spacing issues on category and archive pages
 * 
 * @package Salient Child Theme
 * @version 1.0
 */

/* Fix h1 overlap on category pages */
.tax-category .section-title h1,
.category .section-title h1,
.archive .section-title h1 {
    margin-top: 35px !important;
}

/* Additional specificity for category pages */
body.tax-category .section-title h1,
body.category .section-title h1,
body.archive .section-title h1 {
    margin-top: 35px !important;
}

/* Target any h1 in section-title on category/archive pages */
body.category .section-title h1,
body.archive .section-title h1,
body.tax-category .section-title h1 {
    margin-top: 35px !important;
}







