.wcsc-contact-button-wrap { margin-top: 15px; }
.wcsc-contact-button { display: inline-block; padding: 10px 18px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.wcsc-contact-button:hover { text-decoration: none; }

/* Hide some common cart icon selectors (may need to add more based on your theme) */
.widget_shopping_cart, .site-header-cart, .cart-contents, .woocommerce-cart, .menu-item-type-woocommerce, .header-cart, .wd-header-cart {
    display: none !important;
}

/* Hide mini cart fragments if present */
.woocommerce .header-cart .widget_shopping_cart, .wc-menu-cart {
    display: none !important;
}
