#qpblq-store-locator-container h1{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight:700;
    font-size:28px;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
#qpblq-store-locator-container h2 {
    background: #b20000;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #b20000;
    font-size: 18px;
    width:100%;
    text-transform: uppercase;
    font-weight:700;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.qpblq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
    position: relative;
    padding: 20px 20px 30px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.qpblq-filter-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow items to grow */
    min-width: 150px; /* Minimum width for smaller screens */
}

.qpblq-filter-item label {
    margin-bottom: 8px !important;
    font-weight: bold !important;
    font-size: 0.9em !important;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.qpblq-filter-item select,
.qpblq-filter-item button {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1em;
    height: 50px;
    box-shadow: unset!important;
    margin-bottom:0;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
.qpblq-filter-item select:focus,
.qpblq-filter-item button:focus{
    border-color:#b20000;
}
.qpblq-filter-item select:disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.qpblq-filter-item button {
    cursor: pointer;
    background-color: #2271b1;
    color: white;
    border-color: #2271b1;
    transition: background-color 0.2s ease-in-out;
    height: 37px;
    align-self: flex-end;
}

.qpblq-filter-item button:hover {
    background-color: #1e639a;
}
.qpblq-filter-item.qpblq-loading-item{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.qpblq-results-map-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 30px;
}

.qpblq-results-list {
    flex: 1;
    min-width: 250px;
    max-height: 450px;
    overflow-y: auto;
    border: 1px solid #eee;
    padding: 0px;
    background-color: #fff;
}

.qpblq-map-container {
    flex: 2; /* Take up more space */
    min-width: 300px; /* Minimum width */
    height: 450px;
}

#qpblq-locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#qpblq-locations-list li {
    margin-left: 0;
    padding: 10px 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
#qpblq-locations-list li:last-child {
    border-bottom: 1px solid transfarent;
}
#qpblq-locations-list li+li{
    border-bottom: 1px solid #eee;
}
#qpblq-locations-list li:hover {
    background-color: #f0f0f0;
}

#qpblq-locations-list li.current {
    background-color: #46a3e633;
    font-weight: bold;
    border-bottom: 1px solid #46a3e633;
}

#qpblq-locations-list li .item-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size:16px;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

#qpblq-locations-list li .icon-map {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding-left: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'%3E%3Cpath fill=\'%23555555\' d=\'M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67a24 24 0 0 1-35.464 0zM192 272a80 80 0 1 0 0-160 80 80 0 0 0 0 160z\'/%3E%3C/svg%3E") no-repeat left center;
    background-size: 12px 12px;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    line-height: 20px;
}
#qpblq-locations-list li .icon-map:before{
    display:none;
}
.qpblq-no-results,
.qpblq-loading-results,
.qpblq-error {
    padding: 15px;
    text-align: center;
    color: #777;
    font-style: italic;
}

#qpblq-map-iframe {
    border: 1px solid #eee!important;
}
.qpblq-name-search-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
}
#qpblq-name-search-input{
    width:100%;
    height: 50px;
    box-shadow: unset;
    border: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
.qpblq-name-search-form button{
    margin: 0;
    height: 49px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: 0;
    background-color:#fff;
    border:0;
}
.qpblq-name-search-form button:hover{
    background-color:#46a3e633;
}
.qpblq-gmaps-link{
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0px 0 20px;
}
.qpblq-gmaps-link a{
    color:#b20000;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .qpblq-filter-item button {
        align-self: stretch;
    }
    .qpblq-results-map-wrapper {
        flex-direction: column;
    }
    .qpblq-results-list,
    .qpblq-map-container {
        flex: none;
        width: 100%;
    }
    .qpblq-results-list {
        max-height: 300px;
    }
    #qpblq-store-locator-container h1 {
        font-size: 32px;
        text-transform: uppercase;
        text-align: center;
    }
}
@media (max-width:600px){
    .qpblq-filters {
        flex-direction: column;
        align-items: stretch;
    }
    .qpblq-filters {
        border: 1px solid #eee;
        border-bottom: 0;
    }
    .qpblq-results-map-wrapper{
        margin-top:0;
    }
    #qpblq-locations-list li:last-child{
        border-bottom: 1px solid #eee;
    }
    #qpblq-store-locator-container h2 {
        padding: 15px 10px;
        font-size:18px;
    }
    .general-info-section .info-label {
        font-size: 14px;
        margin-top: 5px;
    }
}