body.deye-news-page {
  background: #fff;
  color: #191f2f;
}

body.deye-news-page *,
body.deye-news-page *::before,
body.deye-news-page *::after {
  box-sizing: border-box;
}

.deye-news-page .inner-catList .list .column.active a {
  color: #191f2f;
}

.news-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(120deg, rgba(11, 43, 71, 0.86), rgba(25, 31, 47, 0.46)), url("../img/5400x2200mm-tNbn.jpg") center/cover no-repeat;
}

.news-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -45% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.news-hero .ui.container2 {
  position: relative;
  z-index: 1;
  width: 88%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 94px 0 88px;
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #f6c243;
}

.news-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 700;
}

.news-hero p {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

.news-main {
  padding: 72px 0 86px;
  background: #fff;
  overflow: hidden;
}

.news-main > .ui.container2 {
  max-width: 1660px;
}

.kstar-news-module {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.kstar-news-header {
  margin-bottom: 34px;
  text-align: center;
}

.kstar-news-header h2 {
  margin: 0;
  color: #191f2f;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.kstar-news-header p {
  max-width: 760px;
  margin: 16px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.7;
}

.kstar-news-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.kstar-news-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 44px;
  border: 1px solid #dbe7f3;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.kstar-news-tabs a:hover,
.kstar-news-tabs a.is-active {
  border-color: #191f2f;
  background: #191f2f;
  color: #fff;
}

.kstar-hot-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 44px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.4;
}

.kstar-hot-search span {
  margin-right: 6px;
  color: #191f2f;
  font-weight: 600;
}

.kstar-hot-search a {
  color: #64748b;
  transition: color 0.25s ease;
}

.kstar-hot-search a:hover {
  color: #191f2f;
}

.kstar-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.kstar-news-item a {
  display: block;
  color: inherit;
}

.kstar-news-pic {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: #eef3f8;
  box-sizing: border-box;
}

.kstar-news-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.kstar-news-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.kstar-news-date span {
  color: #6b7280;
  font-weight: 400;
  opacity: 0.6;
}

.kstar-news-date time {
  font-weight: 500;
}

.kstar-news-item h3 {
  margin: 8px 0 0;
  color: #151b28;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
  min-height: 54px;
  display: flex;
  align-items: center;
}

.kstar-news-item:hover img {
  transform: scale(1.04);
}

.kstar-news-item:hover h3 {
  color: #191f2f;
}

.kstar-news-item {
  transition: transform 0.25s ease;
}

.kstar-news-item:hover {
  transform: translateY(-2px);
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
}

.news-pagination .products-pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.news-pagination .products-page-meta,
.news-pagination .products-page-nav,
.news-pagination .products-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid #d9dee7;
  border-radius: 4px;
  background: #fff;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.news-pagination .products-page-meta {
  min-width: 106px;
}

.news-pagination .products-page-number {
  min-width: 42px;
  padding: 0 12px;
}

.news-pagination .products-page-number.current,
.news-pagination .products-page-nav:hover,
.news-pagination .products-page-number:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(49, 111, 218, 0.18);
}

@media (max-width: 1180px) {
  .kstar-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .news-pagination .products-pagination-box {
    gap: 8px;
  }
  .kstar-news-item h3 {
    min-height: 48px;
    font-size: 16px;
  }
  .kstar-news-pic,
  .kstar-news-pic img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.deye-news-page .body-overflow-box {
    padding-top: 0 !important;
  }

  body.deye-news-page .inner-catList {
    margin-top: 0 !important;
  }

  .news-hero .ui.container2 {
    padding: 70px 20px 64px;
  }

  .news-main {
    padding: 48px 0 60px;
  }

  .kstar-news-header {
    text-align: left;
  }

  .kstar-news-tabs {
    justify-content: flex-start;
  }

  .kstar-hot-search {
    margin-bottom: 32px;
  }

  .kstar-news-list {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .news-pagination .products-page-meta,
  .news-pagination .products-page-nav,
  .news-pagination .products-page-number {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .kstar-news-pic,
  .kstar-news-pic img {
    max-width: 100%;
    width: 100%;
  }

  .kstar-news-pic {
    border-radius: 12px;
  }

  .kstar-news-item h3 {
    font-size: 16px;
    min-height: auto;
    line-height: 1.5;
  }

  .kstar-news-date {
    margin-top: 12px;
  }
}
