
.lspf-widget{
    width:100%;
    font-family:inherit;
    color:#333;
}
.lspf-widget-title{
    margin:0 0 14px;
    font-size:24px;
    font-weight:600;
    line-height:1.4;
    color:#2c2c2c;
}
.lspf-form{
    margin:0;
}
.lspf-preset-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.lspf-preset{
    width:100%;
    min-height:40px;
    padding:8px 12px;
    border:1px solid #e4e4e4;
    border-radius:4px;
    background:#fff;
    color:#444;
    font:inherit;
    font-size:16px;
    line-height:1.35;
    text-align:left;
    cursor:pointer;
    transition:.18s ease;
}
.lspf-preset:hover,
.lspf-preset.is-active{
    border-color:#ef1b24;
    background:#ef1b24;
    color:#fff;
}
.lspf-custom{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid #eee;
}
.lspf-custom-label{
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
    color:#2c2c2c;
}
.lspf-custom-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}
.lspf-custom-grid label{
    margin:0;
}
.lspf-custom-grid label>span{
    display:block;
    margin-bottom:6px;
    font-size:16px;
    color:#555;
}
.lspf-input-wrap{
    display:flex;
    align-items:center;
    min-width:0;
    height:38px;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
    overflow:hidden;
}
.lspf-input-wrap:focus-within{
    border-color:#ef1b24;
}
.lspf-input-wrap b{
    flex:0 0 auto;
    padding-left:9px;
    font-size:16px;
    font-weight:400;
    color:#888;
}
.lspf-input-wrap input{
    width:100%;
    min-width:0;
    height:100%;
    margin:0!important;
    padding:0 8px!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
    color:#333;
    font:inherit;
    font-size:16px;
}
.lspf-apply{
    width:100%;
    min-height:40px;
    margin-top:10px;
    padding:8px 12px;
    border:1px solid #ef1b24;
    border-radius:4px;
    background:#ef1b24;
    color:#fff;
    font:inherit;
    font-size:14px;
    cursor:pointer;
}
.lspf-apply:hover{
    background:#d9161e;
    border-color:#d9161e;
}
.lspf-clear{
    display:inline-block;
    margin-top:12px;
    font-size:12px;
    color:#777;
    text-decoration:underline;
}
.lspf-clear:hover{
    color:#ef1b24;
}
@media(max-width:480px){
    .lspf-custom-grid{
        grid-template-columns:1fr;
    }
}


/* v1.1.0 typography overrides */
.lspf-widget-title{
    font-size:24px;
    color:#2c2c2c;
}
.lspf-preset,
.lspf-custom-label,
.lspf-custom-grid label>span{
    font-size:16px;
}
.lspf-input-wrap input,
.lspf-input-wrap b{
    font-size:16px;
}


/* =========================================================
   v1.1.1 - Lusion hard override
   Inline !important in markup is the primary fix.
   This selector is an additional fallback.
========================================================= */
html body .active-sidebar .lspf-widget div.lspf-widget-title,
html body .active-sidebar div.lspf-widget div.lspf-widget-title {
    font-size: 24px !important;
    color: #2c2c2c !important;
}


/* =========================================================
   v1.1.2 - Custom price text color
========================================================= */
html body .active-sidebar .lspf-widget .lspf-custom-label,
html body .active-sidebar .lspf-widget .lspf-custom-grid label > span {
    color: #2c2c2c !important;
}
