/* Override parent theme header styles for full-width */

/* Remove all dynamic header styles */
.site-header:not(.dynamic-header),
.site-header:not(.dynamic-header) .site-header-inner,
.site-header:not(.dynamic-header) .site-logo,
.site-header:not(.dynamic-header) .site-header-inner > * {
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Ensure header spans full width */
.site-header {
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 1rem 2rem !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .site-header {
    padding: 1rem !important;
  }
  
  .site-header-inner {
    padding: 0 !important;
  }
}
