.service-strip{display:flex;gap:10px;flex-wrap:wrap;margin:-2px 0 16px}
.service-strip>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-width:220px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:#101419}
.service-strip span,.service-strip strong{font-size:12px}.service-strip strong{color:var(--muted);font-weight:650}
.service-dot{width:8px;height:8px;border-radius:50%;background:var(--danger);box-shadow:0 0 10px #ff6b7355}
.service-dot.ok,.service-dot.configured{background:var(--accent);box-shadow:0 0 10px #c7ff4a55}
.service-dot.degraded{background:#ffbd59;box-shadow:0 0 10px #ffbd5955}
@media(max-width:600px){.service-strip>div{min-width:100%;flex:1}}
