.dgf-mobile-filter-container {
position: relative;
width: 100%;
max-width: 100%;
overflow: hidden;
margin-bottom: -24px
} .dgf-mf-search-sticky {
position: sticky;
top: 0;
z-index: 10;
background: #fff;   }
.dgf-mf-search-sticky input[type="text"] {
border-radius:8px;
background-color: #f9f9f9;
border: 1px solid #ccc;
padding:6px 15px
}
.dgf-mf-search-input {
width: 100%;
padding: 12px 40px 12px 15px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 8px;
background: #f8f8f8;
transition: all 0.2s ease;
}
.dgf-mf-search-input:focus {
outline: none; background: #fff; }
.dgf-mf-search-clear {
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #999;
font-size: 20px;
line-height: 1;
transition: color 0.2s;
}
.dgf-mf-search-clear:hover {
color: #333;
} .dgf-mf-stack-container {
position: relative;
width: 100%;
min-height: 300px;
} .dgf-mf-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
opacity: 0;
visibility: hidden;
transform: translateX(100%);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dgf-mf-screen.active {
position: relative;
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.dgf-mf-screen.slide-left {
transform: translateX(-100%);
opacity: 0;
}
.dgf-mf-screen.slide-right {
transform: translateX(100%);
opacity: 0;
} .dgf-mf-screen-header {
padding: 24px 0 12px 0; }
.dgf-mf-back {
display: flex;
align-items: center;
gap: 8px;
background: none;
border: none;
padding: 0;
cursor: pointer;
color: #000000;
font-size: 15px;
font-weight: 500;
transition: all 0.2s;
border-radius: 6px;
}
.dgf-mf-back:hover {
background-color: #ffffff;
color:#555555
}
.dgf-mf-back .dashicons {
font-size: 20px;
width: 20px;
height: 20px;
} .dgf-mf-screen-content {
padding: 20px 15px;
}
.dgf-mf-title,
.dgf-mf-category-title,
.dgf-mf-parent-title {
font-size: 20px;
font-weight: 600;
margin: 0 0 20px 0;
color: #333;
} .dgf-mf-filter-list {
display: flex;
flex-direction: column;
gap: 2px;
}
.dgf-mf-category-item {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 16px 15px;
background: #fff; border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
}
.dgf-mf-category-item:hover {
background: #f9f9f9; }
.dgf-mf-category-item:active {
transform: scale(0.98);
}
.dgf-mf-category-name {
font-size: 17px;
font-weight: 500;
color: #333;
}
.dgf-mf-arrow {
font-size: 18px;
color: #999;
transition: transform 0.2s;
}
.dgf-mf-category-item:hover .dgf-mf-arrow {
transform: translateX(3px);
color: #2d2d2d;
} .dgf-mf-terms-list,
.dgf-mf-children-list {
display: flex;
flex-direction: column;
gap: 2px;
}
.dgf-mf-parent-term {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 15px;
background: #fff; cursor: pointer;
transition: all 0.2s;
}
.dgf-mf-parent-term:hover {
background: #f8f8f8;
border-color: #007bff;
transform: translateX(3px);
}
.dgf-mf-term-name {
font-size: 17px;
font-weight: 500;
color: #2d2d2d;
}
.dgf-mf-term-link {
display: block;
padding: 14px 15px;
background: #fff; color: #2d2d2d!important;
text-decoration: none;
font-size: 17px!important;
transition: all 0.2s;
font-weight: 500!important
}
.dgf-mf-term-link:hover {
background: #f9f9f9;   }
.dgf-mf-show-all {
display: block;
padding: 12px 15px;
margin-top: 10px;
background: #f0f7ff;
border: 1px solid #007bff;
border-radius: 8px;
color: #007bff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
text-align: center;
transition: all 0.2s;
}
.dgf-mf-show-all:hover {
background: #007bff;
color: #fff;
} .dgf-mf-inline-results {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 6px;   width: 100%;
} .dgf-mf-inline-term {
display: block;
padding: 10px 12px;
background-color: #fff; color: #2d2d2d!important;
text-decoration: none;
font-size: 17px!important;
transition: all 0.2s;
font-weight:500!important
}
.dgf-mf-inline-term:hover {
background-color: #f9f9f9; color: #2d2d2d;
} .dgf-mf-search-parent-group {
background: #f9f9f9; overflow: hidden;
}
.dgf-mf-search-parent-header {
padding: 10px 12px;  } .dgf-mf-search-parent-clickable {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 15px;
background: #fff;
cursor: pointer;
transition: all 0.2s;
border-radius: 6px;
}
.dgf-mf-search-parent-clickable:hover {
background: #f0f7ff;
transform: translateX(3px);
}
.dgf-mf-search-parent-clickable .dgf-mf-search-parent-name {
font-weight: 600;
color: #007bff;
font-size: 15px;
}
.dgf-mf-arrow-right {
color: #007bff;
font-size: 18px;
font-weight: 600;
transition: transform 0.2s;
}
.dgf-mf-search-parent-clickable:hover .dgf-mf-arrow-right {
transform: translateX(3px);
}
.dgf-mf-search-parent-name {
font-weight: 500;
color: #2d2d2d;
font-size: 17px;
}
.dgf-mf-search-parent-name:hover {
color:#999999
} .dgf-mf-search-children {
display: flex;
flex-direction: column;
padding-left:0 8px; gap: 4px;
}
.dgf-mf-search-child-link {
display: block;
padding: 8px 12px; color: #2d2d2d;
text-decoration: none;
font-size: 17px!important;
transition: all 0.2s;
}
.dgf-mf-search-child-link:hover {
background: #f9f9f9; color: #999999; } .dgf-mf-search-parent-link {
display: block;
padding: 10px 12px;
color: #007bff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
text-align: center;
transition: all 0.2s;
}
.dgf-mf-search-parent-link:hover {
background: #f0f7ff;
} .dgf-mf-no-results {
padding: 40px 20px;
text-align: center;
color: #999;
font-size: 15px;
} @media (max-width: 768px) {
.dgf-mf-search-input {
font-size: 16px; }
.dgf-mf-screen-content {
padding: 15px 0;
}
.dgf-mf-category-item,
.dgf-mf-parent-term {
padding: 12px 4px;
}
.dgf-mf-term-link {
padding: 6px 12px;
}
} @media (hover: none) {
.dgf-mf-category-item:hover,
.dgf-mf-parent-term:hover,
.dgf-mf-term-link:hover {
transform: none;
}
.dgf-mf-category-item:active,
.dgf-mf-parent-term:active {
background: #f0f0f0;
}
}   .dgf-mf-screen.loading {
pointer-events: none;
opacity: 0.6;
} .dgf-mf-arrow.dashicons,
.dgf-mf-back .dashicons {
width: auto;
height: auto;
}
.dgf-mf-view-all-top {
margin-bottom:12px
}
.dgf-mf-title, .dgf-mf-category-title, .dgf-mf-parent-title {
margin-bottom:8px
}
.dgf-html-mo a {
display:inline-block;
font-size:14px;
margin-right:8px
}
.dgf-mf-view-all-top {
margin-bottom:16px;
margin-top:-12px;
font-weight: 600!important;
text-decoration:underline!important;
color:#2d2d2d!important;
}
.dgf-mf-title, .dgf-mf-category-title, .dgf-mf-parent-title {
margin-bottom:8px
}