/******* Do not edit this file *******
Code Snippets Manager
Saved: Jan 17 2026 | 02:49:38 */
/* Frosted glass effect */

.site-header {
    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px); /* Support for Safari */

    /* The semi-transparent "Tint" */
    background-color: rgba(255, 255, 255, 0.7) !important; 
}


/* Hide the default modal 'X' close button from the plugin */

.gs-dynamicpanel-close {
    display: none !important;
}

/* Change z-index of mobile modal so it is under the Header Logo and close button */

.gs-dynamicpanel {
    z-index: 40 !important;
}