.ymt-header-tools {
  position: relative;
}

.ymt-pagefind-panel {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 10px);
  right: 0;
  width: min(560px, calc(100vw - 32px));
  max-height: min(70vh, 640px);
  overflow-y: auto;
  padding: 14px;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(36, 72, 110, 0.18);
}

.ymt-pagefind-panel[hidden] {
  display: none;
}

.ymt-pagefind-status {
  padding: 4px 6px 10px;
  color: #516071;
  font-size: 0.875rem;
}

.ymt-pagefind-results {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ymt-pagefind-results a {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border-radius: 8px;
  color: #202631;
  text-decoration: none;
}

.ymt-pagefind-results a:hover,
.ymt-pagefind-results a:focus-visible {
  background: #eaf4ff;
  outline: 2px solid #2979d8;
  outline-offset: -2px;
}

.ymt-pagefind-results strong {
  color: #175ca8;
  font-size: 1rem;
  line-height: 1.5;
}

.ymt-pagefind-results span {
  color: #516071;
  font-size: 0.875rem;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .ymt-pagefind-panel {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - 100px);
  }
}
