/* Hide theme's existing get_quote button and similar selectors */
.get_quote, a.get_quote, .product-actions .get_quote { display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; pointer-events: none !important; }

/* Our button style similar to theme */
.wc-fgq-button {
    display: inline-block !important;
    padding: 8px 18px !important;
    background: linear-gradient(#ececec,#9b9b9b) !important;
    color: #111 !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.wc-fgq-single { margin-top: 8px !important; }
