/*
 Theme Name:   Vigil Elementor Child
 Theme URI:    https://aimax.wpengine.com/
 Description:  Vigil Elementor Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     vigil-ele
 Version:      1.0.0
 Text Domain:  vigil-ele-child
*/
/* Wrap both buttons nicely */
.custom-product-buttons {
    display: flex;
    gap: 20px; /* space between buttons */
    margin-top: 20px;
}

/* Style buttons consistently */
.custom-product-buttons .button {
    background-color: #2a3f54; /* your brand color */
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Hover effect */
.custom-product-buttons .button:hover {
    background-color: #1a2736;
    transform: translateY(-2px);
}


