.sgtl{font-size:14px;color:#7A5870;line-height:1.5;margin:12px 0 20px;padding:12px 16px;background:#ffffff;border-radius:8px;border-left:4px solid #A06888}
.sgtl strong{color:#2A1A26;font-weight:600}
.sgtl-ship{color:#A06888;font-weight:600}
.sgtl-div{color:rgba(74,124,120,.4);margin:0 4px}
.sgtl-urg{color:#7A5870;font-weight:500;white-space:pre-wrap}
.sgtl-urg strong{color:#2A1A26}
@media(min-width:769px){
  .sgtl{display:flex;align-items:center;flex-wrap:wrap;gap:0}
  .sgtl-item{display:inline-flex;align-items:center}
}
@media(max-width:768px){
  .sgtl{display:block;font-size:13px;padding:12px}
  .sgtl-div{display:none}
  .sgtl-item{display:block;position:relative;padding-left:16px;margin:5px 0}
  .sgtl-item-check::before{content:"✓";position:absolute;left:0;top:0;color:#A06888;font-weight:700;line-height:1.5}
  .sgtl-item-dot::before{content:"•";position:absolute;left:1px;top:0;color:#A06888;font-weight:900;line-height:1.5}
}