/* Structural CSS for StarkMedia Child Base Theme */
/* This file contains structural styles that developers maintain */

/* Admin toolbar offset - push fixed header down when toolbar is present */
.toolbar-fixed .header {
  top: var(--drupal-displace-offset-top, 79px);
}

/* Ensure mobile menu is also offset when toolbar is present */
.toolbar-fixed #mobilemenu {
  top: var(--drupal-displace-offset-top, 79px);
}

/* Base structure */
.region-header {
  /* Header structural styles */
}

.region-content {
  /* Content structural styles */
}

.region-footer {
  /* Footer structural styles */
}

/* Mobile menu structure */
#mobile-menu {
  /* Mobile menu structural styles */
}

