/**
 * VixViu map Frontend CSS
 *
 * Map instance shell only (position, overflow, width).
 * All child layers, surfaces, and visual styling live in:
 * wp-content/plugins/vixviu-map/admin/vixviu-map-projects.css
 */

.vixviu-map-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
