.elementor-53567 .elementor-element.elementor-element-03064bf > .elementor-widget-container{padding:0px 17px 0px 19px;}/* Start custom CSS for html, class: .elementor-element-ba7e942 */body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; /* 確保內邊距不會使容器超過其最大寬度 */
}

.header {
    text-align: left;
    margin-bottom: 10px;
}

.header img {
    display: block;
    max-width: 100%; /* 限制圖片最大寬度 */
    height: auto;
    margin-bottom: 5px;
}

.header h2, .header p {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #000;
    margin-left: 0.7cm;
}

.tab-container {
    display: flex;
    border-bottom: 2px solid #007bff;
    margin-bottom: 20px;
}

.tab {
    padding: 15px 25px;
    cursor: pointer;
    background-color: #e9e9e9;
    color: #333;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
}

.tab.active {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #007bff;
}

.tab-content {
    display: none;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    box-sizing: border-box; /* 確保內邊距不會使內容超過其最大寬度 */
    color: #000;
    font-size: 18px;
}

.tab-content.active {
    display: block;
}

.product-specs ul {
    list-style: none;
    padding: 0;
}

.product-specs > ul > li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 2.5;
}

.product-specs > ul > li:before {
    content: '●';
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: bold;
}

.product-specs ul ul {
    margin-left: 20px;
}

.product-specs ul ul li:before {
    content: '○';
    color: #333;
}

.product-specs ul ul ul li:before {
    content: '▴';
    color: #666;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.subsection-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 2.5;
}

img {
    max-width: 100%; /* 限制圖片最大寬度 */
    height: auto;
}

#product p {
    color: #000; /* 設置字體顏色為黑色 */
    font-size: 20px; /* 根據需要調整字體大小 */
    font-weight: bold; /* 根據需要調整字體粗細 */
}

#download a {
    color: #000; /* 設置字體顏色為黑色 */
    font-size: 20px; /* 根據需要調整字體大小 */
    font-weight: bold; /* 根據需要調整字體粗細 */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03064bf */.custom-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #EAF2F8; /* 背景顏色，根據需要調整 */
  
}

.custom-column {
  display: flex;
  align-items: center;
  width: 45%; /* 調整欄寬度 */
  margin-right: 56px; /* 設置每個欄位的右外邊距 */
}

.custom-icon img {
  width: 180px; /* 圖標大小，根據需要調整 */
  height: auto;
  margin-right: 20px;
}

.custom-text h3 {
  color: #19588E; /* 標題顏色，根據需要調整 */
  font-size: 24px; /* 標題字體大小，根據需要調整 */
  font-weight: bold; /* 描述文字字體粗細 */
  margin: 0;
}

.custom-text p {
  color: #4A4A4A; /* 描述文字顏色，根據需要調整 */
  font-size: 18px; /* 描述文字字體大小 */
  font-weight: bold; /* 描述文字字體粗細 */
  margin: 0;
}/* End custom CSS */