/* TACS Theme — WonderCMS admin overrides */

/* Ensure WonderCMS admin bar sits above header */
#wm-settings { z-index: 9999 !important; }

/* Editable content areas: remove admin double-border inside page content */
[data-wcms] { outline: 2px dashed rgba(96, 198, 242, 0.5) !important; }
[data-wcms]:hover { outline: 2px solid #60C6F2 !important; }

/* Page content wrapper min-height */
#page-content { min-height: 60vh; }
