/* =========================================================
   about03-news.css
   載入：shared-typography.css 之後
   頁面：about_news.aspx
========================================================= */

/* =========================================================
   about_news.aspx - list page content styles
   頁面使用 .section-page.about-news-page + .section-main（版型由 shared-sidebar.css）
   內容樣式以 .about-news-page 為 scope，亦適用 .about-news-page .section-main 子孫
========================================================= */



.about-ehs-page .about-ehs-content .cause-block,
.about-ehs-page .about-ehs-content .cause-botton {
  padding: 36px 0;
  margin-top: 0;
}

.about-ehs-page .about-ehs-content .cause-block + .cause-block,
.about-ehs-page .about-ehs-content .cause-block + .cause-botton {
  border-top: 1px solid rgba(12, 89, 111, 0.1);
}

.about-ehs-page .about-ehs-content .cause-block::after {
  display: none;
}

.about-ehs-page .env-section {
  margin-top: 32px;
}

.about-news-page .news-header {
  border-bottom: 0;
}

.about-news-page .news-underline,
.about-news-page .year-chip-list,
.about-news-page .year-chip {
  display: none !important;
}

.about-news-page .news-year-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.about-news-page .year-select {
  position: relative !important;
  width: auto !important;
  min-width: 150px;
  height: 40px !important;
  padding: 0 42px 0 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 1px solid rgba(12, 89, 111, 0.18) !important;
  border-radius: 999px !important;
  background-color: #ffffff !important;
  color: #3c525d !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 4px 14px rgba(7, 41, 56, 0.04);
  appearance: auto;
  -webkit-appearance: menulist;
}

.about-news-page .year-select:hover,
.about-news-page .year-select:focus {
  color: var(--about-primary) !important;
  border-color: rgba(25, 167, 184, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(25, 167, 184, 0.14);
}

.about-news-page .news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-news-page .news-list-item {
  background: #ffffff;
  border: 1px solid rgba(12, 89, 111, 0.10);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(7, 41, 56, 0.035);
  opacity: 1;
  transform: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.about-news-page .news-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(7, 41, 56, 0.10);
  border-color: rgba(25, 167, 184, 0.28);
}

.about-news-page .news-list-link {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 138px;
  min-height: 124px;
  align-items: stretch;
  color: inherit !important;
  text-decoration: none !important;
}

.about-news-page .news-list-img-wrapper {
  width: 260px;
  height: 124px;
  overflow: hidden;
  background: #eef5f7;
}

.about-news-page .news-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.38s ease, filter 0.38s ease;
}

.about-news-page .news-list-item:hover .news-list-img {
  transform: scale(1.045);
  filter: brightness(0.94);
}

.about-news-page .news-list-body {
  min-width: 0;
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-news-page .news-list-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 7px;
  color: #0c7890;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.about-news-page .news-list-title {
  margin: 0 0 8px;
  color: var(--about-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-news-page .news-list-text {
  margin: 0;
  color: #6a7c85;
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-news-page .news-more-btn {
  align-self: center;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(29, 78, 216, 0.42);
  border-radius: 999px;
  color: #2b5fb6;
  font-size: 14px;
  font-weight: 700;
}

.about-news-page .news-list-item:hover .news-more-btn {
  color: #ffffff;
  border-color: var(--about-primary);
  background: var(--about-primary);
}

.about-news-page .news-list-item.no-image .news-list-link {
  grid-template-columns: minmax(0, 1fr) 138px;
}
