/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 19:57:10 */
/* Removes the empty secondary play button in the hero section */
.hero-buttons a.btn-secondary:empty, 
.hero-buttons a.btn-secondary:has(svg):not(:has(text)),
.hero-buttons a[href=""] {
    display: none !important;
}
