.live-head-actions {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 12px;
}

.telegram-audio {
  background: #229ed9;
  color: #fff;
  padding: 9px 15px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

.telegram-audio[hidden] {
  display: none !important;
}

.fullscreen-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 700;
}

.live-room:fullscreen,
.live-room:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

@media (max-width: 700px) {
  .live-head-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .fullscreen-toggle,
  .telegram-audio {
    font-size: 11px;
    padding: 7px 10px;
  }
}
