/*
Theme Name: PCB 2026
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Styling for the ACF Category Bottom Description */
.category-bottom-description {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.08); /* Light separator line */
    clear: both;
    line-height: 1.7;
    color: #444; /* Standard readable dark grey */
}

/* Ensure images or videos inside this area are responsive */
.category-bottom-description img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Optional: Headings within the bottom text */
.category-bottom-description h2, 
.category-bottom-description h3 {
    margin-bottom: 20px;
    color: #000;
}

/* Adjusting for Mobile */
@media only screen and (max-width: 1000px) {
    .category-bottom-description {
        padding-top: 30px;
        margin-top: 20px;
    }
}
/* Hide the 'HOME' product tag on the All Reviews page */
.cr-all-reviews-shortcode .cr-product-tags, 
.cr-all-reviews-shortcode .cr-tag-label,
.cr-all-reviews-shortcode .cr-tags-filter {
    display: none !important;
}