/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ==========================================================================
   Trust strip — site-wide + product-specific
   ========================================================================== */
.intergases-trust-strip{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:.5em;
    font-size:13px;
    line-height:1.4;
}
.intergases-trust-strip .its-icon{
    color:#f5a623;
    font-size:1.1em;
}
.intergases-trust-strip .its-text{}
.intergases-trust-strip .its-link{
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}
.intergases-trust-strip .its-link:hover{
    text-decoration:underline;
}



/* Product-specific proof block (2kg CO2) */
.intergases-product-proof{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.5em;
    padding:8px 14px;
    margin:0 0 16px;
    background:rgba(34, 139, 34, .06);
    border-left:3px solid #2e8b2e;
    border-radius:4px;
    font-size:13px;
    line-height:1.4;
    color:#2e6b2e;
}
.intergases-product-proof .ipp-check{
    color:#2e8b2e;
    font-weight:bold;
}
.intergases-product-proof .ipp-text{
    flex:1 1 auto;
}
.intergases-product-proof .ipp-link{
    color:#2e6b2e;
    font-weight:600;
    text-decoration:underline;
    white-space:nowrap;
}

@media (max-width: 600px){
    .intergases-trust-strip,
    .intergases-product-proof{
        font-size:13px;
        padding:8px 12px;
    }
}

/* Trust strip in top-bar — center within column6 */
.whb-column6 .wd-header-text.intergases-trust-strip-wrap{
    width:100%;
    text-align:center;
}
.whb-column6 .intergases-trust-strip{
    justify-content:center;
}

/* Mobile trust badge — condensed pill in mobile top bar */
.whb-col-mobile .intergases-mobile-trust{
    display:inline-flex;
    align-items:center;
    gap:.3em;
    padding:2px 8px;
    border:1px solid currentColor;
    border-radius:999px;
    font-size:11px;
    line-height:1.2;
    text-decoration:none;
    white-space:nowrap;
    opacity:.9;
}
.whb-col-mobile .intergases-mobile-trust:hover{ opacity:1; }
.whb-col-mobile .intergases-mobile-trust .imt-icon{ color:#f5a623; }

/* Currency switcher in top-bar — vertically center to match the language nav-link */
.intergases-currency .wcml-dropdown.wcml_currency_switcher,
.intergases-currency .wcml-cs-active-currency,
.intergases-currency .wcml-cs-item-toggle{
    display:flex;
    align-items:center;
    height:100%;
}
