/*
Theme Name: Neve Child
Description: Child theme for Neve
Author: 1001Group
Template: Neve
Version: 1.0.0
*/

.filter-button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1100;
    position: relative;
}

.widget-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: auto;
}

.widget-area.active {
    display: block;
}

body .widget-area.active + .content {
    overflow: hidden;
}
