
.solar-page {
  padding: 30px 0 70px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.solar-hero {
  margin-bottom: 35px;
}

.solar-hero-img {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.solar-content-row {
  align-items: stretch;
}

.solar-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(26, 67, 112, 0.08);
  border: 1px solid #eef2f6;
}

.section-head {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9eef4;
}

.section-head-en {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #5f87b2;
  margin-bottom: 6px;
}

.section-head-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #193b63;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.news-bar {
  width: 100%;
  border: 0;
  background: linear-gradient(90deg, #1f4f83 0%, #2d6aa8 100%);
  color: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 16px rgba(31, 79, 131, 0.18);
}

.news-bar:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(31, 79, 131, 0.24);
  background: linear-gradient(90deg, #1f4f83 30%, #2d6aa8 100%);
  transition: 0.5s;
}

.news-bar-date{
  display: block;
  font-size: 13px;
  color: #fff000;
  padding: 0 0 5px 0;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.95;
}
.news-bar-text {
  display: block;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.news-bar-plus {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.matching a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.matching a:last-child {
  margin-bottom: 0;
}

.matching a img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.matching a:hover img {
  transform: scale(1.05);
}

.under-construction-card {
  padding: 12px;
}

.under_construction {
  height: 100%;
  padding: 18px 12px;
  text-align: center;
  border-radius: 14px;
  background-color: #ffffff;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #d9d9d9 0,
    #d9d9d9 1px,
    #ffffff 0,
    #ffffff 50%
  );
  border: 1px solid #ececec;
}

.construction-img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 12px;
  display: block;
}


.oe_modal {background: rgba(31, 79, 131, 0.9);}

.oe_modal .modal-content{ border-radius:15px !important; border: 2px solid #fff000;}

.oe_modal .modal-title{ font-size:22px; }

.oe_modal .modal-header{ position:relative; }

.oe_modal .icon_close{ position:absolute; top:-15px; right:-15px; transform:rotate(45deg);transition: 0.6s;}
.oe_modal .icon_close:hover{ transform: rotate(225deg); transition: 0.6s;}
.oe_modal .icon_close .news-bar-plus{ font-size:36px !important; background:#fff000; }

.news_detail_date{ text-align:left; color:#111; opacity:0.6; font-size:15px; font-weight:600; margin:0 0 10px 0; }

.quick_guide_img:hover {opacity: 0.9; transition: 0.5s;}

.quick-guide-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(24, 59, 110, 0.12);
  background: #eaf3fb;
}

.quick-guide-thumb img,
.quick_guide_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transform: scale(1);
  transition: transform 0.45s ease, filter 0.45s ease;
  will-change: transform;
}

.quick-guide-thumb:hover img,
.quick-guide-thumb:focus img,
.quick-guide-thumb:hover .quick_guide_img,
.quick-guide-thumb:focus .quick_guide_img {
  transform: scale(1.08);
}

.quick-guide-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

/* 若想更像活動區卡片，可補一點 hover 浮起感 */
.quick-guide-thumb {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-guide-thumb:hover,
.quick-guide-thumb:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(24, 59, 110, 0.16);
}

/* 手機版圓角稍微收一點 */
@media (max-width: 767.98px) {
  .quick-guide-thumb,
  .quick-guide-thumb img,
  .quick_guide_img,
  .quick-guide-thumb::after {
    border-radius: 16px;
  }
}

.btn-guide {border-radius: 20px; 
  border: 2px solid #1f4f83; color: #1f4f83; font-size: 15px; padding: 10px 20px; margin: 10px 5px 10px 0;
  font-weight: 600; display: block;
}

.btn-guide:hover{ color:#fff; background:#1f4f83; }

@media (max-width: 991.98px) {
  .section-head-title {
    font-size: 24px;
  }

}

@media (max-width: 767.98px) {
  .solar-page {
    padding: 20px 0 50px;
  }

  .solar-card {
    border-radius: 14px;
    padding: 18px 16px;
  }

  .section-head-title {
    font-size: 22px;
  }

  .news-bar {
    padding: 14px 14px;
  }

  .news-bar-text {
    font-size: 15px;
  }

  .oe_modal .modal-dialog{ margin:28px; }

}