.news-page {
  margin: 0;
  background: #fff;
  color: #263c41;
  font: 15px/1.85 var(--font-sans);
  letter-spacing: .035em;
}
.news-page *, .news-page *::before, .news-page *::after { box-sizing: border-box; }
.news-page pw-header { display: block; min-height: 61px; }
.news-page a:focus-visible { outline: 3px solid #007e89; outline-offset: 5px; }
.news-hero { background: #edf9fa; border-bottom: 1px solid #e7f2f3; }
.news-hero__inner { max-width: 1000px; margin: auto; padding: 24px 32px 57px; }
.news-breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 11px; color: #65777b; }
.news-breadcrumb a { color: inherit; text-decoration: none; }
.news-breadcrumb [aria-hidden] { font-size: 14px; color: #a4b7ba; }
.news-hero__heading { text-align: center; padding-top: 22px; }
.news-eyebrow { color: #008c98; font-size: 11px; font-weight: 700; letter-spacing: .18em; margin: 0 0 8px; }
.news-hero h1 { margin: 0; font-size: 36px; line-height: 1.5; font-weight: 700; letter-spacing: .13em; }
.news-hero h1::after { content: ""; display: block; width: 28px; height: 3px; background: #1fb2bc; margin: 18px auto; }
.news-intro { font-size: 13px; line-height: 1.9; margin: 0; color: #566d72; }
.news-list { max-width: 936px; margin: 0 auto; padding: 46px 28px 58px; }
.news-list__heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dfebed; padding-bottom: 18px; }
.news-list__heading h2 { margin: 0; font-size: 16px !important; font-weight: 700; }
.news-list__heading > span { font-size: 11px; color: #78888c; }
.news-item { padding: 30px 0 28px; border-bottom: 1px solid #dfebed; display: grid; grid-template-columns: 146px minmax(0, 1fr); gap: 24px; }
.news-item__meta { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.news-item time { font-size: 13px; font-variant-numeric: tabular-nums; letter-spacing: .06em; color: #6c7d82; }
.news-badge { font-size: 10px; line-height: 1.7; font-weight: 600; color: #007d87; background: #eaf7f8; border: 1px solid #d6eef0; border-radius: 3px; padding: 3px 10px; }
.news-item h3 { font-size: 18px; line-height: 1.75; margin: 0 0 10px; letter-spacing: .025em; }
.news-item p { font-size: 13px; line-height: 1.9; color: #67787d; margin: 0 0 13px; }
.news-article-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: #007e89; text-decoration: none; font-size: 12px; min-height: 44px; }
.news-arrow { display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border: 1px solid #c9e3e6; border-radius: 50%; font-size: 15px; }
.news-article-link:hover .news-arrow { background: #eaf8f9; }
.news-article-link:hover > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.news-back { text-align: center; margin-top: 38px; }
.news-back a { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 10px 30px; border: 1px solid #ccdfe1; border-radius: 5px; font-size: 12px; font-weight: 600; text-decoration: none; color: inherit; min-height: 46px; }
.news-back a:hover { background: #f4fafb; }
@media (min-width: 1024px) { .news-page pw-header { min-height: 65px; } }
@media (max-width: 600px) {
  .news-hero__inner { padding: 18px 22px 34px; }
  .news-breadcrumb { font-size: 10px; }
  .news-hero__heading { padding-top: 23px; }
  .news-eyebrow { font-size: 10px; margin-bottom: 7px; }
  .news-hero h1 { font-size: 28px; }
  .news-hero h1::after { margin: 14px auto; width: 24px; height: 2px; }
  .news-intro { font-size: 11px; }
  .news-intro span { display: block; }
  .news-list { padding: 28px 24px 40px; }
  .news-list__heading { padding-bottom: 15px; }
  .news-list__heading h2 { font-size: 14px !important; }
  .news-list__heading > span { font-size: 10px; }
  .news-item { display: block; padding: 24px 0 21px; }
  .news-item__meta { flex-direction: row; gap: 12px; align-items: center; margin-bottom: 13px; }
  .news-item time { font-size: 11px; }
  .news-badge { font-size: 9px; padding: 2px 8px; }
  .news-item h3 { font-size: 16px; line-height: 1.8; margin-bottom: 9px; }
  .news-item p { font-size: 12px; margin-bottom: 9px; }
  .news-article-link { font-size: 11px; }
  .news-back { margin-top: 28px; }
  .news-back a { font-size: 11px; }
}
