.secondary {
  width: 100%;
  background: #1a2d49;
  color: #d9e5f5;
  border: 1px solid #314666;
}

.media-check {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 18px;
}

.media-check .hint {
  margin: 10px 2px 0;
}

.media-check .hint.ok {
  color: #79dfc7;
}

.media-check .hint.error {
  color: #ffabb2;
}

.active-call {
  margin-top: 20px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #55d6be66;
  border-radius: 16px;
  background: #102c2c;
}

.active-call[hidden] {
  display: none;
}

.active-call small,
.active-call strong {
  display: block;
}

.active-call small {
  color: #79dfc7;
  margin-bottom: 3px;
}

.active-call time {
  color: #d9e5f5;
  font-variant-numeric: tabular-nums;
}

.call-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px #55d6be20;
}
