a > .sublist-01, a > .sublist-01 *{text-decoration:none} /* Row: fixed height for exactly 2 lines */ .sublist-01{ --fs:16px; --lh:1.4; --lines:2; position:relative; display:flex; align-items:flex-start; gap:10px; padding:10px 12px 14px; background:transparent; border:0; color:#1f2937!important; height:calc(var(--lines)*var(--fs)*var(--lh) + 24px); min-width:0 } .sublist-01 center{display:contents} /* Blue arrow (SVG mask) */ .sublist-02{position:relative; flex:none; width:22px; height:22px; color:#3f67f6; margin-top:2px} .sublist-icon{display:none} .sublist-02::before{ content:""; position:absolute; left:4px; top:50%; width:13px; height:13px; transform:translateY(-50%); background-color:currentColor; -webkit-mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9.71069 18.2929C10.1012 18.6834 10.7344 18.6834 11.1249 18.2929L16.0123 13.4006C16.7927 12.6195 16.7924 11.3537 16.0117 10.5729L11.1213 5.68254C10.7308 5.29202 10.0976 5.29202 9.70708 5.68254C9.31655 6.07307 9.31655 6.70623 9.70708 7.09676L13.8927 11.2824C14.2833 11.6729 14.2833 12.3061 13.8927 12.6966L9.71069 16.8787C9.32016 17.2692 9.32016 17.9023 9.71069 18.2929Z' fill='%23000'/></svg>") center/contain no-repeat; mask:url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9.71069 18.2929C10.1012 18.6834 10.7344 18.6834 11.1249 18.2929L16.0123 13.4006C16.7927 12.6195 16.7924 11.3537 16.0117 10.5729L11.1213 5.68254C10.7308 5.29202 10.0976 5.29202 9.70708 5.68254C9.31655 6.07307 9.31655 6.70623 9.70708 7.09676L13.8927 11.2824C14.2833 11.6729 14.2833 12.3061 13.8927 12.6966L9.71069 16.8787C9.32016 17.2692 9.32016 17.9023 9.71069 18.2929Z' fill='%23000'/></svg>") center/contain no-repeat } /* Label: 2 lines + ellipsis (left-aligned) */ .sublist-label{ font-size:var(--fs); line-height:var(--lh); display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; min-width:0; color:inherit!important; text-align:left!important } /* Baseline rule aligned across items */ .sublist-01::after{content:""; position:absolute; left:22px; right:0; bottom:0; height:1px; background:#cfd7f2; border-radius:1px} /* Hover: color + semibold */ a:hover .sublist-01, a:hover .sublist-01 .sublist-label{color:#1a49e9!important} a:hover .sublist-01 .sublist-label{font-weight:600} a:hover .sublist-01 .sublist-02{color:#1a49e9} /* Responsive */ @media (max-width:990px){ .sublist-01{--fs:15px; height:calc(2*var(--fs)*var(--lh) + 24px)!important} .sublist-02{width:20px!important; height:20px!important} .sublist-02::before{left:3px; width:12px; height:12px} .sublist-01::after{left:20px} .sublist-label{font-size:var(--fs)!important} }