.scc-call-buttons {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}
#scc-call-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: #111;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
#scc-call-popup video {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
.scc-controls button {
  margin: 3px;
  padding: 5px 10px;
  cursor: pointer;
}
#scc-end-call {
  background: red;
  color: white;
  border: none;
}
#scc-accept-call {
  background: green;
  color: white;
  border: none;
}
#scc-decline-call {
  background: gray;
  color: white;
  border: none;
}
