/* Accessibility corrections confirmed by the July 2026 quality audit. */
.svg-menu {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.svg-menu:focus-visible,
.pl_doc:focus-visible {
  outline: 3px solid #0c58a3;
  outline-offset: 3px;
}

/* The original light-blue link fails WCAG AA against the breadcrumb background. */
.services-nav a,
.breadcrumbs a {
  color: #0c58a3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.services-nav a:hover,
.breadcrumbs a:hover {
  color: #083d72;
}

/* Make the consent checkbox and its label a 24px minimum touch target. */
.wpcf7-acceptance .wpcf7-list-item label {
  min-height: 24px;
}

.wpcf7-acceptance input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

.sertonix-growth-decision,
.sertonix-growth-cta {
  margin: 28px 0;
  padding: 20px;
  border-left: 4px solid #0c58a3;
  background: #f0f8fd;
}

.sertonix-growth-decision h2,
.sertonix-growth-cta h2 {
  margin-top: 0;
  color: #0c58a3;
}

.sertonix-growth-cta a {
  display: inline-block;
  padding: 11px 18px;
  color: #fff;
  background: #0c58a3;
  text-decoration: none;
}
