/* Kairos Guide final public UI refinements. */
.kg-hero {
  padding: clamp(52px, 7vw, 82px) 24px;
}
.kg-hero p {
  margin-bottom: 0;
}
.kg-topic-grid {
  align-items: stretch;
}
.kg-topic-grid > .kg-topic {
  height: 100%;
  min-height: 165px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.kg-header-inner .wp-block-navigation .kg-search-link {
  display: none !important;
}
.kg-header-search {
  color: var(--kg-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: -12px;
  text-decoration: none;
}
.kg-header-search svg {
  display: block;
  width: 21px;
  height: 21px;
  stroke: currentColor;
}
.kg-header-search:hover {
  color: var(--kg-accent);
}
.kg-header-search:focus-visible {
  outline: 2px solid var(--kg-accent);
  outline-offset: 3px;
  border-radius: 2px;
}
@media (max-width: 782px) {
  .kg-hero {
    padding: 46px 18px;
  }
  .kg-hero-inner {
    max-width: 360px;
  }
  .kg-hero h1 {
    font-size: clamp(1.9rem, 8.4vw, 2.18rem);
    line-height: 1.22;
    letter-spacing: -.035em;
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .kg-topic-grid > .kg-topic {
    height: auto;
    min-height: 0;
  }
  .wp-block-navigation__responsive-container.is-menu-open .kg-search-link {
    display: flex !important;
  }
  .kg-header-search {
    display: none;
  }
}
