.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2218 .elementor-element.elementor-element-cc6eccf{color:#1A1A1A;font-family:"Inter", Sans-serif;font-weight:400;letter-spacing:0.1px;word-spacing:0px;}@media(max-width:767px){.elementor-2218 .elementor-element.elementor-element-cc6eccf{font-size:16px;line-height:1.3rem;}}/* Start custom CSS for theme-post-content, class: .elementor-element-cc6eccf */ul li + li,
ol li + li {
    margin-top: 4px;
}

ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

h2 {
    font-family: "Lora";
    font-size: 23px;
    font-weight: 600;
    color: #00695c;
    margin-top: 70px;
    margin-bottom: 12px;
}

h3 {
    font-family: "Lora";
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #00695c;
}

h4 {
    font-family: "Lora";
    margin-top: 18px;
    margin-bottom: 10px;
    color: #00695c;
}

p {
    line-height: 22px;
}

a {
    color: #0A409D;
    font-weight: 600;
    transition: all 0.2s ease;
}
a:hover {
    color: #0A409D;
}

.wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.wp-block-image img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.wp-block-image .wp-element-caption {
    margin-top: 10px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    h4 {
        font-size: 17px;
    }
}

.elementor-2218 .elementor-element.elementor-element-cc6eccf b,
.elementor-2218 .elementor-element.elementor-element-cc6eccf strong {
    font-weight: 500;
}

.wp-block-image img {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
}

/* 容器设置，确保圆角溢出时被隐藏 */
.wp-block-table {
    width: 94%;
    margin: 2rem auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden; /* 关键：确保内部内容不遮挡外层圆角 */
}

.wp-block-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff; /* 表内容纯白色背景 */
    margin: 0;
}

/* 表头样式 */
.wp-block-table thead tr td, 
.wp-block-table thead tr th {
    background-color: #f8f9fa; /* 表头灰色背景 */
    border-bottom: 1px solid #dee2e6;
    color: #121212;
    font-weight: bold;
    border-top: none !important;
}
.wp-block-table tbody tr td {
    background-color: #ffffff !important;
}

/* 单元格通用边框和内边距 */
.wp-block-table td, 
.wp-block-table th {
    border-top: none;
	border-left: none;
    padding: 12px 15px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}

/* 移除最后一列和最后一行的多余边框 */
.wp-block-table td:last-child, 
.wp-block-table th:last-child {
    border-right: none;
}

.wp-block-table tbody tr:last-child td {
    border-bottom: none;
}/* End custom CSS */