.hongxin-minimal .hx-news-original-hidden {
  display: none !important;
}

.hongxin-minimal .hx-news-directory {
  background: #fff;
  color: #081b3a;
}

.hongxin-minimal .hx-news-directory__toolbar {
  position: sticky;
  top: 64px;
  z-index: 30;
  border-bottom: 1px solid #d7e0eb;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
}

.hongxin-minimal .hx-news-directory__toolbar-inner,
.hongxin-minimal .hx-news-directory__body-inner {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.hongxin-minimal .hx-news-directory__toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 100px;
  padding-block: 18px;
}

.hongxin-minimal .hx-news-directory__filters {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.hongxin-minimal .hx-news-directory__filter {
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid #cbd6e4;
  background: #fff;
  color: #203958;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.hongxin-minimal .hx-news-directory__filter:hover,
.hongxin-minimal .hx-news-directory__filter:focus-visible {
  border-color: #9f6a25;
  color: #7e5119;
  outline: none;
}

.hongxin-minimal .hx-news-directory__filter.is-active {
  border-color: #0b2346;
  background: #0b2346;
  color: #fff;
}

.hongxin-minimal .hx-news-directory__search {
  display: flex;
  flex: 0 1 308px;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding-inline: 17px;
  border: 1px solid #cbd6e4;
  background: #f8fafc;
  color: #314967;
}

.hongxin-minimal .hx-news-directory__search:focus-within {
  border-color: #9f6a25;
  box-shadow: 0 0 0 3px rgba(159, 106, 37, 0.12);
}

.hongxin-minimal .hx-news-directory__search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0b2346;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.hongxin-minimal .hx-news-directory__search-input::placeholder {
  color: #7b8da4;
  opacity: 1;
}

.hongxin-minimal .hx-news-directory__body {
  min-height: 420px;
  padding-block: 60px 76px;
  background: #f2f5f9;
}

.hongxin-minimal .hx-news-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hongxin-minimal .hx-news-directory__card {
  min-width: 0;
  border: 1px solid #d5deea;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 35, 70, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.hongxin-minimal .hx-news-directory__card:hover,
.hongxin-minimal .hx-news-directory__card:focus-within {
  transform: translateY(-4px);
  border-color: #b7c5d6;
  box-shadow: 0 18px 40px rgba(11, 35, 70, 0.1);
}

.hongxin-minimal .hx-news-directory__card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.hongxin-minimal .hx-news-directory__card-link:focus-visible {
  outline: 3px solid #9f6a25;
  outline-offset: 3px;
}

.hongxin-minimal .hx-news-directory__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.8;
  background: #dfe6ef;
}

.hongxin-minimal .hx-news-directory__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.hongxin-minimal .hx-news-directory__card:hover .hx-news-directory__image {
  transform: scale(1.025);
}

.hongxin-minimal .hx-news-directory__category {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 13px;
  background: #0b2346;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.hongxin-minimal .hx-news-directory__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 27px 30px;
}

.hongxin-minimal .hx-news-directory__date {
  margin-bottom: 13px;
  color: #5f7490;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.hongxin-minimal .hx-news-directory__title {
  margin: 0;
  color: #081b3a;
  font-size: clamp(21px, 1.45vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  transition: color 180ms ease;
}

.hongxin-minimal .hx-news-directory__card:hover .hx-news-directory__title {
  color: #081B3A;
}

.hongxin-minimal .hx-news-directory__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 20px 0 0;
  color: #526984;
  font-size: 16px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hongxin-minimal .hx-news-directory__read-more {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 24px;
  color: #00c5dc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hongxin-minimal .hx-news-directory__arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 160ms ease;
}

.hongxin-minimal .hx-news-directory__card:hover .hx-news-directory__arrow {
  transform: translateX(4px);
}

.hongxin-minimal .hx-news-directory__empty {
  margin: 0;
  padding: 70px 24px;
  border: 1px dashed #b9c7d7;
  background: #fff;
  color: #526984;
  text-align: center;
  font-size: 18px;
}

.hongxin-minimal .hx-news-card-linked {
  cursor: pointer;
}

.hongxin-minimal .hx-news-card-linked:focus-visible {
  outline: 3px solid #9f6a25;
  outline-offset: 3px;
}

.hongxin-minimal .hx-news-card-linked h3 {
  color: #000000;
  transition: color 180ms ease;
}

.hongxin-minimal .hx-news-card-linked:hover h3,
.hongxin-minimal .hx-news-card-linked:focus-visible h3 {
  color: #000000;
}

@media (max-width: 1100px) {
  .hongxin-minimal .hx-news-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hongxin-minimal .hx-news-directory__toolbar {
    position: static;
  }

  .hongxin-minimal .hx-news-directory__toolbar-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hongxin-minimal .hx-news-directory__search {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .hongxin-minimal .hx-news-directory__toolbar-inner,
  .hongxin-minimal .hx-news-directory__body-inner {
    width: min(100% - 28px, 1440px);
  }

  .hongxin-minimal .hx-news-directory__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hongxin-minimal .hx-news-directory__filter {
    min-height: 44px;
    padding-inline: 14px;
  }

  .hongxin-minimal .hx-news-directory__body {
    padding-block: 34px 48px;
  }

  .hongxin-minimal .hx-news-directory__content {
    padding: 22px;
  }
}
