/*
Theme Name: avas
Description: Multi-Purpose Elementor WordPress Theme.
Author: theme-x
Theme URI: https://avas.live/
Author URI: https://theme-x.org/
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Text Domain: avas
Requires PHP: 7.4
Requires at least: 6.0
Tested up to: 6.8
Version: 6.8.4.19
*/
.custom-card {
    display: block;
    max-width: 350px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: .3s ease;
    cursor: pointer;
}

.custom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Make whole card clickable */
.custom-card > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

/* Ensure button is full width */
.custom-card .wp-block-button__link {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
