.service-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-8px 0 20px;padding:11px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:.82rem}.service-strip strong{color:var(--ink)}.service-strip span+span{border-left:1px solid var(--line);padding-left:10px}.status-dot{width:9px;height:9px;border-radius:50%;background:#9aa4a8}.service-strip.online .status-dot{background:#1c9b70;box-shadow:0 0 0 4px #1c9b7020}.service-strip.offline .status-dot{background:#c1753a;box-shadow:0 0 0 4px #c1753a20}@media(max-width:600px){.service-strip span+span{border-left:0;padding-left:0}.service-strip{align-items:flex-start;flex-direction:column}}
