/*
Theme Name: Kashif Ahmed
Theme URI: https://kashifahmed.biz
Author: Kashif Ahmed
Author URI: https://kashifahmed.biz/
Description: Customized Development
Version: 1.0.0
*/

.custom-button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

/* Shared button styling */
.custom-button-group .button {
    flex: 1;
    padding: 8px 14px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    border-radius: 4px !important;
    height: auto !important;
    text-align: center;
    white-space: nowrap;
    background-color: #0071a1;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}

/* Hover effect */
.custom-button-group .button:hover {
    background-color: #005f87;
    color: #fff;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button {
	display: none!important;
}
