.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-41319 .elementor-element.elementor-element-81bcbeb img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}.elementor-41319 .elementor-element.elementor-element-887fc17 img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}.elementor-41319 .elementor-element.elementor-element-887fc17 > .elementor-widget-container{padding:0px 6px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4932f89 */.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 p {
    font-size: 1.25em; /* 設置段落文字大小 */
    text-indent: 2em; /* 設置首行縮排兩個空格 */
}

.product-section:nth-of-type(2) ul,
.product-section:nth-of-type(3) ul {
    font-size: 1.25em; /* 設置第二和第三段落的列表文字大小 */
}

.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-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-item {
    width: 45%;
    margin-bottom: 2em;
    text-align: center;
}

.product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.product-item h3 {
    font-size: 1.2em; /* 設置產品名稱字體大小 */
    margin-bottom: 0.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;
}/* End custom CSS */