fluent-menu {
    box-shadow: none !important;
    background: rgba(255,255,255,0.65) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.18);
}
/* Toggle Menu Button Styles */
.menu-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0.5rem;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
    outline: none;
    height: 100%;
    text-decoration: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
    background: transparent !important;
    outline: none;
}
.icon-menu {
    pointer-events: none;
    width: 24px;
    height: 24px;
    background: none;
    mask: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke=\'%23FFD54F\'><rect y=\'4\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/><rect y=\'11\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/><rect y=\'18\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/></svg>') center/contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke=\'%23FFD54F\'><rect y=\'4\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/><rect y=\'11\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/><rect y=\'18\' width=\'24\' height=\'2\' rx=\'1\' fill=\'%23FFD54F\'/></svg>') center/contain no-repeat;
    background-color: var(--accent-fill-rest, #FFD54F);
}
