/* Start custom CSS for html, class: .elementor-element-a504fa6 */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; /* 確保內邊距不會使內容超過其最大寬度 */
}

.tab-content.active {
    display: block;
    color: #000;
}

.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 */