.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-42903 .elementor-element.elementor-element-6e79977 > .elementor-widget-container{padding:0px 1px 0px 3px;}.elementor-42903 .elementor-element.elementor-element-6e79977 img{width:99%;max-width:99%;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-7cd1107 */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: #000;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: bold;
    font-size: 20px;
}

/* 新增自訂樣式 */
.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 */