/* Recreatief.nl blog v41 additions.
   Andy-owned blog.css is intentionally not modified. */

.article-view-count {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.article-view-number {
  color: inherit;
}

.blog-filter a {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: 9px 13px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.blog-filter a:hover,
.blog-filter a.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

a.blog-topic {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.blog-topic:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 89, 72, 0.28);
  box-shadow: 0 12px 30px rgba(16, 39, 68, 0.08);
}

.blog-search-status {
  margin: 14px 0 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.blog-load-more {
  display: none;
  margin: 24px auto 0;
  border: 1px solid var(--green);
  background: #fff;
  color: var(--green);
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 850;
  cursor: pointer;
}

.blog-load-more.is-visible {
  display: block;
}

.blog-card-image-el {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
  background: #eef1ec;
}

.rubric-hero {
  padding: 58px 0 26px;
}

.rubric-hero .breadcrumbs {
  margin-bottom: 16px;
}

.rubric-hero h1 {
  max-width: 850px;
  margin: 0 0 14px;
}

.rubric-hero p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.rubric-count {
  display: inline-flex;
  margin-top: 10px;
  border-radius: 999px;
  padding: 7px 11px;
  background: #eef5f2;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 850;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 36px 0 8px;
}

.blog-pagination a,
.blog-pagination span {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 800;
  padding: 0 10px;
  background: #fff;
}

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

.blog-pagination .dots {
  border: 0;
  background: transparent;
}

.search-view-meta {
  opacity: 0.78;
}

@media (max-width: 700px) {
  .blog-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 7px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .blog-search {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .blog-card-image-el {
    height: 190px;
  }

  .rubric-hero {
    padding-top: 38px;
  }
}
