/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 14:14:13 */
/* --- UNIVERSAL SMART SLIDER HOVER OVERRIDE --- */

/* 1. Standard Hover State for all Smart Slider buttons */
.n2-ss-slider .n2-style-button:hover,
.n2-ss-button-container a:hover,
div[id*="n2-ss-"] a.n2-style-button:hover,
div[id*="n2-ss-"] .n2-ss-button-container a:hover {
    background: #EBCDC4 !important;       /* Signature Blush Background */
    background-color: #EBCDC4 !important; /* Double forced fallback */
    color: #204045 !important;            /* Elegant Forest Text */
    border-color: #EBCDC4 !important;     /* Matches border to background */
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;                 /* Prevents any weird transparency shifts */
}

/* 2. Clear out any background gradient transitions that might show green */
.n2-ss-slider .n2-style-button:hover *, 
.n2-ss-button-container a:hover * {
    background: transparent !important;
    color: #204045 !important;
}