/* Start custom CSS for html, class: .elementor-element-870847e */<!-- 基础样式 (可添加到WordPress主题CSS中) -->
<style>
.lg-products-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.lg-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #eee;
}

.category-title {
    color: #222;
    border-left: 4px solid #e50000;
    padding-left: 15px;
    margin: 40px 0 20px;
}

.product-card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.product-images {
    flex: 1;
    min-width: 300px;
    padding: 10px;
}

.product-images img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.product-details {
    flex: 2;
    min-width: 300px;
    padding: 10px 20px;
}

.product-features ul, .maintenance-card ul {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.6;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.pricing-table th, .pricing-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.pricing-table th {
    background-color: #f5f5f5;
}

.maintenance-types {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.maintenance-card {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.lg-footer {
    margin-top: 60px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.footer-notes p {
    font-size: 0.9em;
    color: #666;
    margin: 5px 0;
}

@media (max-width: 768px) {
    .product-card {
        flex-direction: column;
    }
}
</style>/* End custom CSS */