
.shik-store-locator-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

#shik-map {
    flex: 2;
	z-index: 9;
    min-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.shik-stores-list {
    flex: 1;
    min-width: 250px;
    max-height: 544px;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.shik-stores-list h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.shik-store-item {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-right: 3px solid #0073aa;
}

.shik-store-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.shik-store-item h4 {
    margin: 0 0 10px 0;
    color: #0073aa;
    font-size: 16px;
}

.shik-store-item p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.shik-store-phone {
    color: #27ae60;
    font-weight: bold;
}

.leaflet-popup-content {
    font-family: IRANYekan, Arial, sans-serif;
    text-align: right;
}

.leaflet-popup-content h3 {
    margin: 0 0 10px 0;
    color: #0073aa;
}

@media (max-width: 768px) {
    #shik-map {
        height: 400px !important;
    }
}
