.elementor-41100 .elementor-element.elementor-element-6ee7d81{width:var( --container-widget-width, 114.268% );max-width:114.268%;--container-widget-width:114.268%;--container-widget-flex-grow:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-41100 .elementor-element.elementor-element-562d697 > .elementor-widget-container{padding:0px 6px 0px 0px;}.elementor-41100 .elementor-element.elementor-element-562d697 img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-6ee7d81 */.product-content {
    max-width: 800px; /* 設置內容最大寬度 */
    margin: 0 auto; /* 自動水平居中 */
    font-family: 'Arial', sans-serif; /* 設置字體 */
    line-height: 1.8; /* 設置行距 */
    color: #333; /* 設置文字顏色 */
    padding: 20px; /* 設置內邊距 */
    background-color: #fff; /* 設置背景顏色 */
    border-radius: 8px; /* 設置圓角 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 設置陰影 */
}

.product-header h1 {
    text-align: center; /* 設置標題居中 */
    font-size: 2em; /* 設置字體大小 */
    margin-bottom: 1.2em; /* 設置底部外邊距 */
}

.product-header p {
    text-align: center; /* 設置段落居中 */
    font-size: 1.2em; /* 設置字體大小 */
    margin-bottom: 1.2em; /* 設置底部外邊距 */
}

.product-section {
    margin-bottom: 2em; /* 設置段落之間的間隔 */
}

/* 調整第一段文字大小 */
.product-section:first-of-type p {
    font-size: 1.1em; /* 設置第一段文字大小 */
}

/* 調整第二段文字大小 */
.product-section:nth-of-type(2) p,
.product-section:nth-of-type(2) ul {
    font-size: 1.1em; /* 設置第二段文字大小 */
}

/* 調整第三段文字大小 */
.product-section:nth-of-type(3) p,
.product-section:nth-of-type(3) ul {
    font-size: 1.1em; /* 設置第三段文字大小 */
}

.product-section h2 {
    font-size: 1.75em; /* 設置字體大小 */
    color: #007bff; /* 設置文字顏色 */
    border-bottom: 2px solid #007bff; /* 設置底部邊框 */
    padding-bottom: 0.5em; /* 設置底部內邊距 */
}

.product-section h3 {
    font-size: 1.75em; /* 設置字體大小 */
    color: #007bff; /* 設置文字顏色 */
    border-bottom: 2px solid #007bff; /* 設置底部邊框 */
    padding-bottom: 0.5em; /* 設置底部內邊距 */
    margin-bottom: 1em; /* 設置底部外邊距 */
}

.product-section img {
    max-width: 80%; /* 設置圖片最大寬度 */
    height: auto; /* 設置圖片自動高度 */
    display: block; /* 設置圖片為塊級元素 */
    margin: 0 auto 1em; /* 設置上下邊距 */
    border-radius: 8px; /* 設置圖片圓角 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 設置圖片陰影 */
}

.product-images {
    display: flex; /* 設置彈性布局 */
    justify-content: space-around; /* 設置子元素均勻分布 */
    margin-bottom: 2em; /* 設置底部外邊距 */
}

.product-images img {
    max-width: 45%; /* 設置圖片最大寬度 */
}

.product-section p {
    font-size: 1.1em; /* 設置字體大小 */
    margin-bottom: 1em; /* 設置底部外邊距 */
    text-align: justify; /* 設置文本對齊 */
}

.centered-content {
    text-align: center; /* 設置文本居中對齊 */
    margin-bottom: 1.5em; /* 設置底部外邊距 */
}

.product-footer {
    margin-top: 40px; /* 設置頂部外邊距 */
    padding: 20px; /* 設置內邊距 */
    background-color: #ecf0f1; /* 設置背景顏色 */
    border-top: 2px solid #bdc3c7; /* 設置頂部邊框 */
    text-align: left; /* 設置文本左對齊 */
}

.additional-info {
    text-align: left; /* 設置文本左對齊 */
}

.interest-message {
    font-size: 1.2em; /* 設置字體大小 */
    margin-bottom: 20px; /* 設置底部外邊距 */
}

.related-articles h3 {
    font-size: 1.2em; /* 設置字體大小 */
    margin-bottom: 10px; /* 設置底部外邊距 */
}

.related-articles ul {
    list-style-type: none; /* 設置無序列表樣式 */
    padding: 0; /* 設置內邊距 */
}

.related-articles ul li {
    margin-bottom: 10px; /* 設置底部外邊距 */
}

.related-articles ul li a {
    text-decoration: none; /* 去除下劃線 */
    color: #3498db; /* 設置文字顏色 */
}

.related-articles ul li a:hover {
    text-decoration: underline; /* 懸停時顯示下劃線 */
}

.styled-table {
    width: 100%; /* 設置表格寬度 */
    border-collapse: collapse; /* 設置邊框折疊 */
    margin: 25px 0; /* 設置上下邊距 */
    font-size: 1em; /* 設置字體大小 */
    font-family: 'Arial', sans-serif; /* 設置字體 */
    color: #333; /* 設置文字顏色 */
    background-color: #f9f9f9; /* 設置背景顏色 */
    text-align: left; /* 設置文本左對齊 */
    border: 1px solid #dddddd; /* 設置表格邊框 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 設置表格陰影 */
}

.styled-table th,
.styled-table td {
    padding: 12px 15px; /* 設置單元格內邊距 */
    border: 1px solid #dddddd; /* 設置單元格邊框 */
}

.styled-table thead tr {
    background-color: #007bff; /* 設置表頭背景顏色 */
    color: #ffffff; /* 設置文字顏色 */
    text-align: left; /* 設置文本左對齊 */
    font-weight: bold; /* 設置文字加粗 */
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd; /* 設置底部邊框 */
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3; /* 設置偶數行背景顏色 */
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #007bff; /* 設置最後一行底部邊框 */
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1; /* 設置懸停行背景顏色 */
}
.image-caption {
    text-align: center; /* 設置文本居中對齊 */
    font-weight: bold; /* 設置字體粗體 */
    margin-bottom: 1.5em; /* 設置底部外邊距 */
}
.center-caption {
    text-align: center; /* 置中对齐 */
    font-weight: bold; /* 字体加粗 */
    margin-top: -1em; /* 设置顶部外边距 */
    margin-bottom: 1.5em; /* 设置底部外边距 */
    font-size: 1.2em; /* 设置字体大小 */
}/* End custom CSS */