/*
 * Lane: LANDING-HOME-SKIP-LINK-CSS-COLLISION-REPAIR-001
 * Narrowly restores Kadence's skip link when Gecko's global
 * .screen-reader-text rule sets display:none.
 */

a.skip-link.screen-reader-text,
a.skip-link.screen-reader-text.scroll-ignore {
  display: block !important;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
}

a.skip-link.screen-reader-text:focus,
a.skip-link.screen-reader-text.scroll-ignore:focus {
  display: block !important;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px 23px 14px;
  clip: auto !important;
  clip-path: none;
  overflow: visible;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  z-index: 100000;
}

/*
 * The public homepage is a full-width Kadence block canvas. Some legacy
 * customizer rules treat `.home article` as a narrow card; force the wrapper
 * back to full width while letting the inner Kadence blocks keep their own
 * widths and centering.
 */
body.home .entry.single-entry {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
}

body.home .entry.single-entry:hover {
  transform: none !important;
}

body.home .entry.single-entry figure.wp-block-kadence-image.size-full {
  max-width: 730px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .entry.single-entry .kadence-column3026_63db03-79,
body.home .entry.single-entry .kadence-column3026_1a2dab-96 {
  max-width: 730px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .entry.single-entry figure.wp-block-kadence-image.size-full img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

body.home .entry.single-entry figure.wp-block-kadence-image.kb-image3026_4c490f-e1 img {
  width: 522px !important;
}

body.home .entry.single-entry .nkhc-catalog-wrap {
  max-width: 730px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .entry.single-entry .kt-adv-heading3026_4e7426-ed,
body.home .entry.single-entry .kt-adv-heading3026_4e7426-ed + p {
  max-width: 730px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

:where(.entry-content, .site-main, main, [role="main"]) :where(a, button, input, select, textarea, [role="button"], [role="link"], [tabindex]):focus,
:where(.entry-content, .site-main, main, [role="main"]) :where(a, button, input, select, textarea, [role="button"], [role="link"], [tabindex]):focus-visible {
  outline: 3px solid #009ea9;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 158, 169, 0.18);
}
