/**
 * Site pages: about, contact, news, single post
 */

/* ---------- Unified inner-page hero (matches product center) ---------- */
.hcn-inner-page-hero {
  --hcn-primary: #ff131c;
  --hcn-accent: #fab337;
  --hcn-navy: #0c182f;
  --hcn-navy-light: #162a45;
  --hcn-white: #fff;
}

.hcn-inner-page-hero,
.hcn-inner-page-hero.hcn-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 48px !important;
  margin: 0;
  max-width: none;
  text-align: left;
  background: linear-gradient(135deg, var(--hcn-navy) 0%, var(--hcn-navy-light) 100%);
  color: var(--hcn-white);
}

.hcn-inner-page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 19, 28, 0.12) 0%, transparent 50%),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 20px,
      rgba(255, 255, 255, 0.02) 20px,
      rgba(255, 255, 255, 0.02) 21px
    );
  pointer-events: none;
}

.hcn-inner-page-wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hcn-inner-page-hero .hcn-product-breadcrumb,
.hcn-inner-page-hero .news-single-breadcrumb {
  margin: 0 0 16px;
  font-size: 13px;
  opacity: 0.85;
}

.hcn-inner-page-hero .hcn-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.hcn-inner-page-hero .hcn-product-breadcrumb a,
.hcn-inner-page-hero .news-single-breadcrumb a {
  color: var(--hcn-white);
  text-decoration: none;
}

.hcn-inner-page-hero .hcn-product-breadcrumb a:hover,
.hcn-inner-page-hero .news-single-breadcrumb a:hover {
  color: var(--hcn-accent);
}

.hcn-inner-page-hero .hcn-bc-sep {
  opacity: 0.4;
}

.hcn-inner-page-hero .hcn-bc-current,
.hcn-inner-page-hero .news-single-breadcrumb .hcn-bc-current {
  color: var(--hcn-accent);
  font-weight: 500;
}

.hcn-inner-page-hero .hcn-archive-title,
.hcn-inner-page-hero .news-single-title {
  margin: 0 0 12px !important;
  font-size: clamp(26px, 4vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: var(--hcn-white) !important;
  padding: 0;
  max-width: 900px;
}

.hcn-inner-page-hero .hcn-archive-title mark {
  background: transparent;
  color: var(--hcn-accent);
}

.hcn-inner-page-hero .hcn-archive-desc {
  margin: 0;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.88;
}

.about-section-label {
  margin-bottom: 0 !important;
}

/* ---------- About page ---------- */
.about-intro-img img,
.about-workshop-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(12, 24, 47, 0.12);
}

.about-stats-strip {
  padding: 32px 20px !important;
}

.about-stats-grid {
  gap: 12px !important;
}

.about-stat-item {
  text-align: center;
  padding: 8px 0;
}

.about-values-grid .about-value-card {
  height: 100%;
  padding: 28px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(12, 24, 47, 0.06);
  border: 1px solid #eee;
  transition: transform 0.25s, box-shadow 0.25s;
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(12, 24, 47, 0.1);
}

.about-value-icon {
  margin: 0 0 12px !important;
  font-size: 28px;
  color: var(--wp--preset--color--primary);
}

.about-timeline {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid var(--wp--preset--color--primary);
}

.about-timeline-item {
  position: relative;
  padding: 0 0 24px 20px;
}

.about-timeline-item:last-child {
  padding-bottom: 0;
}

.about-timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 4px rgba(255, 19, 28, 0.15);
}

.about-timeline-year {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--wp--preset--color--tertiary);
}

.about-timeline-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

.about-honors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.about-honor-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.about-honor-badge i {
  color: var(--wp--preset--color--secondary);
}

.about-page-cta {
  padding: 36px 20px !important;
}

/* About page — factory & certificates (moved from homepage) */
.about-page-intro ~ .factory-section,
.about-page-intro ~ .certificates-section {
  margin-top: 0;
}

/* About page — exhibition showcases */
.about-showcases-intro .about-section-label i {
  margin-right: 6px;
}

.about-showcase {
  padding: 48px 20px !important;
}

.about-showcase.is-alt-bg {
  background: #fff !important;
}

.about-showcase-content .about-section-label i {
  margin-right: 6px;
}

.about-showcase-inner {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-showcase.is-reversed .about-showcase-inner {
  grid-template-columns: 1fr 42%;
}

.about-showcase.is-reversed .about-showcase-content {
  order: 2;
}

.about-showcase.is-reversed .about-showcase-gallery {
  order: 1;
}

.about-showcase.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.about-showcase-title {
  margin: 8px 0 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  color: #0c182f;
}

.about-showcase-desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.about-showcase-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-showcase-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.about-showcase-points li:last-child {
  margin-bottom: 0;
}

.about-showcase-points i {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--wp--preset--color--primary);
  font-size: 13px;
}

.about-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.about-showcase-gallery.about-showcase-gallery--3 {
  grid-template-columns: repeat(3, 1fr);
}

.about-showcase-gallery.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.about-showcase-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #eef0f3;
  box-shadow: 0 4px 16px rgba(12, 24, 47, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-showcase-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(12, 24, 47, 0.14);
}

.about-showcase-img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.about-showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.about-showcase-photo:hover .about-showcase-img img {
  transform: scale(1.05);
}

.about-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.about-showcase-overlay span {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}

.about-showcase-photo:hover .about-showcase-overlay {
  opacity: 1;
}

@media (max-width: 991px) {
  .about-showcase-inner,
  .about-showcase.is-reversed .about-showcase-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-showcase.is-reversed .about-showcase-content,
  .about-showcase.is-reversed .about-showcase-gallery {
    order: unset;
  }

  .about-showcase-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .about-showcase {
    padding: 36px 16px !important;
  }

  .about-showcase-gallery,
  .about-showcase-gallery.about-showcase-gallery--3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ---------- Contact page ---------- */
.contact-info-list {
  list-style: none !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
}

.contact-info-list li:last-child {
  border-bottom: none;
}

.contact-info-list i {
  color: var(--wp--preset--color--primary);
  margin-top: 4px;
  width: 16px;
  flex-shrink: 0;
}

.contact-info-list a {
  color: inherit;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: var(--wp--preset--color--primary);
}

.contact-info-card,
.contact-form-card {
  box-shadow: 0 4px 24px rgba(12, 24, 47, 0.08);
  height: 100%;
}

/* Contact form notices (fallback when plugin CSS loads late) */
.hcn-form-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.hcn-form-notice--success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.hcn-form-notice--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.hcn-field-error-msg {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #dc2626;
}

.hcn-form-field input.hcn-field-error,
.hcn-form-field textarea.hcn-field-error {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

/* ---------- News list page ---------- */
.news-page-query .news-page-grid {
  gap: 28px;
}

.news-page-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(12, 24, 47, 0.07);
  border: 1px solid #eef0f3;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(12, 24, 47, 0.12);
}

.news-page-card-media {
  position: relative;
  overflow: hidden;
}

.news-page-card-media img {
  width: 100%;
  transition: transform 0.35s ease;
}

.news-page-card:hover .news-page-card-media img {
  transform: scale(1.04);
}

.news-page-cat {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
}

.news-page-cat a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 600;
  color: #fff !important;
  background: var(--wp--preset--color--primary);
  text-decoration: none !important;
}

.news-page-card-body {
  padding: 18px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-page-date {
  font-size: 13px !important;
  color: #888 !important;
  margin-bottom: 8px !important;
}

.news-page-card-title {
  margin: 0 0 10px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.news-page-card-title a {
  color: #1a2332;
  text-decoration: none;
  transition: color 0.2s;
}

.news-page-card:hover .news-page-card-title a {
  color: var(--wp--preset--color--primary);
}

.news-page-excerpt {
  flex: 1;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #666 !important;
  margin-bottom: 0 !important;
}

.news-page-excerpt a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wp--preset--color--primary) !important;
  text-decoration: none !important;
}

.news-page-pagination {
  gap: 8px;
}

.news-page-pagination a,
.news-page-pagination span {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
}

.news-page-pagination .current {
  background: var(--wp--preset--color--primary);
  color: #fff !important;
  border-color: var(--wp--preset--color--primary);
}

.news-page-empty {
  padding: 48px 20px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 2px dashed #ddd;
}

.news-page-empty i {
  font-size: 40px;
  color: #ccc;
  margin-bottom: 12px;
}

/* ---------- News single ---------- */
.news-single-hero {
  padding-bottom: 72px !important;
}

.news-single-hero-inner {
  text-align: center;
}

.news-single-hero-inner .news-single-breadcrumb {
  justify-content: center;
  text-align: center;
}

.news-single-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--hcn-accent, #fab337) !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.news-single-label i {
  font-size: 12px;
}

.news-single-hero .news-single-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 820px;
}

.news-single-hero .news-single-meta {
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  font-size: 14px;
}

.news-single-hero .news-single-meta.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.news-single-date,
.news-single-date time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
}

.news-single-date::before {
  content: '\f073';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  opacity: 0.85;
}

.news-single-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.news-single-cats a {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-single-cats a:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}

.news-single-body {
  position: relative;
  z-index: 2;
}

.news-single-article {
  margin-top: -52px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(12, 24, 47, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #fff;
}

.news-single-featured {
  margin: 0;
}

.news-single-featured img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-single-content-wrap {
  padding: 0;
}

.news-single-content {
  padding: 36px 40px 44px;
  font-size: 16px;
  line-height: 1.9;
  color: #4a5568;
}

.news-single-content > *:first-child {
  margin-top: 0;
}

.news-single-content h2 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.75em;
  padding-left: 16px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0c182f;
}

.news-single-content h2:first-child {
  margin-top: 0;
}

.news-single-content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 4px;
  border-radius: 2px;
  background: var(--wp--preset--color--primary);
}

.news-single-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2332;
}

.news-single-content p {
  margin-bottom: 1.15em;
}

.news-single-content ul,
.news-single-content ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}

.news-single-content li {
  margin-bottom: 0.45em;
}

.news-single-content li::marker {
  color: var(--wp--preset--color--primary);
}

.news-single-content a {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.news-single-content a:hover {
  opacity: 0.85;
}

.news-single-content strong {
  color: #0c182f;
  font-weight: 700;
}

.news-single-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(12, 24, 47, 0.08);
}

.news-single-content blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  border-left: 4px solid var(--wp--preset--color--primary);
  border-radius: 0 10px 10px 0;
  background: #f8f9fb;
  color: #555;
  font-style: normal;
}

.news-single-content .wp-block-table {
  margin: 1.5em 0;
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #e8ecf0;
  box-shadow: 0 2px 12px rgba(12, 24, 47, 0.04);
}

.news-single-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.news-single-content .wp-block-table th,
.news-single-content .wp-block-table td {
  border: 1px solid #e8ecf0;
  padding: 11px 14px;
  text-align: left;
  vertical-align: top;
}

.news-single-content .wp-block-table th {
  background: linear-gradient(180deg, #f6f8fa 0%, #eef1f5 100%);
  font-weight: 600;
  color: #0c182f;
  white-space: nowrap;
}

.news-single-content .wp-block-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.news-single-content .wp-block-table tbody tr:hover {
  background: #fff8f8;
}

.news-single-footer-bar {
  margin-top: 32px;
  padding: 22px 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eef0f3;
  box-shadow: 0 4px 16px rgba(12, 24, 47, 0.05);
  gap: 16px;
}

.news-single-footer-bar.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.news-single-tags {
  flex: 1;
  min-width: 200px;
}

.news-single-tags .wp-block-post-terms__prefix {
  font-weight: 600;
  color: #666;
  margin-right: 4px;
}

.news-single-tags a {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  background: #f3f5f8;
  color: #555;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.news-single-tags a:hover {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

.news-back-btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-back-btn .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 19, 28, 0.25);
}

/* Related posts */
.news-related-section {
  max-width: none;
  margin-top: 48px !important;
  padding-top: 40px;
  border-top: 1px solid #e4e8ed;
}

.news-related-heading {
  margin-bottom: 24px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0c182f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-related-heading::before {
  content: '';
  width: 4px;
  height: 22px;
  border-radius: 2px;
  background: var(--wp--preset--color--primary);
}

.news-related-grid {
  gap: 20px !important;
}

.news-related-grid.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.news-related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 4px 18px rgba(12, 24, 47, 0.07);
  border: 1px solid #eef0f3;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(12, 24, 47, 0.12);
}

.news-related-card .wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
}

.news-related-card .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.news-related-card:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}

.news-related-card .news-related-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 16px;
}

.news-related-title {
  margin: 0 0 6px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  flex: 1;
}

.news-related-title a {
  color: #1a2332;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-related-title a:hover {
  color: var(--wp--preset--color--primary);
}

.news-related-date {
  margin-top: auto;
  padding-bottom: 0;
  color: #888 !important;
  font-size: 13px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .news-page-query .news-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .news-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 781px) {
  .about-intro-grid .wp-block-column,
  .about-timeline-section .wp-block-column {
    flex-basis: 100% !important;
  }
  .about-stats-grid .wp-block-column {
    flex-basis: 50% !important;
  }
  .about-timeline {
    margin-top: 28px;
  }
  .contact-page-grid .wp-block-column {
    flex-basis: 100% !important;
  }
  .contact-form-col {
    margin-top: 24px;
  }
  .news-single-hero {
    padding-bottom: 56px !important;
  }
  .news-single-article {
    margin-top: -36px;
  }
  .news-single-content {
    padding: 24px 22px 32px;
    font-size: 15px;
  }
  .news-single-content h2 {
    font-size: 1.2rem;
  }
  .news-single-footer-bar {
    flex-direction: column;
    align-items: stretch !important;
    padding: 18px 16px;
  }
  .news-back-btn {
    width: 100%;
  }
  .news-back-btn .wp-block-button__link {
    justify-content: center;
    width: 100%;
  }
  .news-single-hero .news-single-meta {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .news-page-query .news-page-grid,
  .news-related-grid {
    grid-template-columns: 1fr !important;
  }
  .about-page-cta .wp-block-column {
    flex-basis: 100% !important;
    text-align: center;
  }
  .about-page-cta .wp-block-buttons {
    justify-content: center !important;
    margin-top: 16px;
  }
}
