/*
Theme Name: 312 Northwood
Theme URI: https://immersivespaces.co
Author: Immersive Spaces
Author URI: https://immersivespaces.co.com/
Description: A custom theme for 312 Northwood.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: elementor-blank
*/


/* Reset browser defaults */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

/* Optional: make sure your wrapper spans full width and height */
#page, .site, .wrap, .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* Remove all default margins from Elementor containers */
.elementor-container,
.elementor-section,
.elementor-column,
.elementor-widget-container {
  margin: 0 !important;
}

/* Base card positioning */
.loop-card { position: relative; }

/* Hide badge by default */
.vr-badge { 
  display: none;
  position: absolute; 
  top: 8px; 
  right: 8px; 
  z-index: 2;
}


/* Show when tagged */
.has-virtual-tour .vr-badge { display: inline-flex; }
