.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-77335 .elementor-element.elementor-element-9640706 img{border-radius:15px 15px 15px 15px;}.elementor-77335 .elementor-element.elementor-element-4da4bc0 > .elementor-widget-container{padding:0px 1px 0px 3px;}.elementor-77335 .elementor-element.elementor-element-4da4bc0 img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-cdb0682 */body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
}

.product-content {
    max-width: 100%;
    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;
    background-color: #e0f7fa;
    padding: 20px;
    border-left: 5px solid #007bff;
}

.product-section {
    margin-bottom: 2em;
}

/* 設置內文第一行控兩格 */
.product-section p {
    font-size: 1.25em; /* 設置段落文字大小 */
    text-indent: 2em; /* 設置首行縮排兩個空格 */
}

.product-section ul {
    font-size: 1.25em; /* 設置段落文字大小 */
    margin-top: 1em;
    padding-left: 1.5em;
}

.product-section h2 {
    color: #00000; /* 設定h2標題的文字顏色 */
    text-align: left; /* 設定h2標題文字居中 */
    margin-bottom: 30px; /* 設定h2標題的下邊距 */
    padding-bottom: 10px; /* 設定h2標題的下內邊距 */
    border-bottom: 2px solid #e0e0e0; /* 設定h2標題的底部邊框 */
    font-weight: bold; /* 設定h2標題的字體加粗 */
    font-size: 20px; /* 設定h2標題的字體大小 */
    
}

/* 新增自訂樣式 */
.custom-title {
    background-color: #e0f7fa;
    padding: 10px;
    border-left: 5px solid #007bff;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
}

.product-section img {
    max-width: 70%; /* 調整圖片大小 */
    height: auto;
    display: block;
    margin: 0 auto 1em;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-source {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-bottom: 1em;
}

.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;
}/* End custom CSS */