.zs-news-detail-page main {
  overflow: hidden;
  background: #ffffff;
}

.zs-news-detail-page .zs-wrap {
  width: min(1200px, calc(100% - 40px));
}

.zs-news-detail-page img,
.zs-news-detail-page svg {
  display: block;
  max-width: 100%;
}

.zs-news-detail-page a {
  text-decoration: none;
}

.zs-news-detail-page h1,
.zs-news-detail-page h2,
.zs-news-detail-page h3,
.zs-news-detail-page p,
.zs-news-detail-page ul,
.zs-news-detail-page ol,
.zs-news-detail-page li,
.zs-news-detail-page figure,
.zs-news-detail-page form,
.zs-news-detail-page input,
.zs-news-detail-page textarea,
.zs-news-detail-page select,
.zs-news-detail-page button {
  margin: 0;
}

.zs-news-detail-page ul,
.zs-news-detail-page ol {
  padding: 0;
}

.zs-news-detail-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-news-detail-main {
  background: #ffffff;
}

.zs-news-detail-hero {
  position: relative;
}

.zs-news-detail-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(16, 24, 40, 0.28), rgba(16, 24, 40, 0.28)), url("../img/news-detail-hero.jpg") center/cover no-repeat;
}

.zs-news-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 240px;
  align-items: center;
}

.zs-news-detail-hero h2 {
  max-width: 980px;
  color: #ffffff;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.zs-news-detail-content {
  padding: 56px 0 88px;
}

.zs-news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
  gap: 34px;
  align-items: start;
}

.zs-news-detail-article,
.zs-news-detail-sidebar {
  min-width: 0;
}

.zs-news-detail-featured {
  position: relative;
}

.zs-news-detail-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.zs-news-detail-cat a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  background: #0c5297;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.24s ease;
}

.zs-news-detail-cat a:hover {
  background: #0c5297;
}

.zs-news-detail-featured img {
  width: 100%;
  height: auto;
}

.zs-news-detail-body {
  padding-top: 34px;
}

.zs-news-detail-intro {
  display: grid;
  gap: 20px;
}

.zs-news-detail-intro p,
.zs-news-detail-section p,
.zs-news-detail-faq-answer p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.76;
}

.zs-news-detail-intro strong,
.zs-news-detail-section strong {
  color: #111827;
}

.zs-news-detail-toc {
  margin-top: 34px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.zs-news-detail-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid #e5e7eb;
}

.zs-news-detail-toc-header h2 {
  color: #111827;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.zs-news-detail-toc-toggle {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  transition: color 0.24s ease, transform 0.24s ease;
}

.zs-news-detail-toc-toggle:hover {
  color: #0c5297;
}

.zs-news-detail-toc-toggle svg {
  width: 20px;
  height: 20px;
}

.zs-news-detail-toc ol {
  display: grid;
  gap: 12px;
  padding: 22px;
  padding-left: 42px;
  list-style: decimal;
}

.zs-news-detail-toc a {
  color: #111827;
  font-size: 16px;
  line-height: 1.6;
  transition: color 0.24s ease;
}

.zs-news-detail-toc a:hover {
  color: #0c5297;
}

.zs-news-detail-section {
  margin-top: 38px;
}

.zs-news-detail-section h2 {
  margin-bottom: 18px;
  color: #111827;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.zs-news-detail-number-list {
  display: grid;
  gap: 18px;
  margin-top: 14px;
  padding-left: 22px;
}

.zs-news-detail-number-list > li {
  color: #111827;
  font-size: 17px;
  line-height: 1.76;
}

.zs-news-detail-number-list > li::marker {
  font-weight: 700;
}

.zs-news-detail-number-list strong {
  display: inline-block;
  margin-bottom: 6px;
}

.zs-news-detail-inline-image {
  margin-top: 28px;
}

.zs-news-detail-inline-image img {
  width: 100%;
  height: auto;
}

.zs-news-detail-section a {
  color: #0c5297;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zs-news-detail-section a:hover {
  color: #0c5297;
}

.zs-news-detail-faq-list {
  display: grid;
  gap: 12px;
}

.zs-news-detail-faq-item {
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.zs-news-detail-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: #111827;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.zs-news-detail-faq-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.zs-news-detail-faq-icon::before,
.zs-news-detail-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #111827;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.zs-news-detail-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.zs-news-detail-faq-question[aria-expanded="true"] .zs-news-detail-faq-icon::after {
  opacity: 0;
}

.zs-news-detail-faq-answer {
  padding: 0 22px 18px;
}

.zs-news-detail-related ul {
  display: grid;
  gap: 12px;
  list-style: none;
}

.zs-news-detail-related li {
  position: relative;
  padding-left: 24px;
}

.zs-news-detail-related li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' fill='none' stroke='%237141b1' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.zs-news-detail-related a {
  color: #111827;
  font-size: 17px;
  line-height: 1.7;
  transition: color 0.24s ease;
}

.zs-news-detail-related a:hover {
  color: #0c5297;
}

.zs-news-detail-updated {
  margin-top: 26px;
  color: #9aa1ad;
  font-size: 14px;
  line-height: 1.6;
}

.zs-news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.zs-news-detail-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  background: #f3f4f6;
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
  transition: background 0.24s ease, color 0.24s ease;
}

.zs-news-detail-tags a:hover {
  background: #0c5297;
  color: #ffffff;
}

.zs-news-detail-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zs-news-detail-share a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  line-height: 1;
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

.zs-news-detail-share a svg {
  width: 17px;
  height: 17px;
}

.zs-news-detail-share a:hover {
  transform: translateY(-2px);
  filter: brightness(0.94);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.zs-news-detail-share a.is-twitter {
  background: #0c5297;
}

.zs-news-detail-share a.is-facebook {
  background: #4c63c7;
}

.zs-news-detail-share a.is-pinterest {
  background: #ff3b30;
}

.zs-news-detail-share a.is-linkedin {
  background: #0077b5;
}

.zs-news-detail-share a.is-reddit {
  background: #ff5b14;
}

.zs-news-detail-search-form input,
.zs-news-detail-quote-form input,
.zs-news-detail-quote-form textarea,
.zs-news-detail-quote-form select {
  width: 100%;
  border: 1px solid #d8dde6;
  background: #f5f5f5;
  color: #111827;
  font: inherit;
}

.zs-news-detail-quote-form textarea {
  padding: 16px 20px;
  resize: vertical;
}

.zs-news-detail-search-form input,
.zs-news-detail-quote-form input,
.zs-news-detail-quote-form select {
  height: 50px;
  padding: 0 18px;
}

.zs-news-detail-quote-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
}

.zs-news-detail-quote-actions button {
  min-width: 148px;
  min-height: 50px;
  padding: 12px 30px;
  border: 0;
  background: #0c5297;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.24s ease;
}

.zs-news-detail-quote-actions button:hover {
  background: #0c5297;
}

.zs-news-detail-form-message {
  min-height: 20px;
  color: #16a34a;
  font-size: 13px;
  line-height: 1.5;
}

.zs-news-detail-widget + .zs-news-detail-widget {
  margin-top: 38px;
}

.zs-news-detail-widget {
  padding: 0;
  border: 0;
  background: transparent;
}

.zs-news-detail-widget h3 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.zs-news-detail-widget h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 18px;
  height: 3px;
  background: #0c5297;
}

.zs-news-detail-search-form {
  position: relative;
}

.zs-news-detail-search-form input {
  border: 0;
  background: #fafafa;
  color: #6b7280;
  font-size: 13px;
  padding-right: 46px;
}

.zs-news-detail-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #0c5297;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.24s ease;
}

.zs-news-detail-search-form button:hover {
  background: #0a0f1f;
}

.zs-news-detail-widget-list {
  display: grid;
  gap: 14px;
  list-style: none;
}

.zs-news-detail-widget-list li {
  display: block;
}

.zs-news-detail-widget-list a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
  text-transform: uppercase;
  transition: color 0.24s ease, padding-left 0.24s ease;
}

.zs-news-detail-widget-list a::before {
  content: "//";
  position: absolute;
  top: 0;
  left: 0;
  color: #0c5297;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.zs-news-detail-widget-list a:hover {
  padding-left: 18px;
  color: #0c5297;
}

.zs-news-detail-widget-list a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.zs-news-detail-widget-list span {
  display: block;
  margin-top: 2px;
  color: #9aa1ad;
  font-size: 14px;
  line-height: 1.6;
}

.zs-news-detail-recent-posts {
  display: grid;
  gap: 18px;
  list-style: none;
}

.zs-news-detail-recent-posts li {
  display: grid;
  gap: 6px;
}

.zs-news-detail-recent-posts a {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.24s ease;
}

.zs-news-detail-recent-posts a:hover {
  color: #0c5297;
}

.zs-news-detail-recent-posts time {
  color: #9aa1ad;
  font-size: 13px;
  line-height: 1.5;
}

.zs-news-detail-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zs-news-detail-tagcloud a {
  padding: 8px 14px;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
  transition: background 0.24s ease, color 0.24s ease;
}

.zs-news-detail-tagcloud a:hover {
  background: #0c5297;
  color: #ffffff;
}

.zs-news-detail-widget-quote h3 {
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}

.zs-news-detail-widget-quote h3::after {
  display: none;
}

.zs-news-detail-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.zs-news-detail-quote-grid label {
  display: grid;
  gap: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.zs-news-detail-quote-grid label.is-full {
  grid-column: 1 / -1;
}

.zs-news-detail-quote-grid small {
  color: #9aa1ad;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.zs-news-detail-quote-grid strong {
  color: #ef4444;
}

[data-news-detail-reveal] {
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-news-detail-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .zs-news-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .zs-news-detail-sidebar {
    display: grid;
    gap: 24px;
  }

  .zs-news-detail-widget + .zs-news-detail-widget {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .zs-news-detail-page .zs-wrap {
    width: min(100% - 24px, 1200px);
  }

  .zs-news-detail-hero-inner {
    min-height: 210px;
  }

  .zs-news-detail-hero h2 {
    font-size: 30px;
  }

  .zs-news-detail-content {
    padding: 34px 0 56px;
  }

  .zs-news-detail-cat {
    top: 14px;
    left: 14px;
  }

  .zs-news-detail-cat a {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .zs-news-detail-body {
    padding-top: 24px;
  }

  .zs-news-detail-toc-header {
    padding: 16px;
  }

  .zs-news-detail-toc-header h2 {
    font-size: 22px;
  }

  .zs-news-detail-toc ol {
    padding: 18px 16px 18px 34px;
  }

  .zs-news-detail-section {
    margin-top: 32px;
  }

  .zs-news-detail-section h2 {
    font-size: 26px;
  }

  .zs-news-detail-intro p,
  .zs-news-detail-section p,
  .zs-news-detail-faq-answer p,
  .zs-news-detail-number-list > li,
  .zs-news-detail-related a {
    font-size: 16px;
  }

  .zs-news-detail-faq-question {
    padding: 16px;
    font-size: 17px;
  }

  .zs-news-detail-faq-answer {
    padding: 0 16px 16px;
  }

  .zs-news-detail-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .zs-news-detail-quote-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .zs-news-detail-quote-grid label.is-full {
    grid-column: auto;
  }
}
