/*
Theme Name: 立恩实业
Author: 小李
Description: 广东立恩实业有限公司
Version: 3.0
*/



/* --- 表格样式：仿 Astra --- */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

table th,
table td {
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}

table thead {
  background-color: #f9fafb;
  font-weight: bold;
}

table tbody tr:nth-child(even) {
  background-color: #f6f8fa;
}

table th {
  background-color: #f0f4f8;
  color: #222;
}


/* 经典编辑器后台图片居中功能 */
/* 基本对齐样式 */
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; /* 上 右 下 左 */
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em; /* 上 右 下 左 */
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/* 修复文本环绕问题 */
.wp-caption,
.entry-content img,
.post-content img {
    max-width: 100%;
    height: auto;
}

/* 清除浮动防止布局错位 */
.entry-content::after,
.post-content::after {
    content: "";
    display: table;
    clear: both;
}







