.elementor-7581 .elementor-element.elementor-element-128247e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7581 .elementor-element.elementor-element-0447c8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c8d79db *//* =====================================================
   MIDPOSI — APPLE STYLE CORE
   ===================================================== */

/* 1. 页面整体节奏（Apple 文档感） */
.entry-content,
.wp-block-post-content,
.midposi-pro-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
               "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  line-height: 1.7;
}

/* 标题（Apple 官方文档比例） */
.entry-content h1,
.midposi-pro-wrap h1{
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.entry-content h2,
.midposi-pro-wrap h2{
  font-size: 26px;
  font-weight: 600;
  margin: 56px 0 18px;
  letter-spacing: -0.01em;
}

/* 正文段落 */
.entry-content p,
.midposi-pro-wrap p{
  font-size: 16px;
  color: #1d1d1f;
  max-width: 720px;
  margin: 0 auto 14px;
}

/* =====================================================
   2. 🔥 强制接管 WordPress 图片系统（关键）
   ===================================================== */

/* ❶ 干掉 block image 的 100% 行为 */
.wp-block-image,
.wp-block-image figure{
  width: auto !important;
  max-width: 100% !important;
  margin: 32px auto !important;
  display: flex !important;
  justify-content: center !important;
}

/* ❷ 图片本体：Apple card 风格 */
.wp-block-image img,
.entry-content img,
.midposi-pro-wrap img{
  width: auto !important;
  max-width: 520px !important;   /* 🔑 控制视觉尺寸 */
  height: auto !important;
  display: block !important;

  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  background: #fff;
}

/* Hero / Featured Image 稍微大一点 */
.entry-content > .wp-block-image:first-of-type img{
  max-width: 680px !important;
}

/* ❸ figcaption（Apple 文档式） */
.wp-block-image figcaption{
  max-width: 520px;
  margin: 10px auto 0;
  font-size: 13px;
  color: #6e6e73;
  text-align: left;
}

/* =====================================================
   3. 表格（Apple 白卡）
   ===================================================== */
.apple-table-wrap,
.wp-block-table{
  max-width: 760px;
  margin: 32px auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.wp-block-table table{
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table th{
  background: #f5f5f7;
  font-weight: 600;
  padding: 14px;
}

.wp-block-table td{
  padding: 14px;
  border-top: 1px solid #e5e5e5;
}

/* =====================================================
   4. Fade-up（Apple 风格微动画）
   ===================================================== */
.fade-up{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up.show{
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   5. CTA 按钮（Apple 蓝）
   ===================================================== */
.apple-btn{
  background: #0a64c9;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}

.apple-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

/* =====================================================
   6. Mobile
   ===================================================== */
@media (max-width: 768px){
  .wp-block-image img{
    max-width: 100% !important;
    border-radius: 14px;
  }

  h1{ font-size: 32px; }
}/* End custom CSS */