/* ── Featured Hero Article ───────────────────────────────── */
.smyk-bl-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}
.smyk-bl-hero__img-link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
}
.smyk-bl-hero__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.smyk-bl-hero__img-link:hover .smyk-bl-hero__img {
  transform: scale(1.03);
}
.smyk-bl-hero__img--placeholder {
  background: #f0f0f0;
  aspect-ratio: 3/2;
}
.smyk-bl-hero__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #222222;
  line-height: 1.2;
  margin: 0 0 20px;
}
.smyk-bl-hero__title a {
  color: inherit;
  text-decoration: none;
}
.smyk-bl-hero__title a:hover {
  color: #e41d56;
}
.smyk-bl-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.smyk-bl-hero__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.smyk-bl-hero__avatar--default {
  overflow: hidden;
  border-radius: 50%;
}
.smyk-bl-hero__author {
  font-size: 0.9rem;
  font-weight: 600;
  color: #222222;
  margin: 0;
  line-height: 1.3;
}
.smyk-bl-hero__date {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0;
}
.smyk-bl-hero__excerpt {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 24px;
}
.smyk-bl-hero__read-more {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e41d56;
  text-decoration: none;
  transition: color 0.2s;
}
.smyk-bl-hero__read-more:hover {
  color: #d11a4e;
}

@media (max-width: 768px) {
  .smyk-bl-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ── Card Grid ───────────────────────────────────────────── */
.smyk-bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .smyk-bl-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .smyk-bl-grid { grid-template-columns: 1fr; }
}

/* Card */
.smyk-bl-card__img-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.smyk-bl-card__img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.smyk-bl-card__img-link:hover .smyk-bl-card__img {
  transform: scale(1.04);
}
.smyk-bl-card__img--placeholder {
  background: #f0f0f0;
  aspect-ratio: 16/10;
}
/* Orange bottom accent bar */
.smyk-bl-card__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #e41d56;
}
.smyk-bl-card__body {
  padding: 14px 0 0;
}
.smyk-bl-card__meta {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0 0 8px;
}
.smyk-bl-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.35;
  margin: 0;
}
.smyk-bl-card__title a {
  color: inherit;
  text-decoration: none;
}
.smyk-bl-card__title a:hover {
  color: #e41d56;
}

/* ── Pagination ──────────────────────────────────────────── */
.smyk-bl-pagination {
  text-align: center;
  margin-top: 48px;
}
.smyk-bl-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.smyk-bl-pagination .pagination li a,
.smyk-bl-pagination .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.smyk-bl-pagination .pagination li a:hover {
  background: #e41d56;
  color: #fff;
}
.smyk-bl-pagination .pagination li .current {
  background: #e41d56;
  color: #fff;
}

/* WP core pagination markup (the_posts_pagination) — same visual language */
.smyk-bl-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.smyk-bl-pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.smyk-bl-pagination .nav-links a.page-numbers:hover {
  background: #e41d56;
  color: #fff;
}
.smyk-bl-pagination .nav-links .page-numbers.current {
  background: #e41d56;
  color: #fff;
}
.smyk-bl-pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ── Empty state ─────────────────────────────────────────── */
.smyk-bl-empty {
  text-align: center;
  font-size: 1rem;
  color: #64748b;
  padding: 60px 0;
}
.smyk-bl-empty a {
  color: #e41d56;
  font-weight: 600;
  text-decoration: none;
}
.smyk-bl-empty a:hover { text-decoration: underline; }

/* ── Search results count ────────────────────────────────── */
.smyk-bl-search-count {
  text-align: center;
  font-size: 0.92rem;
  color: #64748b;
  margin: 0 0 32px;
}
.smyk-bl-search-count strong { color: #222222; font-weight: 700; }

/* ── Section spacing ─────────────────────────────────────── */
.smyk-blog-list {
  padding: 48px 0 80px;
}
