/*!
 * Shared template styles for Web4SL location blocks.
 * This file intentionally minimal, existing to satisfy block style handles.
 */

.web4sl-location-block {
    box-sizing: border-box;
}

/*
 * Utility class to hide items for non-featured locations when featured-location
 * classes are enabled. This is keyed off the location_featured state (via the
 * body .featured-location class), not simply whether a post has a WP thumbnail.
 * .featured-location-feature
 */
body.web4sl-featured-locations-enabled:not(.featured-location) .featured-location-feature{
    display: none !important;
} 
