/* Static AI/blog pages — match landing-page header + page content */

.screen-reader-text,
.codit-skip-link:not(:focus) {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.codit-skip-link:focus {
  clip: auto !important;
  display: block;
  height: auto;
  width: auto;
  left: 8px;
  top: 8px;
  z-index: 100000;
  padding: 12px 18px;
  background: #0b7a3d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
}

body.codit-theme-active {
  margin: 0;
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
}

.codit-static-page-content {
  display: block;
  min-height: 40vh;
}

/* AI landing pages keep Inter for body copy inside main */
.codit-static-page-content .wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.codit-static-page-content .hero {
  margin-top: 0;
}

/* Hide minimal copyright strip — replaced by site footer */
body.codit-static-page .foot.wrap {
  display: none !important;
}

/* Header search + menu on static pages */
.header {
  position: relative;
  z-index: 1000;
}

.primary-nav > li.menu-item-ai-agents.current-menu-ancestor > a {
  color: #0b7a3d !important;
  background: rgba(11, 122, 61, 0.12);
  border-radius: 6px;
  font-weight: 700;
}
