/* ===== CUSTOMIZATION 区域布局调整（参照 megatex-silk.com 参考页） ===== */
/* 左列：Silk Fabric Thickness 与 Silk Fabric Color 上下堆叠间距 */
.custom-two-col .custom-col img + h3{
  margin-top:28px;
}
/* 右列：Print 与 Embroidery 上下堆叠间距 */
.custom-two-col .custom-col ul + img{
  margin-top:28px;
}
/* 副标题左侧装饰线（与参考页一致） */
.custom-two-col .custom-col h3{
  border-left:3px solid var(--coral);
  padding-left:12px;
}
