/**
 * ==========================================================================
 * V.and The Wolf
 * WooCommerce - Trust Card
 * ==========================================================================
 */

.vtw-trust-card{

    margin-top:35px;

    background:#faf8f4;

    border:1px solid #e6dfd5;

    border-radius:8px;

    padding:30px;

    box-shadow:0 8px 24px rgba(0,0,0,.05);

}

.vtw-trust-header{

    margin-bottom:26px;

}

.vtw-trust-title{

    margin:0;

    font-size:1.2rem;

    font-weight:700;

    line-height:1.4;

    color:#222;

}

.vtw-trust-body{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.vtw-trust-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

}

.vtw-trust-icon{

    width:30px;

    min-width:30px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.vtw-trust-icon svg{

    width:26px;

    height:26px;

    stroke:#b30b0b;

    fill:none;

    stroke-width:2;

}

.vtw-trust-text{

    flex:1;

    font-size:.96rem;

    line-height:1.7;

    color:#555;

}

.vtw-trust-text strong{

    display:block;

    margin-bottom:3px;

    color:#222;

}

.vtw-trust-footer{

    margin-top:28px;

    padding-top:24px;

    border-top:1px solid #e6dfd5;

}

/* ==========================================================================
   META
   ========================================================================== */

.vtw-trust-footer .product_meta{

    margin:0;

    padding:0;

    border:0;

}

.vtw-trust-footer .product_meta > span{

    display:flex;

    align-items:flex-start;

    gap:10px;

    margin-bottom:12px;

    line-height:1.6;

}

.vtw-trust-footer .product_meta > span > span:first-child,
.vtw-trust-footer .product_meta > span > strong{

    min-width:110px;

    font-weight:700;

    color:#333;

}

.vtw-trust-footer .product_meta a{

    color:#444;

    text-decoration:none;

}

.vtw-trust-footer .product_meta a:hover{

    color:#b30b0b;

}

/* ==========================================================================
   SHARE
   ========================================================================== */

.vtw-trust-footer .social-icons{

    margin-top:20px;

    padding-top:18px;

    border-top:1px solid #e6dfd5;

    display:flex;

    gap:12px;

}

.vtw-trust-footer .social-icons a{

    width:38px;

    height:38px;

    border:1px solid #d7d7d7;

    border-radius:6px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#222 !important;

    transition:all .25s ease;

}

.vtw-trust-footer .social-icons a i,
.vtw-trust-footer .social-icons a svg{

    color:#222 !important;

    fill:#222 !important;

    stroke:currentColor;

    opacity:1 !important;

}

.vtw-trust-footer .social-icons a:hover{

    border-color:#b30b0b;

    background:#fcf8f5;

    color:#b30b0b !important;

}

.vtw-trust-footer .social-icons a:hover i,
.vtw-trust-footer .social-icons a:hover svg{

    color:#b30b0b !important;

    fill:#b30b0b !important;

}

/* ==========================================================================
   PRODUCT META
   ========================================================================== */

.vtw-product-meta{

    margin-top:26px;

}

.vtw-meta-row{

    display:flex;

    align-items:flex-start;

    gap:14px;

    margin-bottom:14px;

}

.vtw-meta-label{

    width:120px;

    flex-shrink:0;

    font-weight:700;

    color:#222;

}

.vtw-meta-value{

    flex:1;

    color:#555;

    line-height:1.6;

}

.vtw-meta-value a{

    color:#444;

    text-decoration:none;

}

.vtw-meta-value a:hover{

    color:#b30b0b;

}

/* ==========================================================================
   SHARE ROW
   ========================================================================== */

.vtw-share-row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    margin-bottom:0;
}

.vtw-share-row .vtw-meta-label{
    width:auto;
    margin:0;
    padding:0;
    line-height:1.2;
}

.vtw-share-row .vtw-meta-value{
    flex:none;
    width:auto;
    margin:0;
    padding:0;
    line-height:1;
}

.vtw-share-row .social-icons{
    margin-top:0;
    padding-top:0;
    border-top:0;
}