/*
Theme Name: Furnique Child
Theme URI: https://furnique.madrasthemes.com/
Author: MadrasThemes
Author URI: https://madrasthemes.com/
Description: A child theme for Furnique.
Template: furnique
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furnique-child
*/

/* ===== Circulate Design Header ===== */

/* Wishlist counter icon - style to match other header icons */
.circulate-header-icons .wlfmc-wishlist-counter-wrap,
.circulate-header-icons .wlfmc-wishlist-counter-wrap a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: inherit;
    text-decoration: none;
}

.circulate-header-icons .wlfmc-wishlist-counter-wrap .wlfmc-wishlist-counter-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.circulate-header-icons .wlfmc-wishlist-counter-wrap .wlfmc-wishlist-counter-number {
    display: none;
}

/* Ensure header icons align properly */
.circulate-header-icons .wp-block-shortcode {
    display: flex;
    align-items: center;
}

/* Keep the site title stacked on two lines as in the design */
.circulate-header .wp-block-site-title a {
    display: inline-block;
    line-height: 1.15;
    max-width: 120px;
    word-break: break-word;
    white-space: normal;
}

/* Remove header overlap to the banner */
@media (min-width: 1200px) {
    body:not(.scrolling-active) .header-transparent {
        position: relative !important;
    }
}
