/* Start custom CSS for text-editor, class: .elementor-element-6f297cf6 */.ek-article {
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.ek-cta {
  background: linear-gradient(135deg, #f0f6ff, #e6f0ff);
  border-left: 5px solid #3366ff;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ek-cta p {
  font-size: 18px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 15px;
}

.ek-btn {
  display: inline-block;
  background: #3366ff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 5px;
  transition: 0.3s;
}

.ek-btn:hover {
  background: #003399;
  transform: translateY(-2px);
}/* End custom CSS */