.helloch-editorial-type-section {
  border-left: 4px solid var(--type-color, #6366f1);
  padding-left: var(--helloch-space-md);
  margin-bottom: var(--helloch-space-2xl);
}

.helloch-archive-grid {
  margin-bottom: var(--helloch-space-2xl);
}

.helloch-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: var(--helloch-space-xl);
}

.helloch-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid var(--helloch-color-border);
  border-radius: var(--helloch-radius);
  text-decoration: none;
  font-weight: 600;
}

.helloch-pagination .current {
  background: var(--helloch-color-text);
  color: #fff;
  border-color: var(--helloch-color-text);
}

.helloch-resource-category {
  margin-bottom: var(--helloch-space-xl);
}

.helloch-resource-category__title {
  font-size: 1.25rem;
  margin-bottom: var(--helloch-space-md);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--helloch-color-border);
}

.helloch-author-card {
  display: grid;
  gap: var(--helloch-space-lg);
  background: var(--helloch-color-surface);
  border: 1px solid var(--helloch-color-border);
  border-radius: var(--helloch-radius-lg);
  padding: var(--helloch-space-lg);
  margin-bottom: var(--helloch-space-xl);
}

@media (min-width: 640px) {
  .helloch-author-card {
    grid-template-columns: 120px 1fr;
    align-items: start;
  }
}

.helloch-author-card__avatar img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.helloch-trust-panel {
  background: var(--helloch-color-surface);
  border: 1px solid var(--helloch-color-border);
  border-radius: var(--helloch-radius-lg);
  padding: var(--helloch-space-xl);
  margin-bottom: var(--helloch-space-xl);
}

.helloch-contact-embed {
  margin-top: var(--helloch-space-xl);
  min-height: 600px;
}

.helloch-contact-embed iframe {
  width: 100%;
  min-height: 600px;
  border: 0;
  border-radius: var(--helloch-radius);
}

.helloch-cta-block {
  margin-top: var(--helloch-space-xl);
  padding: var(--helloch-space-lg);
  background: #fdf2f4;
  border-radius: var(--helloch-radius-lg);
  text-align: center;
}

.helloch-search-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: var(--helloch-space-xl);
}

.helloch-search-form input[type="search"] {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid var(--helloch-color-border);
  border-radius: var(--helloch-radius);
  font-size: 1rem;
}

.helloch-admin .helloch-meta-grid {
  display: grid;
  gap: 0.5rem;
}
