/* Start custom CSS for html, class: .elementor-element-6315e73 *//* 文章專用 - 經典 LINE 綠色版 */
.jisu-article-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px; /* 電腦版最大寬度，手機版會自動縮放 */
  margin: 24px auto; /* 讓按鈕上下有點呼吸空間，並置中 */
  background-color: #06C755; /* LINE 官方綠 */
  border-radius: 12px;
  color: #ffffff;
  font-family: 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  font-size: 18px; /* 字體稍微縮小，適應手機螢幕 */
  font-weight: 700;
  text-decoration: none;
  padding: 14px 20px;
  box-sizing: border-box;
  white-space: nowrap; /* 核心修正：強制不換行，解決跑版問題 */
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
  transition: all 0.2s ease-in-out;
}

.jisu-article-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 199, 85, 0.4);
}

.line-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}/* End custom CSS */