.svc-container {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #222;
  background: #f8f9fa;
  padding: 8px 14px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.svc-label {
  color: #0078ff;
  font-weight: bold;
  margin-left: 8px;
}
