/*
Theme Name: BTL Theme
Theme URI: https://www.bidettoiletlid.com
Author: Gautam Murarka	
Author URI: https://www.impressico.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: btl-theme
*/
header{
    -webkit-box-shadow: 0px -13px 54px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -13px 54px 0px rgba(0, 0, 0, 0.1);
}
.header .logo a{ color: inherit; text-decoration: none;}
header .menu li a{ padding: 16px 0; margin:0 16px; }

.titles-outside-loop ul li.active a{ color:#4E7CCD;}

 /* style the review‑range helper text under star ratings */
.review-range {
    display: block;
    margin-top: 4px;      /* space between stars and text */
    font-size: 0.8rem;    /* smaller font so long ranges fit */
    line-height: 1.2;
    white-space: normal;  /* allow it to wrap */
    margin-bottom: 4px; /* add some space below the review text */
    word-break: break-word; /* break long strings as needed */
    text-align: center;
}

/* arrange rating container vertically */
.customer-rating.comparison-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}


/* Stack the stars and review count vertically and center them */
.customer-rating.comparison-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;  /* adds breathing room below the text */
}

/* Style the review count itself */
.customer-rating .review-range {
    margin-top: 4px;
    font-size: 0.8rem;     /* optional: keeps long ranges from wrapping */
    color: inherit;        /* matches the surrounding text color */
}
.pro-category-list.other-product-listing figure.position-relative{background:#fff;}
.other-product-des span{font-weight: 500 !important; font-size: 16px; line-height: 19px;}
/* Keep original logo sizes; only shrink when they would overflow the viewport */
@media (max-width: 767px) {
    .logo a {
        width: 420px !important;
        max-width: calc(100vw - 80px) !important;
        aspect-ratio: 420 / 130;
        height: auto !important;
        text-indent: 0 !important;
        color: transparent !important;
    }
    .footer-logo {
        width: 546px !important;
        max-width: 100% !important;
        aspect-ratio: 546 / 169;
        height: auto !important;
        text-indent: 0 !important;
        color: transparent !important;
    }
}

