/**
 * PHILO Store Location - Elementor Editor Styles
 * Additional styles for Elementor editor compatibility
 */

/* Elementor Editor Preview */
.elementor-widget-philo_store_location .philo-store-location-container {
  margin: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Elementor Controls */
.elementor-control-philo_store_location_settings {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
}

/* Widget Icon in Elementor */
.elementor-widget-philo_store_location .elementor-widget-icon {
  background: linear-gradient(135deg, #001338 0%, #005a87 100%);
}

/* Responsive Controls */
@media (max-width: 1024px) {
  .elementor-widget-philo_store_location .philo-store-layout {
    flex-direction: column;
  }
}

/* Elementor Editor Loading State */
.elementor-widget-philo_store_location
  .philo-store-location-container:empty::after {
  content: "Loading Store Location Widget...";
  display: block;
  text-align: center;
  padding: 40px;
  color: #6c757d;
  font-style: italic;
}

/* Elementor Preview Mode */
.elementor-editor-preview .philo-store-location-container {
  pointer-events: none;
}

.elementor-editor-preview .philo-store-location-container::before {
  content: "Store Location Widget Preview";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 124, 186, 0.9);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  z-index: 1000;
}
