.elementor-2074 .elementor-element.elementor-element-8a380a9{--display:flex;--padding-top:220px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-96b21b3 *//* ===========================================
   STORE LOCATOR - ENHANCED STYLING
   For Cosmetic Doctors Skin and Hair Clinic
   USE CLASS: cosmetic-locations-list
   =================================== */

/* Hide Search Bar - Only in cosmetic-locations-list */
.cosmetic-locations-list .wpsl-search,
.cosmetic-locations-list #wpsl-wrap .wpsl-search,
.cosmetic-locations-list .wpsl-search-wrap .wpsl-search,
.cosmetic-locations-list #wpsl-wrap .wpsl-search {
    display: none !important;
}

/* Hide Map - Only in cosmetic-locations-list */
.cosmetic-locations-list #wpsl-gmap,
.cosmetic-locations-list .wpsl-gmap-canvas,
.cosmetic-locations-list #wpsl-wrap #wpsl-gmap {
    display: none !important;
}

/* Make Results List Full Width */
.cosmetic-locations-list #wpsl-result-list,
.cosmetic-locations-list #wpsl-wrap #wpsl-result-list {
    width: 100% !important;
    max-width: 100% !important;
}

/* Results List Wrapper */
.cosmetic-locations-list #wpsl-stores,
.cosmetic-locations-list #wpsl-wrap #wpsl-stores {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Results List Container - Full Width Display */
.cosmetic-locations-list #wpsl-result-list {
    background: #ffffff !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Individual Location Cards */
.cosmetic-locations-list #wpsl-wrap #wpsl-result-list li {
    border: 2px solid #e0e0e0 !important;
    border-radius: 15px !important;
    padding: 25px 20px !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.cosmetic-locations-list #wpsl-wrap #wpsl-result-list li:hover {
    background-color: #fef5f8 !important;
    border-color: #c91c5d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(201, 28, 93, 0.15) !important;
}

.cosmetic-locations-list #wpsl-wrap #wpsl-result-list li:last-child {
    border-bottom: none !important;
}

/* Location Name/Title Styling */
.cosmetic-locations-list .wpsl-store-location a {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #c91c5d !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.cosmetic-locations-list .wpsl-store-location a:hover {
    color: #a01549 !important;
    text-decoration: underline !important;
}

/* Address Styling */
.cosmetic-locations-list .wpsl-street,
.cosmetic-locations-list .wpsl-street span,
.cosmetic-locations-list .wpsl-country {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

/* Distance Badge (if shown) */
.cosmetic-locations-list .wpsl-direction-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 15px !important;
}

.cosmetic-locations-list .wpsl-direction-wrap a {
    background-color: #c91c5d !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.cosmetic-locations-list .wpsl-direction-wrap a:hover {
    background-color: #a01549 !important;
    transform: scale(1.05) !important;
}

/* Phone Number Styling */
.cosmetic-locations-list .wpsl-tel {
    margin-top: 10px !important;
    font-size: 16px !important;
}

.cosmetic-locations-list .wpsl-tel a {
    color: #264540 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.cosmetic-locations-list .wpsl-tel a:hover {
    color: #c91c5d !important;
}

/* Store Hours (if displayed) */
.cosmetic-locations-list .wpsl-store-hours {
    margin-top: 12px !important;
    font-size: 14px !important;
    color: #666 !important;
}

/* No Results Message */
.cosmetic-locations-list .wpsl-no-results-msg {
    text-align: center !important;
    padding: 40px 30px !important;
    font-size: 16px !important;
    color: #666 !important;
    background-color: #fef5f8 !important;
    border-radius: 15px !important;
    border: 2px dashed #c91c5d !important;
}

/* Preloader Styling */
.cosmetic-locations-list .wpsl-preloader {
    text-align: center !important;
    padding: 40px !important;
}

/* Fix for WordPress themes */
.cosmetic-locations-list #wpsl-wrap {
    font-family: 'Arial', 'Helvetica', sans-serif !important;
}

.cosmetic-locations-list #wpsl-wrap * {
    box-sizing: border-box !important;
}

/* Hide selected item dropdown */
.cosmetic-locations-list #wpsl-wrap .wpsl-selected-item {
    display: none !important;
}

/* Location Icon (if using custom marker) */
.cosmetic-locations-list .wpsl-store-location::before {
    content: "📍" !important;
    margin-right: 8px !important;
    font-size: 18px !important;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

/* Tablet View */
@media (max-width: 1024px) {
    .cosmetic-locations-list #wpsl-wrap #wpsl-result-list li {
        padding: 20px 15px !important;
    }

    .cosmetic-locations-list .wpsl-store-location a {
        font-size: 20px !important;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .cosmetic-locations-list #wpsl-wrap #wpsl-result-list li {
        padding: 20px 15px !important;
        margin-bottom: 15px !important;
    }

    .cosmetic-locations-list .wpsl-store-location a {
        font-size: 18px !important;
    }

    .cosmetic-locations-list .wpsl-street,
    .cosmetic-locations-list .wpsl-street span,
    .cosmetic-locations-list .wpsl-country {
        font-size: 14px !important;
    }

    .cosmetic-locations-list .wpsl-tel {
        font-size: 15px !important;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .cosmetic-locations-list #wpsl-wrap #wpsl-result-list li {
        padding: 15px 12px !important;
    }

    .cosmetic-locations-list .wpsl-store-location a {
        font-size: 16px !important;
    }
}/* End custom CSS */