.elementor-1178 .elementor-element.elementor-element-b56fd21{--display:flex;--min-height:600px;--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;--justify-content:center;}.elementor-1178 .elementor-element.elementor-element-b56fd21:not(.elementor-motion-effects-element-type-background), .elementor-1178 .elementor-element.elementor-element-b56fd21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://freshflowerwholesale.com/wp-content/uploads/2026/01/Packing-Standards2.png");background-position:0px 50px;background-repeat:no-repeat;background-size:cover;}.elementor-1178 .elementor-element.elementor-element-38984b7{--display:flex;}.elementor-1178 .elementor-element.elementor-element-b66b71d{--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;}@media(min-width:1025px){.elementor-1178 .elementor-element.elementor-element-b56fd21:not(.elementor-motion-effects-element-type-background), .elementor-1178 .elementor-element.elementor-element-b56fd21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-1178 .elementor-element.elementor-element-b56fd21:not(.elementor-motion-effects-element-type-background), .elementor-1178 .elementor-element.elementor-element-b56fd21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-1178 .elementor-element.elementor-element-b56fd21:not(.elementor-motion-effects-element-type-background), .elementor-1178 .elementor-element.elementor-element-b56fd21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-c3cc6a1 *//* ===== Unified Hero (Packing / Cold Chain / Export Docs / Specs) ===== */
.la-pack-hero{ padding: 64px 0; }
.la-pack-hero__container{ width: min(1100px, 92%); margin: 0 auto; }

/* black translucent card */
.la-pack-hero__hero{
  background: rgba(0,0,0,.72);
  border-radius: 18px;
  padding: 46px 28px;
  text-align: center;
  color: #fff;
}

/* title */
.la-pack-hero__title{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

/* subtitle */
.la-pack-hero__subtitle{
  margin: 0 auto 22px;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

/* actions */
.la-pack-hero__actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* button base */
.la-pack-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: transparent;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.la-pack-hero__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.06);
}

/* primary */
.la-pack-hero__btn--primary{
  background: #fff;
  color: #111;
  border-color: transparent;
}
.la-pack-hero__btn--primary:hover{
  background: rgba(255,255,255,.92);
}

/* mobile improvements */
@media (max-width: 480px){
  .la-pack-hero{ padding: 44px 0; }
  .la-pack-hero__hero{ padding: 28px 16px; border-radius: 16px; }
  .la-pack-hero__subtitle{ font-size: 15px; }
  .la-pack-hero__btn{ width: 100%; }
}




/*------------------*/
/* 第一个按钮 - 无发光效果 */
.la-pack-hero__btn--primary,
.primary-btn--green {
  background: #27ae60;
  color: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25);
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.la-pack-hero__btn--primary:hover,
.primary-btn--green:hover {
  transform: translateY(-2px);
  background: #2ecc71;
  box-shadow: 0 6px 18px rgba(39, 174, 96, 0.35);
}

.la-pack-hero__btn--primary:active,
.primary-btn--green:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(39, 174, 96, 0.25);
}

/* 第二个按钮 - 保留原有效果 */
.la-pack-hero__btn--ghost.secondary-btn--green {
  background: transparent;
  color: #27ae60;
  border: 2px solid #27ae60;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.la-pack-hero__btn--ghost.secondary-btn--green::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.3), transparent);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.la-pack-hero__btn--ghost.secondary-btn--green:hover {
  color: white;
  background: #27ae60;
  transform: translateY(-2px);
  box-shadow: 
    0 0 10px rgba(39, 174, 96, 0.4),
    0 4px 12px rgba(39, 174, 96, 0.2);
}

.la-pack-hero__btn--ghost.secondary-btn--green:hover::before {
  width: 300%;
  height: 300%;
}

/* 第三个按钮 - 保留原有效果 */
.la-pack-hero__btn--ghost.tertiary-btn--green {
  background: #f8fafc;
  color: #27ae60;
  border: 1px solid #d5f4e6;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.la-pack-hero__btn--ghost.tertiary-btn--green:hover {
  background: #ebf5f0;
  border-color: #27ae60;
  transform: translateY(-2px);
  box-shadow: 
    0 0 8px rgba(39, 174, 96, 0.3),
    0 4px 12px rgba(39, 174, 96, 0.15);
}

/* 按钮容器样式 */
.la-pack-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .la-pack-hero__actions {
    flex-direction: column;
    gap: 12px;
  }
  
  .la-pack-hero__btn--primary,
  .primary-btn--green,
  .la-pack-hero__btn--ghost.secondary-btn--green,
  .la-pack-hero__btn--ghost.tertiary-btn--green {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-13d10bb *//* Packing Standards - Scoped */
.la-pack{padding:40px 0} /* 从56px改为40px */
.la-pack *{box-sizing:border-box}
.la-pack__container{max-width:1180px;margin:0 auto;padding:0 16px}
.la-pack__hero{text-align:center;margin-bottom:18px} /* 从22px改为18px */
.la-pack__eyebrow{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin:0 0 8px} /* 从10px改为8px */
.la-pack__title{margin:0 0 8px;font-size:34px;line-height:1.15} /* 从10px改为8px */
.la-pack__subtitle{margin:0 auto;max-width:980px;font-size:16px;line-height:1.6;opacity:.86} /* 从1.7改为1.6 */
.la-pack__actions{margin-top:14px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap} /* 从16px改为14px，gap从12px改为10px */
.la-pack__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;font-weight:600;text-decoration:none;border:1px solid rgba(0,0,0,.14);transition:transform .12s ease, box-shadow .12s ease} /* padding从12px 16px改为10px 14px，border-radius从12px改为10px */
.la-pack__btn:active{transform:translateY(1px)}
.la-pack__btn--primary{background:#111;color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(0,0,0,.12)} /* 从24px改为20px */
.la-pack__btn--ghost{background:transparent;color:inherit}
.la-pack__btn:hover{box-shadow:0 8px 20px rgba(0,0,0,.1)} /* 从24px改为20px */
.la-pack__section{margin:22px 0} /* 从28px改为22px */
.la-pack__sectionHead{margin-bottom:10px} /* 从12px改为10px */
.la-pack__h2{margin:0 0 4px;font-size:22px;line-height:1.25} /* 从6px改为4px */
.la-pack__lead{margin:0;opacity:.85;line-height:1.6} /* 从1.7改为1.6 */
.la-pack__h3{margin:0 0 6px;font-size:16px;line-height:1.35} /* 从8px改为6px */
.la-pack__grid{display:grid;gap:12px;margin-top:12px} /* gap从14px改为12px，margin-top从14px改为12px */
.la-pack__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.la-pack__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:820px){.la-pack__grid--2,.la-pack__grid--3{grid-template-columns:1fr}}
@media (max-width:620px){.la-pack__title{font-size:28px}}
.la-pack__panel,.la-pack__card,.la-pack__qa{background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:14px;box-shadow:0 8px 20px rgba(0,0,0,.05)} /* border-radius从16px改为14px，padding从16px改为14px，box-shadow从24px改为20px */
.la-pack__list{margin:0;padding-left:18px}
.la-pack__list li{margin:5px 0;line-height:1.5;opacity:.94} /* 从7px改为5px，line-height从1.6改为1.5 */
.la-pack__tableWrap{overflow:auto;border-radius:12px;border:1px solid rgba(0,0,0,.10)} /* border-radius从14px改为12px */
.la-pack__table{width:100%;border-collapse:collapse;min-width:680px}
.la-pack__table th,.la-pack__table td{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left;vertical-align:top} /* padding从12px改为10px 12px */
.la-pack__table th{background:rgba(0,0,0,.03);font-size:13.5px}
.la-pack__miniActions{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap} /* margin-top从10px改为8px，gap从10px改为8px */
.la-pack__linkBtn{display:inline-flex;padding:8px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.12);text-decoration:none;font-weight:600;font-size:13.5px;color:inherit;background:rgba(0,0,0,.02)} /* padding从9px 12px改为8px 10px，border-radius从12px改为10px */
.la-pack__linkBtn:hover{box-shadow:0 8px 20px rgba(0,0,0,.06)} /* 从24px改为20px */
.la-pack__q{margin:0 0 6px;font-size:15.5px;line-height:1.3} /* 从8px改为6px，line-height从1.35改为1.3 */
.la-pack__a{margin:0;opacity:.92;line-height:1.6} /* 从1.7改为1.6 */
.la-pack__cta{margin-top:24px} /* 从30px改为24px */
.la-pack__ctaInner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:16px;border:1px solid rgba(0,0,0,.10);background:rgba(0,0,0,.03)} /* gap从16px改为14px，padding从18px改为16px，border-radius从18px改为16px */
.la-pack__ctaTitle{margin:0 0 4px;font-size:18px;line-height:1.3} /* 从6px改为4px */
.la-pack__ctaSub{margin:0;opacity:.88;line-height:1.6} /* 从1.7改为1.6 */
.la-pack__ctaActions{display:flex;gap:10px;flex-wrap:wrap} /* gap从12px改为10px */
@media (max-width:980px){.la-pack__ctaInner{flex-direction:column;align-items:flex-start}}

/* 标题居中：Core rules / Recommended label fields / Mixed box / FAQ 共用 */
.la-pack__sectionHead--center{ text-align:center; }

/* 去掉 Hero 顶部空白（只在你 Hero 为空的时候生效） */
.la-pack__hero{
  padding-top: 0 !important;
  margin-top: 0 !important;
  min-height: 0 !important;
}
.la-pack__heroOverlay{
  padding-top: 0 !important;
  margin-top: 0 !important;
  min-height: 0 !important;
}
.la-pack{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 如果 hero 里面完全空，直接隐藏（更彻底） */
.la-pack__hero:empty{ display:none !important; }
.la-pack__heroOverlay:empty{ display:none !important; }


/*-----------------------------------*/
/* Core Packing Rules 卡片样式优化 - 增加视觉效果 */
.la-pack__section:first-of-type {
  margin-top: 40px; /* 从50px改为40px */
}

.la-pack__grid--3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* 从300px改为280px */
  gap: 20px; /* 从24px改为20px */
  margin-top: 22px; /* 从28px改为22px */
}

/* 卡片基础样式增强 */
.la-pack__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px; /* 从18px改为16px */
  padding: 24px 20px; /* 从28px 24px改为24px 20px */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); /* 从8px 24px改为6px 18px */
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 添加顶部装饰色条 */
.la-pack__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px; /* 从4px改为3px */
  background: linear-gradient(90deg, #4a7c59, #8bc34a);
  opacity: 0.8;
}

/* 卡片悬停效果 */
.la-pack__card:hover {
  transform: translateY(-4px); /* 从-6px改为-4px */
  box-shadow: 0 12px 32px rgba(93, 148, 38, 0.1); /* 从16px 40px改为12px 32px */
  border-color: rgba(93, 148, 38, 0.2);
}

/* 卡片标题样式优化 */
.la-pack__card .la-pack__h3 {
  margin: 0 0 14px 0; /* 从18px改为14px */
  font-size: 17px; /* 从18px改为17px */
  line-height: 1.4;
  color: #2d3748;
  font-weight: 700;
  padding-bottom: 10px; /* 从12px改为10px */
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

/* 标题装饰点 */
.la-pack__card .la-pack__h3::before {
  content: '';
  display: inline-block;
  width: 6px; /* 从8px改为6px */
  height: 6px; /* 从8px改为6px */
  background: #4a7c59;
  border-radius: 50%;
  margin-right: 8px; /* 从10px改为8px */
  vertical-align: middle;
}

/* 列表样式优化 */
.la-pack__card .la-pack__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.la-pack__card .la-pack__list li {
  margin: 10px 0; /* 从14px改为10px */
  line-height: 1.5; /* 从1.6改为1.5 */
  color: #4a5568;
  padding-left: 20px; /* 从24px改为20px */
  position: relative;
  font-size: 14px; /* 从15px改为14px */
}

/* 列表项前导符号 */
.la-pack__card .la-pack__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #4a7c59;
  font-weight: bold;
  font-size: 13px; /* 从14px改为13px */
}

/* 不同卡片添加微妙背景差异 */
.la-pack__grid--3 article:nth-child(1) .la-pack__h3::before {
  background: #4a7c59;
}

.la-pack__grid--3 article:nth-child(2) .la-pack__h3::before {
  background: #2196f3;
}

.la-pack__grid--3 article:nth-child(3) .la-pack__h3::before {
  background: #ff9800;
}

.la-pack__grid--3 article:nth-child(1) .la-pack__list li::before {
  color: #4a7c59;
}

.la-pack__grid--3 article:nth-child(2) .la-pack__list li::before {
  color: #2196f3;
}

.la-pack__grid--3 article:nth-child(3) .la-pack__list li::before {
  color: #ff9800;
}



/* 响应式调整 */
@media (max-width: 820px) {
  .la-pack__grid--3 {
    grid-template-columns: 1fr;
    gap: 18px; /* 从20px改为18px */
  }
  
  .la-pack__card {
    padding: 22px 18px; /* 从24px 20px改为22px 18px */
  }
}

@media (max-width: 620px) {
  .la-pack__section:first-of-type {
    margin-top: 32px; /* 从40px改为32px */
  }
  
  .la-pack__card {
    padding: 18px 16px; /* 从20px 18px改为18px 16px */
  }
  
  .la-pack__card .la-pack__h3 {
    font-size: 16px; /* 从17px改为16px */
    margin-bottom: 12px; /* 从16px改为12px */
  }
  
  .la-pack__card .la-pack__list li {
    margin: 8px 0; /* 从12px改为8px */
    font-size: 13.5px; /* 从14.5px改为13.5px */
  }
}



/*======== Recommended Carton Label Fields 样式优化====== */

.la-pack__section:nth-of-type(2) {
  margin-top: 48px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f7f2 100%);
  border-radius: 18px;
  padding: 32px 24px;
}

.la-pack__section:nth-of-type(2) .la-pack__sectionHead {
  margin-bottom: 24px;
  position: relative;
}

.la-pack__section:nth-of-type(2) .la-pack__sectionHead::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #5D9426, #8BC34A);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* 表格容器优化 */
.la-pack__panel {
  background: #fff;
  border: 1px solid rgba(93, 148, 38, 0.15);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(93, 148, 38, 0.06);
  margin-top: 20px;
}

/* 表格包装器优化 - 添加横向滚动 */
.la-pack__tableWrap {
  border: 1px solid rgba(93, 148, 38, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  background: #fff;
  /* 添加横向滚动支持 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
}

/* 表格样式优化 */
.la-pack__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* 确保表格有最小宽度，在桌面端正常显示 */
  min-width: 680px;
  /* 防止表格被压缩 */
  table-layout: fixed;
}

.la-pack__table thead {
  background: linear-gradient(135deg, #2d5a3c 0%, #4a7c59 100%);
}

.la-pack__table th {
  padding: 16px 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  color: white;
  letter-spacing: 0.2px;
  position: relative;
  /* 固定表头单元格宽度 */
  min-width: 120px;
  max-width: 300px;
}

.la-pack__table th:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.la-pack__table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(93, 148, 38, 0.1);
  vertical-align: top;
  color: #4a5568;
  font-size: 14.5px;
  line-height: 1.5;
  /* 固定单元格宽度 */
  min-width: 120px;
  max-width: 300px;
  /* 允许内容换行 */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.la-pack__table tbody tr {
  transition: all 0.2s ease;
}

.la-pack__table tbody tr:hover {
  background: rgba(93, 148, 38, 0.04);
}

.la-pack__table tbody tr:last-child td {
  border-bottom: none;
}

/* 强调重要列 */
.la-pack__table td:first-child {
  color: #2d5a3c;
  font-weight: 600;
  width: 25%;
}

.la-pack__table td:nth-child(2) {
  width: 45%;
  color: #4a5568;
}

.la-pack__table td:nth-child(3) {
  width: 30%;
  color: #5D9426;
  font-weight: 500;
}

/* 提示说明样式 */
.la-pack__note {
  margin: 22px 0 20px 0;
  padding: 16px 20px;
  background: rgba(255, 193, 7, 0.08);
  border-left: 3px solid #ffc107;
  border-radius: 6px;
  color: #856404;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.la-pack__note strong {
  font-weight: 700;
}

/* 链接按钮样式优化 */
.la-pack__miniActions {
  display: flex;
  gap: 14px;
  margin-top: 1px;
  padding-top: 1px;
  border-top: 0px solid rgba(93, 148, 38, 0.1);
}

.la-pack__linkBtn {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid rgba(93, 148, 38, 0.2);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #2d5a3c;
  background: rgba(93, 148, 38, 0.05);
  transition: all 0.3s ease;
  flex: 1;
  justify-content: center;
  min-width: 180px;
  position: relative;
  overflow: hidden;
}

.la-pack__linkBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.la-pack__linkBtn:hover {
  background: rgba(93, 148, 38, 0.1);
  border-color: rgba(93, 148, 38, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(93, 148, 38, 0.12);
  color: #1e3a29;
}

.la-pack__linkBtn:hover::before {
  left: 100%;
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .la-pack__section:nth-of-type(2) {
    padding: 28px 20px;
    margin-top: 40px;
  }
  
  .la-pack__panel {
    padding: 20px;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    padding: 14px 18px;
  }
  
  .la-pack__miniActions {
    flex-wrap: wrap;
  }
  
  .la-pack__linkBtn {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  .la-pack__section:nth-of-type(2) {
    padding: 24px 18px;
    margin-top: 32px;
    border-radius: 14px;
  }
  
  .la-pack__panel {
    padding: 18px;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .la-pack__note {
    padding: 14px 18px 14px 42px;
    font-size: 13.5px;
  }
  
  .la-pack__linkBtn {
    min-width: 100%;
    padding: 14px 18px;
    font-size: 13.5px;
  }
  
  /* 移动端表格优化 */
  .la-pack__tableWrap {
    position: relative;
    /* 在移动端显示滚动条提示 */
    border: 1px solid rgba(93, 148, 38, 0.15);
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* 添加滚动提示（可选） */
  .la-pack__tableWrap::after {
    content: '←Swipe to see more →';
    display: block;
    text-align: center;
    font-size: 12px;
    color: rgba(93, 148, 38, 0.6);
    padding: 8px 0;
    background: rgba(93, 148, 38, 0.05);
    border-top: 1px solid rgba(93, 148, 38, 0.1);
    position: sticky;
    bottom: 0;
    width: 100%;
  }
  
  .la-pack__table {
    min-width: 600px; /* 调整为适合移动端的最小宽度 */
    width: auto;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    min-width: 100px; /* 调整最小宽度 */
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .la-pack__section:nth-of-type(2) {
    padding: 20px 14px;
    margin-top: 28px;
  }
  
  .la-pack__panel {
    padding: 16px;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    padding: 10px 14px;
    font-size: 13.5px;
  }
  
  .la-pack__table td:first-child {
    width: 30%;
    min-width: 90px;
  }
  
  .la-pack__table td:nth-child(2) {
    width: 40%;
    min-width: 120px;
  }
  
  .la-pack__table td:nth-child(3) {
    width: 30%;
    min-width: 90px;
  }
  
  .la-pack__note {
    padding: 12px 16px 12px 38px;
    font-size: 13px;
  }
  
  .la-pack__miniActions {
    gap: 10px;
    margin-top: 22px;
    padding-top: 20px;
  }
  
  .la-pack__linkBtn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  /* 进一步优化超小屏幕 */
  .la-pack__table {
    min-width: 550px;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    min-width: 80px;
    max-width: 200px;
  }
  
  /* 移除滚动提示（可选） */
  .la-pack__tableWrap::after {
    font-size: 11px;
    padding: 6px 0;
  }
}

/* 额外添加：防止在非常小的设备上表格过窄 */
@media (max-width: 360px) {
  .la-pack__table {
    min-width: 500px;
  }
  
  .la-pack__table th,
  .la-pack__table td {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* Mixed Box Rules 样式优化 - 简洁专业版 */
.la-pack__section:nth-of-type(3) {
  margin-top: 48px; /* 从60px改为48px */
  background: #fff;
  border-radius: 18px; /* 从20px改为18px */
  padding: 32px; /* 从40px改为32px */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04); /* 从5px 20px改为4px 16px */
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* 标题区域 - 简洁设计 */
.la-pack__section:nth-of-type(3) .la-pack__sectionHead {
  margin-bottom: 32px; /* 从40px改为32px */
  text-align: center;
}

.la-pack__section:nth-of-type(3) .la-pack__h2 {
  font-size: 26px; /* 从28px改为26px */
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 12px; /* 从16px改为12px */
  position: relative;
  padding-bottom: 12px; /* 从16px改为12px */
}

.la-pack__section:nth-of-type(3) .la-pack__h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px; /* 从80px改为70px */
  height: 2px; /* 从3px改为2px */
  background: #5D9426;
  border-radius: 2px;
}

.la-pack__section:nth-of-type(3) .la-pack__lead {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px; /* 从16px改为15px */
  line-height: 1.6; /* 从1.7改为1.6 */
  color: #4a5568;
}

/* 双列布局 - 简洁卡片 */
.la-pack__section:nth-of-type(3) .la-pack__grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* 从24px改为20px */
  margin-top: 16px; /* 从20px改为16px */
}

/* 面板样式 - 简约设计 */
.la-pack__section:nth-of-type(3) .la-pack__panel {
  background: #f8f9fa;
  border: 1px solid rgba(93, 148, 38, 0.15);
  border-radius: 14px; /* 从16px改为14px */
  padding: 24px; /* 从30px改为24px */
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

/* 简洁悬停效果 */
.la-pack__section:nth-of-type(3) .la-pack__panel:hover {
  background: #f0f7f2;
  border-color: rgba(93, 148, 38, 0.3);
  box-shadow: 0 6px 20px rgba(93, 148, 38, 0.06); /* 从8px 24px改为6px 20px */
}

/* 标题样式 - 无图标 */
.la-pack__section:nth-of-type(3) .la-pack__h3 {
  font-size: 18px; /* 从20px改为18px */
  font-weight: 700;
  color: #2d5a3c;
  margin: 0 0 16px 0; /* 从20px改为16px */
  padding-bottom: 10px; /* 从12px改为10px */
  border-bottom: 2px solid rgba(93, 148, 38, 0.2);
}

/* 不同标题颜色区分 */
.la-pack__section:nth-of-type(3) article:nth-child(1) .la-pack__h3 {
  color: #2d5a3c;
  border-bottom-color: rgba(45, 90, 60, 0.2);
}

.la-pack__section:nth-of-type(3) article:nth-child(2) .la-pack__h3 {
  color: #4a7c59;
  border-bottom-color: rgba(74, 124, 89, 0.2);
}

/* 列表样式 - 简洁版 */
.la-pack__section:nth-of-type(3) .la-pack__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.la-pack__section:nth-of-type(3) .la-pack__list li {
  margin: 10px 0; /* 从14px改为10px */
  padding-left: 20px; /* 从24px改为20px */
  line-height: 1.5; /* 从1.6改为1.5 */
  color: #4a5568;
  font-size: 14px; /* 从15px改为14px */
  position: relative;
}

/* 使用简单的点作为列表符号 */
.la-pack__section:nth-of-type(3) .la-pack__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #5D9426;
  font-size: 18px; /* 从20px改为18px */
  line-height: 1;
}

/* 不同列表项颜色 */
.la-pack__section:nth-of-type(3) article:nth-child(1) .la-pack__list li::before {
  color: #2d5a3c;
}

.la-pack__section:nth-of-type(3) article:nth-child(2) .la-pack__list li::before {
  color: #4a7c59;
}

/* 列表项悬停效果 */
.la-pack__section:nth-of-type(3) .la-pack__list li:hover {
  color: #2d3748;
}

/* 最佳实践提示 - 简洁设计 */
.la-pack__section:nth-of-type(3) .la-pack__note {
  margin: 28px 0 0 0; /* 从36px改为28px */
  padding: 10px; /* 从12px改为10px */
  background: #fff8e1;
  border: 1px solid rgba(255, 193, 7, 0.4);
  border-radius: 10px; /* 从12px改为10px */
  color: #856404;
  font-size: 14.5px; /* 从15.5px改为14.5px */
  line-height: 1.6; /* 从1.7改为1.6 */
  text-align: center;
  font-style: italic;
}

.la-pack__section:nth-of-type(3) .la-pack__note strong {
  color: #5D9426;
  font-weight: 700;
  font-style: normal;
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .la-pack__section:nth-of-type(3) {
    padding: 28px 24px; /* 从36px 32px改为28px 24px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__panel {
    padding: 22px; /* 从26px改为22px */
  }
}

@media (max-width: 768px) {
  .la-pack__section:nth-of-type(3) {
    padding: 24px 20px; /* 从32px 24px改为24px 20px */
    margin-top: 40px; /* 从48px改为40px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__grid--2 {
    grid-template-columns: 1fr;
    gap: 16px; /* 从20px改为16px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__h2 {
    font-size: 22px; /* 从24px改为22px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__h3 {
    font-size: 17px; /* 从18px改为17px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__panel {
    padding: 20px; /* 从24px改为20px */
  }
}

@media (max-width: 480px) {
  .la-pack__section:nth-of-type(3) {
    padding: 20px 16px; /* 从28px 20px改为20px 16px */
    margin-top: 32px; /* 从40px改为32px */
    border-radius: 14px; /* 从16px改为14px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__h2 {
    font-size: 20px; /* 从22px改为20px */
    padding-bottom: 10px; /* 从12px改为10px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__h2::after {
    width: 60px;
    height: 2px;
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__note {
    padding: 14px; /* 从18px改为14px */
    font-size: 14px; /* 从15px改为14px */
    margin-top: 24px; /* 从28px改为24px */
  }
  
  .la-pack__section:nth-of-type(3) .la-pack__list li {
    font-size: 13.5px; /* 从14.5px改为13.5px */
    margin: 8px 0; /* 从12px改为8px */
  }
}/* End custom CSS */