/* Start custom CSS for text-editor, class: .elementor-element-6a586c8b */.article-salary {
  font-family: "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 15px;
}

.article-salary p {
  margin: 0 0 1.2em;
}

.article-salary img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 4px;
}

.article-salary table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 15px;
}

.article-salary table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
}

.article-salary table tr:nth-child(even) {
  background: #f9f9f9;
}

.article-salary table tr:first-child td {
  border: none;
}

.article-salary .cta {
  background: #f9f9f9;
  border-left: 4px solid #2258b9;
  padding: 1em 1.2em;
  margin: 2em 0;
  font-weight: bold;
  border-radius: 4px;
}

.article-salary a {
  color: #163d7a;              /* 預設深藍 */
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-salary a:hover {
  color: #2258b9;              /* Hover 變亮藍 */
  text-decoration: underline;
}/* End custom CSS */