.oc-presence-status,
.oc-presence-panel {
  box-sizing: border-box;
  border: 1px solid #9eced2;
  background: #140c10;
  color: #ddedef;
  border-radius: 14px;
  padding: 14px 16px;
  max-width: 420px;
}

.oc-presence-status strong {
  color: #e6af08;
  font-size: 1.2em;
}

.oc-presence-panel__label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9eced2;
}

.oc-presence-panel__count {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: #e6af08;
  margin-top: 8px;
}

.oc-presence-panel__meta {
  margin-top: 4px;
  color: #ddedef;
}

.oc-presence-panel__names {
  margin: 14px 0 0;
  padding-left: 18px;
}
