/* test-mode.css - Test Mode Banner Styles */

.test-mode-banner {
  background: #ee3a23;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}

.test-mode-banner i {
  margin-right: 8px;
}

/* Adjust header and body when test mode is active */
body.test-mode {
  padding-top: 110px !important;
}

body.test-mode .site-header {
  top: 40px !important;
}
