.portal-news {
  --news-blue: #0757e8;
  --news-deep: #063abf;
  --news-ink: #121827;
  --news-muted: #697386;
  padding: 10px 0 34px;
  background:
    radial-gradient(circle at 90% 8%, rgba(38, 125, 255, .08), transparent 25%),
    #f7faff;
  color: var(--news-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

body.hp-page--inner,
body.hp-page--inner #main-content {
  background: #f7faff;
}

.portal-news *,
.portal-news *::before,
.portal-news *::after { box-sizing: border-box; }

.portal-news__shell {
  display: grid;
  grid-template-columns: 202px minmax(0, 1fr);
  gap: 22px;
  width: min(1160px, calc(100% - 34px));
  margin: 0 auto;
}

.portal-news__sidebar { min-width: 0; }

.news-menu,
.news-help {
  border: 1px solid #e3ebf6;
  border-radius: 10px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 24px rgba(30, 73, 130, .08);
}

.news-menu { padding: 14px 10px 12px; }
.news-menu h2 {
  margin: 0 8px 8px;
  color: #222a37;
  font-size: 12px;
  font-weight: 700;
}

.news-menu__item {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 38px;
  padding: 8px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #465064;
  font: inherit;
  font-size: 10px;
  text-align: left;
  cursor: pointer;
  transition: .2s ease;
}
.news-menu__item svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #1265f0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  flex: 0 0 auto;
}
.news-menu__item:hover,
.news-menu__item.is-active {
  background: #edf4ff;
  color: #0757e8;
  font-weight: 600;
}

.news-help {
  position: relative;
  min-height: 194px;
  margin-top: 16px;
  padding: 20px 15px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f0f6ff 100%);
}
.news-help__copy { position: relative; z-index: 2; }
.news-help strong { color: #0860e8; font-size: 10px; }
.news-help p {
  max-width: 135px;
  margin: 10px 0 14px;
  color: #657083;
  font-size: 9px;
  line-height: 1.75;
}
.news-help a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 5px;
  background: linear-gradient(135deg, #096af2, #074cce);
  box-shadow: 0 6px 12px rgba(7, 87, 232, .18);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}
.news-help a svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.news-help__247 {
  position: absolute;
  right: 11px;
  bottom: 38px;
  color: #a9c9fb;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -3px;
  opacity: .85;
}
.news-help__247::before {
  position: absolute;
  top: -17px;
  left: -16px;
  width: 51px;
  height: 51px;
  border: 4px solid #9fc3f8;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(20deg);
}
.news-help__247 span { font-size: 17px; }

.news-hero {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 11px;
  background:
    radial-gradient(circle at 91% 25%, rgba(24, 197, 255, .65), transparent 23%),
    linear-gradient(120deg, #0639b9 0%, #074fdf 58%, #087ff3 100%);
  box-shadow: 0 10px 25px rgba(6, 70, 203, .18);
  color: #fff;
}
.news-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 18, 88, .13), transparent 55%);
  content: "";
}
.news-hero__copy {
  position: relative;
  z-index: 2;
  padding: 25px 22px;
}
.news-hero h1 {
  margin: 0 0 9px;
  color: #fff;
  font: 700 20px/1.2 "Be Vietnam Pro", sans-serif;
}
.news-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 10px;
  line-height: 1.65;
}
.news-hero__art {
  position: absolute;
  z-index: 1;
  top: -8px;
  right: 12px;
  width: 54%;
  height: 140px;
}
.news-hero__dots {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 75px;
  height: 50px;
  opacity: .45;
  background-image: radial-gradient(#bce5ff 1px, transparent 1px);
  background-size: 8px 8px;
}

.news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0 15px;
}
.news-search {
  position: relative;
  display: block;
  width: min(47%, 430px);
}
.news-search input,
.news-toolbar select {
  width: 100%;
  height: 34px;
  border: 1px solid #dce5f1;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: #4b5565;
  font: 9px "Be Vietnam Pro", sans-serif;
  transition: border-color .2s, box-shadow .2s;
}
.news-search input { padding: 0 38px 0 12px; }
.news-search input:focus,
.news-toolbar select:focus {
  border-color: #5d98f3;
  box-shadow: 0 0 0 3px rgba(32, 111, 235, .09);
}
.news-search svg {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #64748b;
  stroke-linecap: round;
  stroke-width: 1.8;
}
.news-toolbar__selects { display: flex; gap: 10px; }
.news-toolbar__selects label { width: 126px; }
.news-toolbar select {
  padding: 0 28px 0 10px;
  cursor: pointer;
}

.news-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 16px;
}
.news-primary,
.news-row { min-width: 0; }
.news-primary__image,
.news-row__image,
.news-more-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: linear-gradient(135deg, #073995, #0e67f1);
}
.news-primary__image {
  height: 235px;
}
.news-primary__image img,
.news-row__image img,
.news-more-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.news-primary__image:hover img,
.news-row__image:hover img,
.news-more-card__image:hover img { transform: scale(1.035); }

.news-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 4px 8px;
  overflow: hidden;
  border-radius: 4px;
  background: #0872ee;
  box-shadow: 0 3px 7px rgba(0, 38, 120, .2);
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.news-card-badge--1 { background: #7652d8; }
.news-card-badge--2 { background: #f4930c; }

.news-primary__body { padding-top: 10px; }
.news-primary h2,
.news-row h3,
.news-more-card h3 { margin: 0; }
.news-primary h2 a,
.news-row h3 a,
.news-more-card h3 a {
  color: #171d29;
  text-decoration: none;
  transition: color .2s;
}
.news-primary h2 a:hover,
.news-row h3 a:hover,
.news-more-card h3 a:hover { color: #0757e8; }
.news-primary h2 {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.news-date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7a8494;
  font-size: 8px;
  line-height: 1.4;
}
.news-date svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.news-primary p,
.news-row p {
  display: -webkit-box;
  margin: 7px 0;
  overflow: hidden;
  color: #687386;
  font-size: 9px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-detail-link {
  color: #0757e8;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}
.news-detail-link span { font-size: 13px; }

.news-side-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 13px;
}
.news-row {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  gap: 13px;
}
.news-row__image { height: 103px; }
.news-row__body { padding: 1px 0; }
.news-row h3 {
  display: -webkit-box;
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-row p {
  margin: 6px 0 3px;
  -webkit-line-clamp: 2;
}

.news-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e6edf6;
}
.news-more-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}
.news-more-card__image { height: 78px; }
.news-more-card__category {
  display: block;
  margin-bottom: 4px;
  color: #0757e8;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-more-card h3 {
  display: -webkit-box;
  margin-bottom: 7px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.news-pagination a,
.news-pagination span {
  display: grid;
  min-width: 25px;
  height: 25px;
  padding: 0 6px;
  place-items: center;
  border: 1px solid #dce5ef;
  border-radius: 5px;
  background: #fff;
  color: #566274;
  font-size: 9px;
  text-decoration: none;
}
.news-pagination a:hover,
.news-pagination a.is-active {
  border-color: #0757e8;
  background: #0757e8;
  box-shadow: 0 4px 9px rgba(7, 87, 232, .2);
  color: #fff;
}
.news-pagination span { border-color: transparent; background: transparent; }

.news-empty,
.news-no-results {
  padding: 60px 20px;
  border: 1px dashed #cfdbeb;
  border-radius: 10px;
  background: #fff;
  color: #718096;
  font-size: 12px;
  text-align: center;
}
.news-no-results { margin: 20px 0 0; }
.news-comments { padding-top: 35px; padding-bottom: 45px; }

@media (min-width: 1200px) {
  .portal-news { padding-top: 14px; }
  .portal-news__shell { width: min(1280px, calc(100% - 48px)); grid-template-columns: 215px minmax(0, 1fr); }
  .news-primary__image { height: 260px; }
  .news-row__image { height: 112px; }
}

@media (max-width: 980px) {
  .portal-news__shell { grid-template-columns: 176px minmax(0, 1fr); gap: 15px; }
  .news-showcase { grid-template-columns: 1fr; }
  .news-side-list { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
  .news-row { display: block; }
  .news-row__image { height: 120px; margin-bottom: 9px; }
  .news-row p { display: none; }
  .news-hero__art { right: -60px; width: 65%; }
}

@media (max-width: 700px) {
  body.hp-page--inner { background: #f5f8fc; }
  .portal-news { margin-top: -28px; padding: 0 0 calc(78px + env(safe-area-inset-bottom)); }
  .portal-news__shell { display: block; width: 100%; }
  .portal-news__sidebar { display: none; }
  .news-hero { min-height: 176px; border: 0; border-radius: 0; }
  .news-hero__copy { padding: calc(31px + env(safe-area-inset-top)) 44% 35px 20px; }
  .news-hero h1 { font-size: 22px; }
  .news-hero p { font-size: 9px; }
  .news-hero p br { display: none; }
  .news-hero__art { top: 12px; right: -72px; width: 73%; height: 155px; }
  .news-hero__dots { display: none; }
  .news-toolbar {
    position: relative;
    z-index: 3;
    display: block;
    margin: -20px 0 0;
    padding: 20px 16px 14px;
    border-radius: 20px 20px 0 0;
    background: #fff;
  }
  .news-search { width: 100%; }
  .news-search input { height: 42px; font-size: 11px; }
  .news-search svg { top: 13px; }
  .news-toolbar__selects { margin-top: 9px; }
  .news-toolbar__selects label { width: 50%; }
  .news-toolbar select { height: 38px; font-size: 9px; }
  .news-showcase { display: block; padding: 0 16px; background: #fff; }
  .news-primary { display: none; }
  .news-side-list { display: block; }
  .news-row {
    display: grid;
    grid-template-columns: 36% minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e8edf4;
  }
  .news-row__image { height: 91px; margin: 0; }
  .news-row h3 { font-size: 11px; }
  .news-row p { display: -webkit-box; font-size: 8px; -webkit-line-clamp: 1; }
  .news-more-grid {
    display: block;
    margin: 0;
    padding: 0 16px;
    border: 0;
    background: #fff;
  }
  .news-more-card {
    grid-template-columns: 36% minmax(0, 1fr);
    padding: 12px 0;
    border-bottom: 1px solid #e8edf4;
  }
  .news-more-card__image { height: 91px; }
  .news-more-card h3 { font-size: 11px; }
  .news-card-badge { top: 6px; left: 6px; padding: 3px 5px; font-size: 6px; }
  .news-pagination { margin: 0; padding: 20px 16px; background: #fff; }
  .news-comments { display: none; }
  .hp-footer { display: none; }
}

/* Đồng bộ khung giao diện với trang Mạng lưới đại lý */
.hp-page--news .header-top,
.hp-page--news .hp-header__top,
.hp-page--news .hp-footer {
  display: none !important;
}

.hp-page--news .hp-header-spacer {
  height: 48px;
}

body.hp-page--news {
  background: #0645cb;
}

.hp-page--news .portal-news {
  min-height: 100vh;
  padding: 28px 0 72px;
  background:
    radial-gradient(circle at 76% 6%, rgba(29, 190, 255, .48), transparent 19%),
    linear-gradient(180deg, transparent 0 275px, #f7faff 275px),
    linear-gradient(118deg, #0645cb 0, #0068eb 55%, #008cf7 100%);
}

.hp-page--news .portal-news__shell {
  width: min(1120px, calc(100% - 40px));
  grid-template-columns: 202px minmax(0, 1fr);
  gap: 20px;
}

.hp-page--news .news-menu,
.hp-page--news .news-help,
.hp-page--news .news-primary__image,
.hp-page--news .news-row__image,
.hp-page--news .news-more-card__image {
  border-radius: 17px;
}

.hp-page--news .news-menu,
.hp-page--news .news-help {
  border-color: #e7edf5;
  box-shadow: 0 10px 26px rgba(0, 45, 118, .14);
}

.hp-page--news .news-hero {
  min-height: 220px;
  border: 0;
  border-radius: 17px;
  background:
    radial-gradient(circle at 75% 40%, rgba(29, 190, 255, .58), transparent 23%),
    radial-gradient(circle at 96% 4%, rgba(26, 151, 255, .75), transparent 28%),
    linear-gradient(118deg, #0645cb 0%, #0068eb 55%, #008cf7 100%);
  box-shadow: 0 12px 30px rgba(0, 39, 120, .2);
}

.hp-page--news .news-hero__copy {
  padding: 56px 28px;
}

.hp-page--news .news-hero h1 {
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -.6px;
}

.hp-page--news .news-hero p {
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.7;
}

.hp-page--news .news-hero__art {
  top: 20px;
  right: 10px;
  width: 57%;
  height: 205px;
}

.hp-page--news .news-toolbar {
  position: relative;
  z-index: 8;
  min-height: 66px;
  margin: -25px 14px 22px;
  padding: 0 12px;
  border: 1px solid #e2eaf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 87, 157, .12);
}

.hp-page--news .news-search {
  width: min(48%, 430px);
}

.hp-page--news .news-search input,
.hp-page--news .news-toolbar select {
  height: 44px;
  border-radius: 11px;
  font-size: 10px;
}

.hp-page--news .news-search svg {
  top: 14px;
}

.hp-page--news .news-primary__image,
.hp-page--news .news-row,
.hp-page--news .news-more-card {
  box-shadow: 0 7px 20px rgba(22, 70, 126, .08);
}

.hp-page--news .news-row,
.hp-page--news .news-more-card {
  padding: 8px;
  border: 1px solid #e7edf5;
  border-radius: 17px;
  background: #fff;
}

.hp-page--news .news-comments {
  background: #f7faff;
}

@media (max-width: 900px) {
  body.hp-page--news #main-navigation.hp-header {
    display: none !important;
  }

  .hp-page--news .hp-header-spacer {
    height: 0;
  }

  .hp-page--news .portal-news {
    margin-top: 0;
    padding-top: 0;
    background: #f7faff;
  }

  .hp-page--news .portal-news__shell {
    width: 100%;
  }

  .hp-page--news .portal-news__sidebar {
    display: none;
  }

  .hp-page--news .news-hero {
    min-height: 230px;
    border-radius: 0;
  }

  .hp-page--news .news-hero__copy {
    padding: calc(45px + env(safe-area-inset-top)) 46% 35px 20px;
  }

  .hp-page--news .news-hero h1 {
    font-size: 28px;
  }

  .hp-page--news .news-toolbar {
    min-height: 0;
    margin: -20px 16px 18px;
    padding: 10px;
    border-radius: 14px;
  }
}

.news-comments-mini {
  margin-top: 16px;
  border: 1px solid #e3ebf6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 73, 130, .08);
}

.news-comments-mini > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 9px 10px;
  color: #263246;
  list-style: none;
  cursor: pointer;
}

.news-comments-mini > summary::-webkit-details-marker {
  display: none;
}

.news-comments-mini__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #1488ff, #0754d5);
}

.news-comments-mini__icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.news-comments-mini__label {
  min-width: 0;
  flex: 1;
}

.news-comments-mini__label strong,
.news-comments-mini__label small {
  display: block;
}

.news-comments-mini__label strong {
  font-size: 10px;
}

.news-comments-mini__label small {
  margin-top: 2px;
  color: #7a8799;
  font-size: 8px;
}

.news-comments-mini__rating {
  flex: 0 0 auto;
  color: #e6a700;
  font-size: 9px;
  font-weight: 700;
}

.news-comments-mini__content {
  padding: 0 8px 10px;
  border-top: 1px solid #edf1f6;
}

.news-comments-mini .page-comments-section {
  margin-top: 8px;
  padding: 8px;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
}

.news-comments-mini .page-comments-section > h3 {
  margin-bottom: 9px !important;
  font-size: 11px !important;
  gap: 4px !important;
}

.news-comments-mini .page-comments-section > h3 svg {
  width: 13px;
  height: 13px;
}

.news-comments-mini .page-comments-rating {
  display: block;
  margin-bottom: 9px;
  padding: 8px;
}

.news-comments-mini .page-comments-rating__score {
  min-width: 0;
}

.news-comments-mini .page-comments-rating__score > div:first-child {
  font-size: 24px !important;
}

.news-comments-mini .page-comments-rating__score > div:nth-child(2) {
  font-size: 12px !important;
}

.news-comments-mini .page-comments-rating__score > div:last-child {
  font-size: 9px !important;
}

.news-comments-mini .page-comments-rating__bars {
  display: none;
}

.news-comments-mini .page-comments-section > div[style*="background:#f8fafc"] {
  padding: 9px !important;
  margin-bottom: 8px !important;
}

.news-comments-mini .page-comments-section h4 {
  margin-bottom: 7px !important;
  font-size: 10px !important;
}

.news-comments-mini .page-comments-fields {
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 6px;
}

.news-comments-mini input,
.news-comments-mini textarea {
  padding: 7px 8px !important;
  font-size: 9px !important;
}

.news-comments-mini textarea {
  min-height: 55px;
  margin-bottom: 6px !important;
}

.news-comments-mini .page-star-selector label {
  font-size: 17px !important;
}

.news-comments-mini .comment-item {
  gap: 7px !important;
  padding: 9px 0 !important;
}

.news-comments-mini .comment-item > div:first-child {
  width: 27px !important;
  height: 27px !important;
  font-size: 10px !important;
}

.news-comments-mini .comment-item span,
.news-comments-mini .comment-item div {
  font-size: 9px !important;
}

.news-comments-mini button {
  padding: 7px 10px !important;
  font-size: 9px !important;
}

@media (max-width: 700px) {
  .news-comments-mini {
    display: none;
  }
}

/* Bố cục chuẩn của hệ thống bảo hành: hero toàn chiều ngang, nội dung 1120px */
.hp-page--news .portal-news {
  padding: 0 0 72px;
  background: #f7faff;
}

.hp-page--news .portal-news__shell {
  display: block;
  width: 100%;
}

.hp-page--news .portal-news__sidebar {
  display: none;
}

.hp-page--news .news-hero {
  min-height: 310px;
  border-radius: 0;
  box-shadow: none;
}

.hp-page--news .news-hero::after {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .8) 1px, transparent 1.5px),
    linear-gradient(130deg, transparent 45%, rgba(255, 255, 255, .08) 46%, transparent 47%);
  background-size: 15px 15px, 160px 160px;
  mask-image: linear-gradient(90deg, transparent 6%, #000 60%, #000);
  content: "";
}

.hp-page--news .news-hero__copy {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 77px 56% 50px 0;
}

.hp-page--news .news-hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.hp-page--news .news-hero p {
  max-width: 440px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.hp-page--news .news-hero__art {
  z-index: 2;
  top: 32px;
  right: max(4%, calc((100vw - 1120px) / 2));
  width: min(48%, 540px);
  height: 270px;
}

.hp-page--news .news-hero__dots {
  z-index: 1;
  top: 22px;
  right: 4%;
  width: 130px;
  height: 90px;
}

.hp-page--news .news-toolbar,
.hp-page--news .news-showcase,
.hp-page--news .news-more-grid,
.hp-page--news .news-pagination,
.hp-page--news .news-no-results,
.hp-page--news .news-empty {
  width: min(1120px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.hp-page--news .news-toolbar {
  min-height: 66px;
  margin-top: -33px;
  margin-bottom: 26px;
  padding: 0 16px 0 22px;
  border-radius: 18px;
}

.hp-page--news .news-search {
  width: min(52%, 540px);
}

.hp-page--news .news-search input {
  height: 64px;
  padding-left: 30px;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.hp-page--news .news-search svg {
  top: 23px;
  right: auto;
  left: 0;
  width: 19px;
  height: 19px;
}

.hp-page--news .news-toolbar__selects label {
  width: 160px;
}

.hp-page--news .news-toolbar select {
  height: 42px;
  border-color: #e2eaf4;
  font-size: 11px;
}

.hp-page--news .news-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hp-page--news .news-side-list {
  display: contents;
}

.hp-page--news .news-primary,
.hp-page--news .news-row {
  min-height: 190px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e7edf5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(22, 70, 126, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.hp-page--news .news-primary:hover,
.hp-page--news .news-row:hover,
.hp-page--news .news-more-card:hover {
  box-shadow: 0 13px 28px rgba(22, 70, 126, .14);
  transform: translateY(-2px);
}

.hp-page--news .news-primary__image,
.hp-page--news .news-row__image {
  width: 180px;
  height: 100%;
  min-height: 190px;
  border-radius: 0;
}

.hp-page--news .news-primary__body,
.hp-page--news .news-row__body {
  min-width: 0;
  padding: 18px 18px 15px;
}

.hp-page--news .news-primary h2,
.hp-page--news .news-row h3 {
  display: -webkit-box;
  margin: 0 0 9px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hp-page--news .news-primary p,
.hp-page--news .news-row p {
  min-height: 38px;
  margin: 10px 0 8px;
  font-size: 10px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
}

.hp-page--news .news-date {
  font-size: 9px;
}

.hp-page--news .news-detail-link {
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  font-size: 10px;
}

.hp-page--news .news-more-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

.hp-page--news .news-more-card {
  min-height: 132px;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.hp-page--news .news-more-card__image {
  width: 180px;
  height: 100%;
  min-height: 132px;
  border-radius: 0;
}

.hp-page--news .news-more-card > div {
  padding: 16px;
}

.hp-page--news .news-more-card h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.hp-page--news .news-pagination {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .hp-page--news .news-hero {
    min-height: 230px;
  }

  .hp-page--news .news-hero__copy {
    width: calc(100% - 32px);
    padding: calc(51px + env(safe-area-inset-top)) 52% 35px 0;
  }

  .hp-page--news .news-hero h1 {
    font-size: 34px;
  }

  .hp-page--news .news-hero p {
    margin-top: 12px;
    font-size: 11px;
  }

  .hp-page--news .news-hero__art {
    top: 17px;
    right: -3%;
    width: 57%;
    height: 210px;
  }

  .hp-page--news .news-toolbar,
  .hp-page--news .news-showcase,
  .hp-page--news .news-more-grid,
  .hp-page--news .news-pagination {
    width: calc(100% - 32px);
  }

  .hp-page--news .news-toolbar {
    min-height: 52px;
    margin: -20px auto 18px;
    padding: 0 10px 0 16px;
  }

  .hp-page--news .news-search input {
    height: 50px;
    font-size: 11px;
  }

  .hp-page--news .news-search svg {
    top: 16px;
  }

  .hp-page--news .news-toolbar__selects label {
    width: 125px;
  }

  .hp-page--news .news-showcase,
  .hp-page--news .news-more-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hp-page--news .news-hero__copy {
    padding-right: 44%;
  }

  .hp-page--news .news-hero h1 {
    font-size: 28px;
  }

  .hp-page--news .news-toolbar {
    display: block;
    padding: 11px 12px;
  }

  .hp-page--news .news-search {
    width: 100%;
  }

  .hp-page--news .news-search input {
    height: 42px;
  }

  .hp-page--news .news-search svg {
    top: 12px;
  }

  .hp-page--news .news-toolbar__selects {
    margin-top: 7px;
  }

  .hp-page--news .news-primary {
    display: grid;
  }

  .hp-page--news .news-primary,
  .hp-page--news .news-row,
  .hp-page--news .news-more-card {
    min-height: 132px;
    grid-template-columns: 126px minmax(0, 1fr);
    border: 1px solid #e7edf5;
    border-radius: 13px;
    box-shadow: 0 6px 16px rgba(22, 70, 126, .07);
  }

  .hp-page--news .news-primary__image,
  .hp-page--news .news-row__image,
  .hp-page--news .news-more-card__image {
    width: 126px;
    min-height: 132px;
    height: 100%;
    margin: 0;
  }

  .hp-page--news .news-primary__body,
  .hp-page--news .news-row__body,
  .hp-page--news .news-more-card > div {
    padding: 11px;
  }

  .hp-page--news .news-primary h2,
  .hp-page--news .news-row h3,
  .hp-page--news .news-more-card h3 {
    font-size: 11px;
  }

  .hp-page--news .news-primary p,
  .hp-page--news .news-row p {
    min-height: 0;
    margin: 6px 0 3px;
    font-size: 8px;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 700px) {
  .hp-page--news .news-toolbar {
    display: block;
    margin: -20px 12px 12px;
    padding: 12px;
  }

  .hp-page--news .news-search {
    width: 100%;
  }

  .hp-page--news .news-row,
  .hp-page--news .news-more-card {
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }
}
