/**
 * Blog - Zenterra Theme
 */

.blog-listing,
.single-post-page {
  --zt-blog-accent: #3e87cb;
  --zt-blog-accent-rgb: 62, 135, 203;
  --zt-blog-ink: #343a40;
}

.blog-listing #primary,
.single-post-page #primary {
  width: 100%;
  max-width: 100%;
}

.blog-listing .site-main,
.single-post-page .site-main {
  padding: 0;
}

.blog-page-header,
.single-post-header {
  position: static;
  top: auto;
  background: #ffffff;
  color: #343a40;
  padding: 48px 0 18px;
}

.blog-listing .blog-page-header,
.blog-listing .blog-filters-section,
.single-post-page .single-post-header {
  position: static;
  top: auto;
}

.blog-page-eyebrow,
.blog-filters-label,
.single-post-side-label,
.single-post-latest-category {
  margin: 0 0 14px;
  color: var(--zt-blog-accent);
  font: 600 12px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-page-title,
.single-post-title {
  max-width: 900px;
  margin: 0;
  color: var(--zt-blog-ink);
  font: 700 clamp(32px, 4vw, 56px)/1.05 "Gotham Bold", Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-page-description,
.single-post-excerpt {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(52, 58, 64, 0.8);
  font: 400 18px/1.8 "Gotham Book", Arial, sans-serif;
}

.blog-page-description,
.single-post-excerpt p {
  margin-bottom: 0;
}

.single-post-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.single-post-topbar-main {
  min-width: 0;
}

.single-post-share-panel {
  display: grid;
  gap: 12px;
}

.single-post-share-desktop .single-post-share-panel {
  justify-items: end;
}

.single-post-share-desktop .single-post-side-label {
  margin-bottom: 0;
  text-align: right;
}

.single-post-share-mobile {
  display: none;
  margin-top: 36px;
}

.single-post-share-mobile .single-post-share-panel {
  justify-items: center;
}

.blog-active-filter {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(var(--zt-blog-accent-rgb), 0.18);
  background: rgba(var(--zt-blog-accent-rgb), 0.08);
  color: var(--zt-blog-accent);
  font: 600 12px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-description {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(52, 58, 64, 0.76);
  font: 400 16px/1.75 "Gotham Book", Arial, sans-serif;
}

.archive-description p:last-child {
  margin-bottom: 0;
}

.blog-filters-section {
  padding: 0 0 16px;
  background: #ffffff;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-filter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(52, 58, 64, 0.12);
  background: #ffffff;
  color: #343a40;
  font: 600 13px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-filter-pill:hover,
.blog-filter-pill.is-active {
  border-color: var(--zt-blog-accent);
  background: var(--zt-blog-accent);
  color: #ffffff;
}

.blog-posts-wrapper {
  padding: 0 0 72px;
  background: #ffffff;
}

.blog-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(52, 58, 64, 0.1);
}

.blog-results-count {
  margin: 0;
  color: rgba(52, 58, 64, 0.72);
  font: 400 14px/1.5 "Gotham Book", Arial, sans-serif;
}

.blog-posts-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.blog-card {
  margin: 0;
  border: 1px solid rgba(52, 58, 64, 0.1);
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--zt-blog-accent-rgb), 0.22);
  box-shadow: 0 22px 50px rgba(16, 27, 38, 0.08);
}

.blog-card-link {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-height: 100%;
  padding: 0 0 28px;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 22px 24px 0;
}

.blog-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-card-category {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(var(--zt-blog-accent-rgb), 0.16);
  background: rgba(var(--zt-blog-accent-rgb), 0.08);
  color: var(--zt-blog-accent);
  font: 600 11px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-date,
.single-post-date,
.single-post-latest-date {
  color: rgba(52, 58, 64, 0.64);
  font: 400 14px/1.5 "Gotham Book", Arial, sans-serif;
}

.blog-card-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}

.blog-card-copy {
  max-width: none;
  padding: 24px 24px 0;
}

.blog-card-title {
  margin: 0;
  color: var(--zt-blog-ink);
  font: 700 clamp(24px, 2.5vw, 34px)/1.08 "Gotham Bold", Arial, sans-serif;
  transition: color 0.2s ease;
}

.blog-card:hover .blog-card-title {
  color: var(--zt-blog-accent);
}

.blog-card-excerpt {
  margin-top: 14px;
  color: rgba(52, 58, 64, 0.8);
  font: 400 16px/1.75 "Gotham Book", Arial, sans-serif;
}

.blog-card-image {
  order: -1;
  overflow: hidden;
  background: #f6f8fb;
  aspect-ratio: 16 / 10;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.03);
}

.blog-card-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 0 24px;
}

.blog-card-read-more {
  color: var(--zt-blog-accent);
  font: 600 13px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card-read-more::after {
  content: " +";
}

.blog-empty-state {
  padding: 60px 0 40px;
}

.blog-empty-state h2 {
  margin: 0 0 12px;
  color: #343a40;
  font: 700 clamp(28px, 4vw, 44px)/1.08 "Gotham Bold", Arial, sans-serif;
}

.blog-empty-state p {
  max-width: 680px;
  margin: 0;
  color: rgba(52, 58, 64, 0.78);
  font: 400 17px/1.8 "Gotham Book", Arial, sans-serif;
}

.blog-posts-wrapper .pagination,
.blog-posts-wrapper .nav-links {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(52, 58, 64, 0.1);
  text-align: center;
}

.blog-posts-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  margin: 0 4px;
  padding: 10px 14px;
  border: 1px solid rgba(52, 58, 64, 0.12);
  background: #ffffff;
  color: #343a40;
  font: 600 13px/1.2 "Gotham Medium", Arial, sans-serif;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-posts-wrapper .page-numbers:hover,
.blog-posts-wrapper .page-numbers.current {
  border-color: var(--zt-blog-accent);
  background: var(--zt-blog-accent);
  color: #ffffff;
}

.single-post-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--zt-blog-accent);
  font: 600 13px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.single-post-back-link::before {
  content: "<";
  margin-right: 8px;
}

.single-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.single-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-post-category {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(var(--zt-blog-accent-rgb), 0.16);
  background: rgba(var(--zt-blog-accent-rgb), 0.08);
  color: var(--zt-blog-accent);
  font: 600 11px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.single-post-category:hover {
  background: var(--zt-blog-accent);
  border-color: var(--zt-blog-accent);
  color: #ffffff;
}

.single-post-featured-image {
  padding: 14px 0 0;
}

.single-post-featured-image img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  display: block;
}

.single-post-body {
  display: block;
  padding: 48px 0 80px;
}

.single-post-share-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.single-post-share-link,
.single-post-latest-title a {
  color: #343a40;
  text-decoration: none;
}

.single-post-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(var(--zt-blog-accent-rgb), 0.38);
  border-radius: 999px;
  background: #ffffff;
  color: var(--zt-blog-accent);
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.single-post-share-icon-x {
  display: inline-flex;
  line-height: 0;
}

.single-post-share-icon-x svg {
  width: 1em;
  height: 1em;
}

.single-post-share-link:hover,
.single-post-share-link:focus-visible,
.single-post-latest-title a:hover {
  border-color: var(--zt-blog-accent);
  background: var(--zt-blog-accent);
  color: #ffffff;
  transform: translateY(-1px);
}

.single-post-share-status {
  min-height: 18px;
  margin: 0;
  color: rgba(52, 58, 64, 0.68);
  font: 400 12px/1.5 "Gotham Book", Arial, sans-serif;
}

.single-post-latest-list {
  display: grid;
  gap: 18px;
}

.single-post-latest-item {
  padding-top: 18px;
  border-top: 1px solid rgba(52, 58, 64, 0.08);
}

.single-post-latest-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.single-post-latest-title {
  margin: 0 0 8px;
  color: #343a40;
  font: 700 21px/1.16 "Gotham Bold", Arial, sans-serif;
}

.single-post-content {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.single-post-content .entry-content {
  color: #343a40;
  font: 400 18px/1.9 "Gotham Book", Arial, sans-serif;
}

.single-post-content .entry-content p,
.single-post-content .entry-content ul,
.single-post-content .entry-content ol,
.single-post-content .entry-content blockquote {
  margin: 0 0 22px;
}

.single-post-content .entry-content h2,
.single-post-content .entry-content h3,
.single-post-content .entry-content h4 {
  margin: 42px 0 16px;
  color: #343a40;
}

.single-post-content .entry-content h2 {
  font: 700 clamp(28px, 3vw, 40px)/1.08 "Gotham Bold", Arial, sans-serif;
}

.single-post-content .entry-content h3 {
  font: 700 clamp(22px, 2.3vw, 30px)/1.14 "Gotham Bold", Arial, sans-serif;
}

.single-post-content .entry-content a,
.single-post-footer a {
  color: var(--zt-blog-accent);
}

.single-post-content .entry-content a:hover,
.single-post-footer a:hover {
  color: var(--zt-blog-accent);
}

.single-post-content .entry-content ul,
.single-post-content .entry-content ol {
  padding-left: 22px;
}

.single-post-content .page-links {
  margin-top: 28px;
}

#post-28012 .zhv12f-post > .zhv12f-section:first-child .zhv12f-intro {
  text-align: left;
}

#post-28012 .zhv12f-quote p {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.22;
}

#post-28012 .zhv12f-awards {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

#post-28012 .zhv12f-award,
#post-28012 .zhv12f-award.is-grand {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0 18px;
  align-items: start;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(52, 58, 64, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#post-28012 .zhv12f-award:first-child {
  padding-top: 0;
  border-top: 0;
}

#post-28012 .zhv12f-award-badge {
  display: none;
}

#post-28012 .zhv12f-award-index {
  min-width: 0;
  padding-top: 4px;
  color: var(--zt-blog-accent);
  font: 700 12px/1.2 "Gotham Bold", Arial, sans-serif;
  letter-spacing: 0.14em;
}

#post-28012 .zhv12f-award h3 {
  margin: 0;
  font: 700 clamp(20px, 2.2vw, 26px)/1.18 "Gotham Bold", Arial, sans-serif;
}

#post-28012 .zhv12f-award p {
  margin: 8px 0 0;
  color: rgba(52, 58, 64, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

#post-28012 .zhv12f-award p a {
  font-family: "Gotham Medium", Arial, sans-serif;
}

#post-28012 .zhv12f-link {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--zt-blog-accent);
  font: 700 15px/1.5 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

#post-28012 .zhv12f-link:hover,
#post-28012 .zhv12f-link:focus-visible {
  background: transparent;
  color: #343a40;
}

@media (max-width: 767px) {
  #post-28012 .zhv12f-award,
  #post-28012 .zhv12f-award.is-grand {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #post-28012 .zhv12f-award-index {
    padding-top: 0;
  }
}

.single-post-footer {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(52, 58, 64, 0.1);
  color: rgba(52, 58, 64, 0.72);
  font: 400 14px/1.7 "Gotham Book", Arial, sans-serif;
}

.tags-label {
  font-family: "Gotham Medium", Arial, sans-serif;
}

.single-post-actions {
  margin-top: 36px;
  text-align: center;
}

.single-post-actions .btn-sticky-bar {
  float: none;
}

.single-post-latest-section {
  padding: 0 0 80px;
  background: #ffffff;
}

.single-post-latest-head {
  margin-bottom: 28px;
  text-align: center;
}

.single-post-latest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.single-post-latest-card {
  margin: 0;
  border-top: 2px solid #343a40;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 27, 38, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-post-latest-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(16, 27, 38, 0.1);
}

.single-post-latest-card-link {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.single-post-latest-card-image {
  background: #f6f8fb;
}

.single-post-latest-card-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.single-post-latest-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 28px 26px;
}

.single-post-latest-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.single-post-latest-card-meta .single-post-latest-category,
.single-post-latest-card-meta .single-post-latest-date {
  margin: 0;
}

.single-post-latest-title {
  margin: 0;
  color: #343a40;
  font: 700 clamp(24px, 2.4vw, 34px)/1.08 "Gotham Bold", Arial, sans-serif;
  transition: color 0.2s ease;
}

.single-post-latest-card:hover .single-post-latest-title {
  color: var(--zt-blog-accent);
}

.single-post-latest-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--zt-blog-accent);
  font: 600 13px/1.2 "Gotham Medium", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post-latest-read-more::after {
  content: " +";
}

.single-post-actions-bottom {
  margin-top: 32px;
}

@media (max-width: 1099px) {
  .blog-posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .single-post-body {
    padding-top: 40px;
  }

  .single-post-content {
    max-width: none;
  }

  .single-post-latest-card-link {
    grid-template-columns: 1fr;
  }

  .single-post-latest-card-image img {
    min-height: 240px;
  }
}

@media (max-width: 899px) {
  .blog-posts-list {
    grid-template-columns: 1fr;
  }

  .single-post-latest-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .single-post-topbar {
    margin-bottom: 20px;
  }

  .single-post-share-desktop {
    display: none;
  }

  .single-post-share-mobile {
    display: block;
  }

  .blog-page-header,
  .single-post-header {
    padding: 42px 0 18px;
  }

  .blog-page-description,
  .single-post-excerpt,
  .single-post-content .entry-content,
  .blog-card-excerpt,
  .blog-empty-state p {
    font-size: 16px;
    line-height: 1.75;
  }

  .blog-filter-pill {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .blog-posts-wrapper {
    padding-bottom: 56px;
  }

  .blog-card-content {
    padding-bottom: 22px;
  }

  .blog-card-meta {
    padding: 18px 20px 0;
  }

  .blog-card-copy,
  .blog-card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-post-featured-image {
    padding-top: 8px;
  }

  .single-post-body {
    padding: 36px 0 56px;
  }
}
