/* ==========================================================================
   ELITEPRESSLINE ARCHIVE
   Category, tag, search result pages
   ========================================================================== */

.ep-archive-header {
  margin-bottom: var(--ep-space-10);
  padding-bottom: var(--ep-space-8);
  border-bottom: 1px solid var(--ep-border-light);
}

.ep-archive-header__title {
  font-size: var(--ep-text-5xl);
  font-weight: var(--ep-weight-extrabold);
  margin-bottom: var(--ep-space-3);
}

.ep-archive-header__desc {
  font-size: var(--ep-text-lg);
  color: var(--ep-text-secondary);
  line-height: var(--ep-leading-relaxed);
  max-width: 640px;
}

.ep-archive-header__count {
  display: inline-block;
  margin-top: var(--ep-space-3);
  font-size: var(--ep-text-sm);
  color: var(--ep-text-tertiary);
  font-weight: var(--ep-weight-medium);
}

/* Search results */
.ep-search-header {
  margin-bottom: var(--ep-space-10);
}

.ep-search-header__query {
  color: var(--ep-accent);
}

.ep-search-header__count {
  font-size: var(--ep-text-sm);
  color: var(--ep-text-tertiary);
  margin-top: var(--ep-space-2);
}

/* No results */
.ep-no-results {
  text-align: center;
  padding: var(--ep-space-24) var(--ep-space-6);
}

.ep-no-results__title {
  font-size: var(--ep-text-3xl);
  margin-bottom: var(--ep-space-4);
}

.ep-no-results__text {
  color: var(--ep-text-secondary);
  margin-bottom: var(--ep-space-8);
  max-width: 480px;
  margin-inline: auto;
}

.ep-no-results__search {
  max-width: 400px;
  margin: 0 auto;
}
