#search-show {
  .search-header {
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
    margin-block-end: var(--wa-space-xs);
    padding-block-end: var(--wa-space-xs);

    h1 {
      font-size: 1.4rem;
      font-weight: 600;

      em {
        color: var(--blue-highlight);
        font-style: italic;
      }
    }

    .result-count {
      font-size: 0.9rem;
      margin-block-start: var(--wa-space-2xs);
      opacity: 0.6;
    }
  }

  .empty-state {
    padding: var(--wa-space-4xl) var(--wa-space-xl);
    text-align: center;

    p {
      font-size: 1.1rem;
      opacity: 0.7;
    }
  }
}
