.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-43769 .elementor-element.elementor-element-650c123 img{width:99%;max-width:99%;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );border-radius:10px 10px 10px 10px;}.elementor-43769 .elementor-element.elementor-element-650c123 > .elementor-widget-container{padding:0px 1px 0px 3px;}/* Start custom CSS for html, class: .elementor-element-8dd3f43 */body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
}

.product-content {
    max-width: 100%;
    margin: 0 auto;
    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: left;
    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;
}

/* 調整第一張圖片的大小 */
.first-image {
    max-width: 30% !important;
    height: auto !important;
    display: block;
    margin: 0 auto 1em !important;
    border-radius: 8px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

/* 其他圖片的樣式 */
.product-section img:not(.first-image) {
    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;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.styled-table thead tr {
    background-color: #0E407E;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.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 #0E407E;
}/* End custom CSS */