
/* =========================================================
   WAVE 07 V3 — MOBILE FLOW COMPACTION + CHINESE MICRO LABELS
   ========================================================= */

/* 手機流程改成真正的垂直關係線，不再讓箭頭自己佔一大列。 */
@media(max-width:700px){
  .wave07-feature .feature-heading h2{
    font-size:clamp(25px,7.4vw,30px)!important;
    line-height:1.3!important;
    letter-spacing:-.025em!important;
  }

  .wave07-feature .section{
    padding-top:11px!important;
    padding-bottom:13px!important;
  }

  .wave07-feature .w7-flow{
    position:relative!important;
    display:block!important;
    padding-left:18px!important;
    margin-top:2px!important;
  }

  .wave07-feature .w7-flow::before{
    content:""!important;
    position:absolute!important;
    left:4px!important;
    top:14px!important;
    bottom:14px!important;
    width:1px!important;
    background:#cfd8d4!important;
  }

  .wave07-feature .w7-flow > div{
    position:relative!important;
    padding:7px 0 9px 8px!important;
    border-top:0!important;
  }

  .wave07-feature .w7-flow > div::before{
    content:""!important;
    position:absolute!important;
    left:-18px!important;
    top:15px!important;
    width:7px!important;
    height:7px!important;
    border-radius:50%!important;
    border:1.5px solid #7e9289!important;
    background:var(--surface,#fff)!important;
  }

  .wave07-feature .w7-flow > i{
    display:none!important;
  }

  .wave07-feature .w7-flow span{
    margin:0 0 3px!important;
    font-size:10px!important;
    line-height:1.35!important;
    letter-spacing:.03em!important;
  }

  .wave07-feature .w7-flow b{
    font-size:18px!important;
    line-height:1.55!important;
  }

  .wave07-feature .section-footnote{
    margin-top:10px!important;
    padding-top:9px!important;
  }

  .wave07-feature .feature-note{
    margin-top:12px!important;
    padding-top:9px!important;
  }
}

html[data-theme="dark"] .wave07-feature .w7-flow::before{
  background:#46534e!important;
}
html[data-theme="dark"] .wave07-feature .w7-flow > div::before{
  background:#111716!important;
  border-color:#81938b!important;
}
