.wpsl-locator {
    display: flex;
    min-height: 640px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    overflow: hidden;
    font-family: Manrope, "Segoe UI", Helvetica, Arial, sans-serif;
}

.wpsl-sidebar {
    width: 390px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d2d2d2;
    background: #f3f3f3;
}

.wpsl-locator .wpsl-title {
    margin: 0;
    padding: 18px 16px 12px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    color: #161616;
}

.wpsl-search {
    display: flex;
    gap: 8px;
    padding: 10px 12px 14px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #d7d7d7;
    background: #f3f3f3;
}

.wpsl-locator .wpsl-search-input {
    flex: 1;
    min-width: 0;
    height: 42px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 15px;
    color: #3a3a3a;
    background: #ececec;
}

.wpsl-search-input:focus {
    outline: 2px solid #0f7d28;
    outline-offset: 1px;
}

.wpsl-locator .wpsl-search-button {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-width: 92px;
    padding: 0 18px;
    border: 1px solid #101114 !important;
    border-radius: 999px;
    background: #101114 !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    font-family: inherit;
    text-transform: none;
    box-shadow: none !important;
    cursor: pointer;
    white-space: nowrap;
}

.wpsl-locator .wpsl-search-button:hover {
    background: #000000 !important;
    border-color: #000000 !important;
}

.wpsl-locator .wpsl-search-button:focus {
    outline: 2px solid #0f7d28;
    outline-offset: 1px;
}

.wpsl-locator .wpsl-count {
    padding: 12px 14px;
    font-size: 18px;
    color: #757575;
    border-bottom: 1px solid #d6d6d6;
    background: #f3f3f3;
}

.wpsl-results {
    flex: 1;
    overflow-y: auto;
}

.wpsl-store-item {
    display: grid;
    grid-template-columns: 1fr 98px;
    gap: 12px;
    width: 100%;
    text-align: left;
    align-items: start;
    padding: 16px 12px;
    border: 0;
    border-top: 1px solid #d8d8d8;
    background: #f3f3f3;
    cursor: pointer;
}

.wpsl-store-item:hover,
.wpsl-store-item.is-active {
    background: #ffffff;
}

.wpsl-store-item:focus {
    outline: 2px solid #0f7d28;
    outline-offset: -2px;
}

.wpsl-store-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.wpsl-locator .wpsl-store-name {
    font-family: "Onest", "Segoe UI", Helvetica, Arial, sans-serif;
    color: #121212;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

.wpsl-locator .wpsl-store-address {
    font-family: "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    white-space: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

.wpsl-locator .wpsl-store-status {
    color: #118329;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
}

.wpsl-locator .wpsl-store-line {
    color: #2f2f2f;
    font-size: 18px;
    line-height: 1.24;
    white-space: normal;
}

.wpsl-locator .wpsl-store-link {
    color: #0e0e0e;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.24;
}

.wpsl-store-link:hover {
    text-decoration: underline;
}

.wpsl-store-thumb {
    width: 98px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #d8d8d8;
}

.wpsl-store-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wpsl-map-wrap {
    flex: 1;
    min-width: 280px;
    background: #e9ebeb;
}

.wpsl-map {
    width: 100%;
    height: 100%;
    min-height: 640px;
}

.wpsl-popup-actions {
    margin-top: 10px;
}

.wpsl-popup-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #101114;
    background: #101114;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.wpsl-popup-map-link:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff !important;
    text-decoration: none !important;
}

.wpsl-popup-map-link:focus {
    outline: 2px solid #0f7d28;
    outline-offset: 1px;
}

@media (max-width: 1120px) {
    .wpsl-locator .wpsl-title {
        font-size: 18px;
    }

    .wpsl-locator .wpsl-search-input,
    .wpsl-locator .wpsl-search-button {
        font-size: 14px;
    }

    .wpsl-locator .wpsl-count {
        font-size: 18px;
    }

    .wpsl-locator .wpsl-store-name {
        font-size: 15px;
    }

    .wpsl-locator .wpsl-store-status {
        font-size: 14px;
    }

    .wpsl-locator .wpsl-store-line,
    .wpsl-locator .wpsl-store-link {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .wpsl-locator {
        flex-direction: column;
        min-height: 0;
    }

    .wpsl-sidebar {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d2d2d2;
    }

    .wpsl-results {
        max-height: 420px;
    }

    .wpsl-map {
        min-height: 56vh;
    }
}
