.mkl-product-status{display:flex;align-items:center;gap:6px;padding:4px 0;margin-top:-20px}
.mkl-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#8E8E93}
.mkl-status-dot--active{background:#34C759;animation:mkl-breathe 2.5s ease-in-out infinite}
@keyframes mkl-breathe{0%,100%{opacity:0.5}50%{opacity:1}}
.mkl-status-text{font-size:13px;color:#6E6E73;font-family:"Inter","Noto Sans SC",sans-serif}
