.gbhe-button-hover a {
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.gbhe-button-hover:hover a {
    color: var(--gbhe-hover-text-color, inherit) !important;
    background-color: var(--gbhe-hover-bg-color, inherit) !important;
    border-color: var(--gbhe-hover-border-color, inherit) !important;
    text-decoration: none !important;
}

.gbhe-button-hover:hover a {
    transform: scale(1);
    box-shadow: none;
}

.gbhe-button-hover:hover[style*="--gbhe-hover-effect: grow"] a {
    transform: scale(1.05);
}

.gbhe-button-hover:hover[style*="--gbhe-hover-effect: shadow"] a {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
