.no-result-experience {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 2.5rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  color: var(--brand-blue, #0a1931);
  background: #ffffff;
  border: 1px solid var(--ui-border, #e5e7eb);
  border-radius: var(--fs-top-banner-radius, 16px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.no-result-experience h1 {
  margin: 0 0 1.25rem;
  color: var(--brand-blue, #0a1931);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.no-result-action,
.no-result-action:link,
.no-result-action:visited,
.no-result-action:hover,
.no-result-action:focus,
.no-result-action:active {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  color: #ffffff;
  background: var(--brand-blue, #0a1931);
  border: 1px solid var(--brand-blue, #0a1931);
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.no-result-action:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.no-result-debug {
  margin: 1rem 0 0;
  color: #6b7280;
  font-size: 0.72rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

/* Keep saved-result metadata available to pagination without a second panel. */
.content-area:has(.no-result-experience) .search-snapshot-notice {
  display: none;
}
