/* Start custom CSS for wp-widget-text, class: .elementor-element-b62ee85 */.policy-report {
  font-family: "Noto Sans TC", sans-serif;
  color: #333;
  line-height: 1.8;
  background-color: #fff;
  padding: 40px;
  max-width: 900px;
  margin: auto;
}

/* ===== 標題樣式 ===== */
.policy-report h1, .policy-report h2, .policy-report h3 {
  color: #004b9b;
  font-weight: 700;
  margin-bottom: 15px;
}

.policy-report h1 {
  font-size: 2em;
  border-bottom: 3px solid #007bff;
  padding-bottom: 10px;
}

/* ===== 區塊容器 ===== */
.policy-report section {
  margin-bottom: 40px;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.policy-report p, .policy-report li {
  font-size: 16px;
  color: #444;
}

.policy-report ol, .policy-report ul {
  padding-left: 20px;
}

/* ===== CTA 統一樣式 ===== */
.policy-report .cta, 
.policy-report .cta-inline, 
.policy-report .cta-section {
  text-align: center;
  margin: 20px 0;
}

.policy-report .btn {
  display: inline-block;
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff!important;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 91, 187, 0.25);
}

.policy-report .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 91, 187, 0.35);
  background: linear-gradient(90deg, #0056b3, #004b9b);
}

/* ===== 鏈結樣式 ===== */
.policy-report a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
.policy-report a:hover {
  text-decoration: underline;
}

/* ===== 響應式優化 ===== */
@media (max-width: 768px) {
  .policy-report {
    padding: 20px;
  }
  .policy-report h1 {
    font-size: 1.6em;
  }
  .policy-report .btn {
    font-size: 15px;
    padding: 10px 24px;
  }
}/* End custom CSS */