/*!
 * WooCommerce Multi Store Locations - Frontend Styles
 * Version: 1.2.0
 */

/* Location Selector Overrides */
.wc-msl-shop-location-selector {
    margin-bottom: 20px !important;
}

.wc-msl-shop-location-selector .wc-msl-selector-container {
    align-items: flex-start;
}

.wc-msl-location-select {
    max-width: 300px;
}

/* Loading States */
.wc-msl-loading {
    opacity: 0.8;
}

.wc-msl-loading .wc-msl-spinner {
    vertical-align: middle;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .wc-msl-shop-location-selector {
        padding: 15px;
    }
    
    .wc-msl-selector-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .wc-msl-location-select {
        max-width: 100%;
    }
}

/* Integration with popular themes */
.storefront .wc-msl-shop-location-selector,
.twentytwentythree .wc-msl-shop-location-selector {
    border-radius: 6px;
}

.astra-theme .wc-msl-shop-location-selector {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
