:root {
  --wol-video-drawer-width: 520px;
  --wol-video-shell-width: var(--wol-video-drawer-width);
  --wol-video-chat-panel-width: 360px;
  --wol-video-drawer-speed: 300ms;
}

body.wol-video-chat-panel-open {
  --wol-video-shell-width: min(calc(var(--wol-video-drawer-width) + var(--wol-video-chat-panel-width)), calc(100vw - 24px));
}

.wol-video-chat-launch {
  padding: 0 6px;
  border: 0;
  color: inherit;
  background: transparent;
}

.wol-video-chat-launch:hover,
.wol-video-chat-launch:focus,
.wol-video-chat-launch.is-active {
  color: #1683ff;
}

.wol-video-chat-invite {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20020;
  width: min(420px, calc(100vw - 32px));
  padding: 18px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 12px;
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .24);
}

.wol-video-chat-invite-icon {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #7745d8, #2877d5);
}

.wol-video-chat-invite-copy {
  min-width: 0;
  align-self: center;
}

.wol-video-chat-invite-copy strong {
  display: block;
  overflow: hidden;
  color: #172033;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wol-video-chat-invite-copy div {
  margin-top: 2px;
  color: #64748b;
  font-size: 13px;
}

.wol-video-chat-dismiss-icon {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 5px;
  color: #64748b;
  background: transparent;
}

.wol-video-chat-dismiss-icon:hover {
  color: #172033;
  background: #f1f5f9;
}

.wol-video-chat-invite-actions {
  grid-column: 2 / 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wol-video-chat-invite-actions[hidden],
.wol-video-chat-decline[hidden],
.wol-video-chat-decline-error[hidden] {
  display: none;
}

.wol-video-chat-decline {
  grid-column: 1 / -1;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wol-video-chat-decline label {
  margin: 3px 0 0;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}

.wol-video-chat-decline .form-control {
  border-color: #cbd5e1;
  border-radius: 5px;
  color: #1f2937;
  background: #fff;
  font-size: 13px;
}

.wol-video-chat-decline-message {
  min-height: 76px;
  resize: vertical;
}

.wol-video-chat-decline-actions {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wol-video-chat-decline-error {
  padding: 8px 10px;
  border: 1px solid #ef9a9a;
  border-radius: 5px;
  color: #8f1723;
  background: #fff1f2;
  font-size: 12px;
}

body.wol-video-chat-prejoin-open {
  overflow: hidden;
}

.wol-video-chat-prejoin-mask {
  position: fixed;
  inset: 0;
  z-index: 20030;
  background: rgba(7, 12, 20, .78);
  backdrop-filter: blur(4px);
}

.wol-video-chat-prejoin-mask[hidden],
.wol-video-chat-prejoin[hidden] {
  display: none;
}

.wol-video-chat-prejoin {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20040;
  width: min(820px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe3ec;
  border-radius: 5px;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .32);
  transform: translate(-50%, -50%);
}

.wol-video-chat-prejoin-header {
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e5eaf0;
  background: #fff;
}

.wol-video-chat-prejoin-header span {
  display: block;
  margin-bottom: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wol-video-chat-prejoin-header h2 {
  margin: 0;
  color: #172033;
  font-size: 21px;
  line-height: 1.3;
}

.wol-video-chat-prejoin-close {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #526174;
  background: #eef2f7;
  font-size: 25px;
  line-height: 1;
}

.wol-video-chat-prejoin-close:hover {
  color: #172033;
  background: #e2e8f0;
}

.wol-video-chat-prejoin-body {
  min-height: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 22px;
  overflow: auto;
  background: #fff;
}

.wol-video-chat-prejoin-preview {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
  background: #05080d;
  aspect-ratio: 4 / 3;
}

#WolVideoChatPrejoinMedia,
#WolVideoChatPrejoinMedia .OT_publisher,
#WolVideoChatPrejoinMedia .OT_video-element {
  width: 100% !important;
  height: 100% !important;
}

#WolVideoChatPrejoinMedia .OT_video-element {
  object-fit: contain !important;
}

#WolVideoChatPrejoinMedia .OT_bar,
#WolVideoChatPrejoinMedia .OT_edge-bar-item {
  display: none !important;
}

.wol-video-chat-prejoin-avatar {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #334155, #172033);
}

.wol-video-chat-prejoin-avatar img {
  width: clamp(104px, 32%, 156px);
  aspect-ratio: 1 / 1;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  object-fit: cover;
}

.wol-video-chat-prejoin-preview.is-video-off .wol-video-chat-prejoin-avatar {
  display: flex;
}

.wol-video-chat-prejoin-preview.is-video-off #WolVideoChatPrejoinMedia {
  opacity: 0;
}

.wol-video-chat-prejoin-name {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
  color: #fff;
  background: rgba(15, 23, 42, .78);
  font-size: 12px;
}

.wol-video-chat-prejoin-settings {
  min-width: 0;
}

.wol-video-chat-prejoin-settings > p {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.wol-video-chat-prejoin-settings label {
  display: block;
  margin: 14px 0 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.wol-video-chat-prejoin-settings .form-control {
  height: 40px;
  border-color: #cbd5e1;
  border-radius: 5px;
  color: #1f2937;
  background: #fff;
}

.wol-video-chat-prejoin-settings .form-control:disabled {
  color: #7b8797;
  background: #f1f5f9;
  opacity: 1;
}

.wol-video-chat-prejoin-toggles {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}

.wol-video-chat-prejoin-toggle {
  min-width: 112px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #334155;
  background: #f8fafc;
}

.wol-video-chat-prejoin-toggle.is-off {
  border-color: #ef9a9a;
  color: #a61b29;
  background: #fff1f2;
}

.wol-video-chat-prejoin-toggle:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.wol-video-chat-prejoin-error {
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid #f2c56b;
  border-radius: 5px;
  color: #7c4a03;
  background: #fff8e6;
  font-size: 13px;
  line-height: 1.45;
}

.wol-video-chat-prejoin-error[hidden] {
  display: none;
}

.wol-video-chat-prejoin-actions {
  padding: 14px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #e5eaf0;
  background: #f8fafc;
}

.wol-video-chat-prejoin-actions .btn {
  border-radius: 5px;
}

.wol-video-chat-prejoin-action:disabled {
  cursor: wait;
  opacity: .68;
}

body.wol-video-chat-participant-picker-open #StdModal.wol-video-chat-participant-modal {
  z-index: 20120;
}

.modal-backdrop.wol-video-chat-participant-backdrop {
  z-index: 20110;
}

html.wol-video-drawer-active,
body.wol-video-drawer-active {
  height: 100%;
  overflow: hidden;
}

body.wol-video-drawer-active {
  position: fixed;
  top: var(--wol-video-drawer-scroll-top, 0);
  right: 0;
  left: 0;
  width: 100%;
}

body.wol-video-drawer-resizing {
  --wol-video-drawer-speed: 0ms;
  cursor: ew-resize;
  user-select: none;
}

body.wol-video-drawer-resizing .wol-video-chat-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.wol-video-drawer-resizing .wol-video-chat-stream {
  display: none;
}

body.wol-video-drawer-resizing .wol-video-chat-stage::after {
  display: none;
}

.main-header-section,
.today-portal-container,
.mini-header-section.main-header-section,
.MainMenu,
.IMAnchor,
#community-help,
.BasicCollaboration,
.program-name,
.primary-page-content,
.MainBody.Container,
.cover-photo,
.ProfileOptions,
body.TODAY .TodayBottom,
.GroupListContainer.ListContainer,
.Collaborate.Profile.container,
.event-public-list,
.std-drawer-body,
.miniOCContainer,
footer {
  transition: transform var(--wol-video-drawer-speed) ease;
}

body.wol-video-drawer-open .main-header-section,
body.wol-video-drawer-open .today-portal-container,
body.wol-video-drawer-open .mini-header-section.main-header-section,
body.wol-video-drawer-open .MainMenu,
body.wol-video-drawer-open .IMAnchor,
body.wol-video-drawer-open #community-help,
body.wol-video-drawer-open .BasicCollaboration,
body.wol-video-drawer-open .program-name,
body.wol-video-drawer-open .primary-page-content,
body.wol-video-drawer-open .MainBody.Container,
body.wol-video-drawer-open .cover-photo,
body.wol-video-drawer-open .ProfileOptions,
body.TODAY.wol-video-drawer-open .TodayBottom,
body.wol-video-drawer-open .GroupListContainer.ListContainer,
body.wol-video-drawer-open .Collaborate.Profile.container,
body.wol-video-drawer-open .event-public-list,
body.wol-video-drawer-open .std-drawer-body,
body.wol-video-drawer-open .miniOCContainer,
body.wol-video-drawer-open footer {
  transform: translateX(calc(-1 * var(--wol-video-shell-width)));
}

.wol-video-chat-mask {
  position: fixed;
  inset: 0;
  z-index: 19990;
  border: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(19, 28, 39, .42);
  transition: opacity var(--wol-video-drawer-speed) ease, visibility var(--wol-video-drawer-speed) ease;
}

.wol-video-chat-mask[hidden] {
  display: none;
}

body.wol-video-drawer-active .wol-video-chat-mask {
  opacity: 1;
  visibility: visible;
}

.wol-video-chat-shell {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000;
  width: var(--wol-video-shell-width);
  max-width: calc(100vw - 24px);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  color: #fff;
  background: #0e1522;
  box-shadow: -12px 0 35px rgba(0, 0, 0, .22);
  transform: translateX(100%);
  transition: width var(--wol-video-drawer-speed) ease, transform var(--wol-video-drawer-speed) ease;
  will-change: transform;
}

.wol-video-chat-video-column {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  flex: 1 1 var(--wol-video-drawer-width);
  flex-direction: column;
  overflow: hidden;
}

.wol-video-chat-chat-panel {
  width: 0;
  min-width: 0;
  height: 100%;
  display: flex;
  flex: 0 0 0;
  flex-direction: column;
  overflow: hidden;
  color: #e5edf8;
  background: #111927;
  border-left: 0 solid #334155;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: width var(--wol-video-drawer-speed) ease,
    flex-basis var(--wol-video-drawer-speed) ease,
    border-width var(--wol-video-drawer-speed) ease,
    opacity 180ms ease,
    transform var(--wol-video-drawer-speed) ease,
    visibility 0s linear var(--wol-video-drawer-speed);
}

body.wol-video-chat-panel-open .wol-video-chat-chat-panel {
  width: var(--wol-video-chat-panel-width);
  flex-basis: var(--wol-video-chat-panel-width);
  border-left-width: 1px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
}

.wol-video-chat-chat-header {
  min-height: 64px;
  padding: 12px 14px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
  background: #172033;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.wol-video-chat-panel-tabs {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.wol-video-chat-panel-tab {
  position: relative;
  min-height: 36px;
  padding: 0 1px;
  border: 0;
  border-radius: 0;
  color: #aebacf;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
}

.wol-video-chat-panel-tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: transparent;
  content: '';
}

.wol-video-chat-panel-tab:hover,
.wol-video-chat-panel-tab.is-active {
  color: #fff;
}

.wol-video-chat-panel-tab:focus-visible {
  border-radius: 5px;
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.wol-video-chat-panel-tab.is-active::after {
  background: #60a5fa;
}

.wol-video-chat-people-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dbeafe;
  background: #334155;
  font-size: 11px;
  line-height: 18px;
}

.wol-video-chat-chat-close {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.wol-video-chat-chat-close span {
  display: none;
  font-size: 13px;
}

.wol-video-chat-chat-close:hover {
  background: rgba(255, 255, 255, .24);
}

.wol-video-chat-panel-view {
  min-height: 0;
  flex: 1 1 auto;
}

.wol-video-chat-panel-view[hidden] {
  display: none;
}

.wol-video-chat-chat-view {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wol-video-chat-chat-dock {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  background: #111927;
}

.wol-video-chat-people-view {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #111927;
}

.wol-video-chat-people-content {
  min-height: 0;
  padding: 16px 14px 22px;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wol-video-chat-people-section + .wol-video-chat-people-section {
  margin-top: 24px;
}

.wol-video-chat-people-section h3 {
  margin: 0 0 9px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wol-video-chat-people-list {
  display: flex;
  flex-direction: column;
}

.wol-video-chat-people-row {
  min-width: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  border-bottom: 1px solid rgba(148, 163, 184, .14);
}

.wol-video-chat-people-row > img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.wol-video-chat-people-identity {
  min-width: 0;
}

.wol-video-chat-people-identity strong {
  display: block;
  overflow: hidden;
  color: #f1f5f9;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wol-video-chat-people-detail {
  display: block;
  margin-top: 1px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 16px;
}

.wol-video-chat-people-status {
  margin-top: 2px;
  padding: 3px 6px;
  border-radius: 5px;
  color: #cbd5e1;
  background: #263244;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
}

.wol-video-chat-role-actions {
  grid-column: 2 / 4;
}

.wol-video-chat-role-actions .btn {
  min-width: 110px;
}

.wol-video-chat-people-status[data-status='active'],
.wol-video-chat-people-status[data-status='joined'] {
  color: #bbf7d0;
  background: rgba(22, 101, 52, .42);
}

.wol-video-chat-people-status[data-status='joining'] {
  color: #bfdbfe;
  background: rgba(30, 64, 175, .42);
}

.wol-video-chat-people-status[data-status='requested'],
.wol-video-chat-people-status[data-status='approved'] {
  color: #fde68a;
  background: rgba(146, 64, 14, .42);
}

.wol-video-chat-people-status[data-status='declined'],
.wol-video-chat-people-status[data-status='request_declined'],
.wol-video-chat-people-status[data-status='failed'] {
  color: #fecdd3;
  background: rgba(159, 18, 57, .38);
}

.wol-video-chat-request-actions {
  grid-column: 2 / -1;
  display: flex;
  gap: 8px;
}

.wol-video-chat-decline-note {
  margin-top: 6px;
  padding-left: 9px;
  border-left: 2px solid #64748b;
  color: #d7e0eb;
  font-size: 12px;
  line-height: 17px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.wol-video-chat-decline-note[hidden] {
  display: none;
}

.wol-video-chat-people-empty {
  margin: 0;
  padding: 10px 0;
  color: #94a3b8;
  font-size: 12px;
}

.wol-video-chat-people-actions {
  display: grid;
  gap: 8px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  flex: 0 0 auto;
  border-top: 1px solid #334155;
  background: #172033;
}

.wol-video-chat-invite-more,
.wol-video-chat-copy-link {
  width: 100%;
  min-height: 40px;
  border-radius: 5px;
}

.wol-video-chat-copy-field {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wol-video-chat-dock-placeholder[hidden] {
  display: none;
}

.wol-video-chat-docked-chat {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex: 1 1 auto;
  transform: none !important;
  transition: none !important;
  color: #e5edf8 !important;
  background: #111927 !important;
}

.wol-video-chat-docked-chat .wol-video-chat-launch,
.wol-video-chat-docked-chat > .ChannelMobileBack,
.wol-video-chat-docked-chat.ConvoMiniBox .ConvoTitle {
  display: none !important;
}

.wol-video-chat-docked-chat.ChannelThreadColumn > .ChannelLeftPane,
.wol-video-chat-docked-chat .ChannelContainer.std-right,
.wol-video-chat-docked-chat .MessageArea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex: 1 1 auto;
}

.wol-video-chat-docked-chat .MessageArea {
  position: relative !important;
  top: auto !important;
  flex-direction: column;
  height: 100% !important;
  padding: 10px 8px 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  color: #e5edf8 !important;
  background: #111927 !important;
}

.wol-video-chat-docked-chat .MessageArea > div[id][data-topic] {
  width: 100% !important;
  min-height: 0 !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.wol-video-chat-docked-chat .ChannelPost {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  flex: 0 0 auto;
  margin: auto 0 0 !important;
  padding-top: 8px !important;
  padding-bottom: 6px !important;
  box-sizing: border-box;
}

.wol-video-chat-docked-chat.ConvoMiniBox {
  border: 0 !important;
  bottom: auto !important;
}

.wol-video-chat-docked-chat.ConvoMiniBox > div {
  width: 100%;
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.wol-video-chat-docked-chat.ConvoMiniBox .ConvoBody {
  width: 100%;
  min-height: 0;
  height: auto !important;
  display: block !important;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wol-video-chat-docked-chat.ConvoMiniBox .ConvoBottom {
  width: 100%;
  min-height: 0;
  height: auto !important;
  margin-top: auto;
  display: block !important;
  flex: 0 0 auto;
  background: #111927;
  border-top: 1px solid #334155;
}

.wol-video-chat-docked-chat.ConvoMiniBox .ConvoBottom > div,
.wol-video-chat-docked-chat.ConvoMiniBox .ConvoBottom form,
.wol-video-chat-docked-chat.ConvoMiniBox .ConvoBottom .ChannelContainer {
  min-height: 0;
  height: auto !important;
}

.wol-video-chat-docked-chat .ChannelContainer,
.wol-video-chat-docked-chat .ChannelPost,
.wol-video-chat-docked-chat .ChannelPost .PostArea,
.wol-video-chat-docked-chat .ConvoBody,
.wol-video-chat-docked-chat .ConvoBottom,
.wol-video-chat-docked-chat .Message,
.wol-video-chat-docked-chat .Feed {
  color: #e5edf8 !important;
  background-color: #111927 !important;
}

.wol-video-chat-docked-chat .ChannelContainer .PostOwner_0 .WolChatBubble {
  color: #f8fafc !important;
  background: #263244 !important;
}

.wol-video-chat-docked-chat .ChannelContainer .PostOwner_1 .WolChatBubble,
.wol-video-chat-docked-chat .ChannelContainer .PostOwner_1 .WolChatText {
  color: #000 !important;
}

.wol-video-chat-docked-chat .ChannelContainer .WolChatSenderName,
.wol-video-chat-docked-chat .ChannelContainer .WolChatMeta,
.wol-video-chat-docked-chat .ChannelContainer .read-status,
.wol-video-chat-docked-chat .typing-indicator {
  color: #94a3b8 !important;
}

.wol-video-chat-docked-chat .typing-indicator span.typing-text {
  color: #cbd5e1 !important;
}

.wol-video-chat-docked-chat .typing-indicator span:not(.typing-text) {
  background-color: #cbd5e1;
}

.wol-video-chat-docked-chat textarea.StatusUpdate {
  color: #f8fafc !important;
  background: #0e1522 !important;
  border: 1px solid #475569 !important;
  border-radius: 8px;
}

.wol-video-chat-docked-chat textarea.StatusUpdate::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.wol-video-chat-docked-chat .post-message-actions,
.wol-video-chat-docked-chat .PostMessageOptions > div,
.wol-video-chat-docked-chat .PostMessageOptions > button {
  color: #94a3b8 !important;
}

.wol-video-chat-docked-chat a {
  color: #93c5fd;
}

.wol-video-chat-shell[hidden] {
  display: none;
}

body.wol-video-drawer-open .wol-video-chat-shell {
  transform: translateX(0);
}

.wol-video-chat-notice {
  position: absolute;
  top: 78px;
  right: 18px;
  left: 26px;
  z-index: 205;
  padding: 10px 14px;
  border: 1px solid rgba(134, 239, 172, .45);
  border-radius: 5px;
  color: #dcfce7;
  background: rgba(20, 83, 45, .96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  font-size: 13px;
  font-weight: 600;
}

.wol-video-chat-notice[hidden] {
  display: none;
}

.wol-video-chat-failure {
  position: absolute;
  top: 78px;
  right: 18px;
  left: 26px;
  z-index: 210;
  padding: 10px 10px 10px 12px;
  border: 1px solid #f2c56b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f3900;
  background: #fff8e6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  font-size: 13px;
}

.wol-video-chat-failure[hidden],
.wol-video-chat-failure-retry[hidden] {
  display: none;
}

.wol-video-chat-failure-message {
  min-width: 0;
  flex: 1 1 auto;
}

.wol-video-chat-failure button {
  padding: 5px 8px;
  border: 1px solid #d7a94e;
  border-radius: 5px;
  color: #5f3900;
  background: #fff;
}

.wol-video-chat-failure-dismiss {
  width: 28px;
  height: 28px;
  padding: 0 !important;
  font-size: 20px;
  line-height: 24px;
}

.wol-video-chat-resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 210;
  width: 14px;
  border: 0;
  cursor: ew-resize;
  touch-action: none;
}

.wol-video-chat-resize-handle:focus {
  outline: none;
}

.wol-video-chat-resize-handle span {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 4px;
  height: 52px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .45);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .2);
  opacity: .55;
  transform: translateY(-50%);
  transition: width .12s ease, opacity .12s ease, background-color .12s ease;
}

.wol-video-chat-resize-handle:hover span,
.wol-video-chat-resize-handle:focus-visible span,
body.wol-video-drawer-resizing .wol-video-chat-resize-handle span {
  width: 5px;
  background: #fff;
  opacity: .95;
}

.wol-video-chat-header {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 2;
  min-height: 72px;
  width: auto;
  padding: 14px 16px 14px 20px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wol-video-chat-heading {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 11px;
}

.wol-video-chat-heading-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wol-video-chat-heading strong {
  max-width: 390px;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wol-video-chat-heading-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 3px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background: transparent;
  font-size: 14px;
  line-height: 1;
}

.wol-video-chat-status {
  color: inherit;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}

.wol-video-chat-screen-status {
  width: 100%;
  max-width: 390px;
  overflow: hidden;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .92;
}

.wol-video-chat-screen-status[hidden] {
  display: none;
}

.wol-video-chat-status.is-reconnecting::before {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 5px;
  display: inline-block;
  background: currentColor;
  content: '';
  animation: wol-video-chat-reconnecting 1s ease-in-out infinite alternate;
}

@keyframes wol-video-chat-reconnecting {
  from { opacity: .3; }
  to { opacity: 1; }
}

.wol-video-chat-quality {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  font-size: 11px;
  opacity: .9;
}

.wol-video-chat-quality[data-quality='good'] i {
  color: #86efac;
}

.wol-video-chat-quality[data-quality='fair'] i {
  color: #fde68a;
}

.wol-video-chat-quality[data-quality='poor'] i {
  color: #fda4af;
}

.wol-video-chat-quality[data-quality='unknown'] i {
  opacity: .55;
}

.wol-video-chat-close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, .18);
  font-size: 26px;
  line-height: 32px;
}

.wol-video-chat-close:hover {
  background: rgba(255, 255, 255, .28);
}

.wol-video-chat-stage {
  min-height: 0;
  flex: 1 1 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
  gap: 2px;
  overflow: auto;
  background: #202a39;
}

.wol-video-chat-stage[data-tile-count='1'] {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.wol-video-chat-stage[data-tile-count='2'] {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.wol-video-chat-stage[data-tile-count='3'],
.wol-video-chat-stage[data-tile-count='4'] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.wol-video-chat-stage[data-tile-count='3'] .wol-video-chat-stream:last-child {
  grid-column: 1 / -1;
}

.wol-video-chat-stage[data-tile-count='many'] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(160px, 1fr);
}

.wol-video-chat-stage:not([data-tile-count])::after {
  content: 'Preparing your video chat…';
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  color: #bdc7d5;
  font-size: 14px;
}

.wol-video-chat-resize-placeholder {
  min-width: 220px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  color: #dbe5f1;
  background: rgba(14, 21, 34, .74);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
  text-align: center;
  pointer-events: none;
}

.wol-video-chat-resize-placeholder[hidden] {
  display: none;
}

.wol-video-chat-resize-placeholder i {
  color: #fff;
  font-size: 28px;
}

.wol-video-chat-resize-placeholder span {
  font-size: 14px;
  font-weight: 600;
}

.wol-video-chat-stream {
  position: relative;
  box-sizing: border-box;
  min-height: 180px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #202a39;
}

.wol-video-chat-active-frame {
  position: absolute;
  left: var(--wol-video-frame-left, 0);
  top: var(--wol-video-frame-top, 0);
  z-index: 20;
  width: var(--wol-video-frame-width, 0);
  height: var(--wol-video-frame-height, 0);
  box-sizing: border-box;
  border: 2px solid limegreen;
  opacity: 0;
  pointer-events: none;
}

.wol-video-chat-stream.is-talking.has-video-geometry:not(.is-video-off) .wol-video-chat-active-frame {
  opacity: 1;
}

.wol-video-chat-stream-recovery {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 110;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f8fafc;
  background: rgba(15, 23, 42, .9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}

.wol-video-chat-stream-recovery[hidden],
.wol-video-chat-stream-retry[hidden] {
  display: none;
}

.wol-video-chat-stream-recovery i {
  flex: 0 0 auto;
}

.wol-video-chat-stream-retry {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 5px;
  color: #172033;
  background: #fff;
  font: inherit;
}

.wol-video-chat-stream.is-recovering-stream .wol-video-chat-media {
  opacity: .55;
}

.wol-video-chat-stream.has-stream-error .wol-video-chat-media {
  opacity: .35;
}

#WolVideoChatShell:fullscreen,
#WolVideoChatShell:-webkit-full-screen {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  background: #0e1522;
}

#WolVideoChatShell:fullscreen .wol-video-chat-resize-handle,
#WolVideoChatShell:-webkit-full-screen .wol-video-chat-resize-handle {
  display: none;
}

#WolVideoChatShell:fullscreen .wol-video-chat-stage[data-tile-count='2'],
#WolVideoChatShell:-webkit-full-screen .wol-video-chat-stage[data-tile-count='2'] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}

#WolVideoChatShell:fullscreen .wol-video-chat-stage[data-tile-count='many'],
#WolVideoChatShell:-webkit-full-screen .wol-video-chat-stage[data-tile-count='many'] {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: minmax(200px, 1fr);
}

.wol-video-chat-stream[data-video-type='screen'] {
  grid-column: 1 / -1;
  min-height: 280px;
  background: #080c12;
}

.wol-video-chat-stream > div {
  width: 100%;
  height: 100%;
}

.wol-video-chat-stream > .wol-video-chat-participant-moderation {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 140;
  width: auto;
  height: auto;
}

.wol-video-chat-participant-menu {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  color: #fff;
  background: rgba(15, 23, 42, .82);
}

.wol-video-chat-participant-menu-items {
  position: absolute;
  top: 34px;
  right: 0;
  width: 176px;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.wol-video-chat-participant-menu-items[hidden] {
  display: none;
}

.wol-video-chat-participant-menu-items button {
  width: 100%;
  padding: 9px 11px;
  border: 0;
  border-radius: 0;
  display: block;
  color: #273449;
  background: #fff;
  text-align: left;
}

.wol-video-chat-participant-menu-items button:hover {
  background: #eef3f8;
}

.wol-video-chat-participant-menu-items button.is-danger {
  color: #a61b29;
}

.wol-video-chat-participant-menu-items i {
  width: 18px;
  margin-right: 4px;
  text-align: center;
}

.wol-video-chat-avatar {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #334155, #172033);
}

.wol-video-chat-avatar img {
  width: clamp(92px, 32%, 150px);
  height: auto;
  aspect-ratio: 1 / 1;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.wol-video-chat-stream.is-talking.is-video-off.has-video-geometry .wol-video-chat-avatar img {
  border-color: limegreen;
}

.wol-video-chat-stream.is-video-off .wol-video-chat-avatar {
  display: flex;
}

.wol-video-chat-stream.is-video-off .OT_publisher,
.wol-video-chat-stream.is-video-off .OT_subscriber,
.wol-video-chat-stream.is-video-off .OT_video-element {
  opacity: 0 !important;
}

.wol-video-chat-stream .OT_publisher,
.wol-video-chat-stream .OT_subscriber {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  float: none !important;
  clear: none !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  z-index: 1 !important;
}

.wol-video-chat-stream .OT_video-element {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.wol-video-chat-stream .OT_bar,
.wol-video-chat-stream .OT_edge-bar-item {
  display: none !important;
}

.wol-video-chat-stream::after {
  content: attr(data-participant-name);
  position: absolute;
  left: var(--wol-video-label-left, 10px);
  top: var(--wol-video-label-top, 9px);
  z-index: 100;
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  max-width: var(--wol-video-label-max-width, calc(100% - 20px));
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  color: #fff;
  background: rgba(15, 23, 42, .76);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wol-video-chat-stream.has-video-geometry::after {
  opacity: 1;
  visibility: visible;
}

.wol-video-chat-controls {
  position: relative;
  min-height: 86px;
  padding: 10px 12px;
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4px;
  color: #cbd5e1;
  background: #111927;
  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .18);
}

.wol-video-chat-control-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.wol-video-chat-primary-controls {
  justify-self: center;
}

.wol-video-chat-secondary-controls {
  justify-self: start;
}

.wol-video-chat-initiator-controls {
  justify-self: end;
}

.wol-video-chat-control {
  min-width: 54px;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #cbd5e1;
  background: transparent;
}

.wol-video-chat-control-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #415066;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f5f9;
  background: #263244;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}

.wol-video-chat-chat-unread {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #111927;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  background: #dc2626;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.wol-video-chat-chat-unread[hidden] {
  display: none;
}

.wol-video-chat-chat.has-unread .wol-video-chat-control-icon {
  border-color: #f87171;
}

.wol-video-chat-control:hover .wol-video-chat-control-icon {
  border-color: #64748b;
  background: #334155;
  transform: translateY(-1px);
}

.wol-video-chat-control-label {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

.wol-video-chat-control.is-off .wol-video-chat-control-icon,
.wol-video-chat-control.is-danger .wol-video-chat-control-icon {
  color: #fff;
  background: #c72f3d;
  border-color: #c72f3d;
}

.wol-video-chat-control.is-off,
.wol-video-chat-control.is-danger {
  color: #fecdd3;
}

.wol-video-chat-control.is-danger:hover .wol-video-chat-control-icon,
.wol-video-chat-control.is-off:hover .wol-video-chat-control-icon {
  background: #ad2633;
}

.wol-video-chat-control:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.wol-video-chat-control:disabled .wol-video-chat-control-icon {
  transform: none;
}

.wol-video-chat-end {
  width: 72px;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fecdd3;
  background: transparent;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.wol-video-chat-end-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(251, 113, 133, .62);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 24, 93, .15);
  font-size: 14px;
  transition: background-color .12s ease, border-color .12s ease, transform .12s ease;
}

.wol-video-chat-end-label {
  max-width: 72px;
  font-weight: 600;
}

.wol-video-chat-end-label-compact {
  display: none;
}

.wol-video-chat-end:hover .wol-video-chat-end-icon {
  color: #fff;
  background: #b4233c;
  border-color: #e05266;
  transform: translateY(-1px);
}

.wol-video-chat-error {
  color: #ffd3d7;
  opacity: 1;
}

.wol-video-chat-shell button:focus-visible,
.wol-video-chat-prejoin button:focus-visible,
.wol-video-chat-prejoin select:focus-visible,
.wol-video-chat-resize-handle:focus-visible,
.wol-video-chat-invite button:focus-visible,
.wol-video-chat-invite select:focus-visible,
.wol-video-chat-invite textarea:focus-visible,
.wol-video-chat-launch:focus-visible {
  outline: 3px solid rgba(59, 130, 246, .48);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  body.wol-video-chat-panel-open {
    --wol-video-shell-width: var(--wol-video-drawer-width);
  }

  .wol-video-chat-chat-panel,
  body.wol-video-chat-panel-open .wol-video-chat-chat-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    flex: 1 1 100%;
    border-left: 0;
  }

  .wol-video-chat-chat-panel {
    /* Keep the compact Chat view above OpenTok/video descendants whose overlays use z-index up to 210. */
    z-index: 300;
    transform: translateX(100%);
  }

  body.wol-video-chat-panel-open .wol-video-chat-chat-panel {
    transform: translateX(0);
  }

  .wol-video-chat-chat-close span {
    display: inline;
  }

  body.wol-video-chat-panel-open .wol-video-chat-resize-handle {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --wol-video-drawer-width: 100vw;
  }

  body.wol-video-drawer-open .main-header-section,
  body.wol-video-drawer-open .today-portal-container,
  body.wol-video-drawer-open .mini-header-section.main-header-section,
  body.wol-video-drawer-open .MainMenu,
  body.wol-video-drawer-open .IMAnchor,
  body.wol-video-drawer-open #community-help,
  body.wol-video-drawer-open .BasicCollaboration,
  body.wol-video-drawer-open .program-name,
  body.wol-video-drawer-open .primary-page-content,
  body.wol-video-drawer-open .MainBody.Container,
  body.wol-video-drawer-open .cover-photo,
  body.wol-video-drawer-open .ProfileOptions,
  body.TODAY.wol-video-drawer-open .TodayBottom,
  body.wol-video-drawer-open .GroupListContainer.ListContainer,
  body.wol-video-drawer-open .Collaborate.Profile.container,
  body.wol-video-drawer-open .event-public-list,
  body.wol-video-drawer-open .std-drawer-body,
  body.wol-video-drawer-open .miniOCContainer,
  body.wol-video-drawer-open footer {
    transform: none;
  }

  .wol-video-chat-shell {
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .wol-video-chat-resize-handle {
    display: none;
  }

  .wol-video-chat-prejoin {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    border: 0;
    border-radius: 5px;
    transform: none;
  }

  .wol-video-chat-prejoin-body {
    grid-template-columns: 1fr;
  }

  .wol-video-chat-prejoin-preview {
    min-height: 220px;
    max-height: 42vh;
  }

  body:not(.wol-video-drawer-open) .wol-video-chat-shell {
    visibility: hidden;
  }

  .wol-video-chat-header {
    min-height: 64px;
    padding: 12px 16px;
  }

  .wol-video-chat-quality-label {
    display: none;
  }

  .wol-video-chat-stage {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(220px, 44vh);
  }

  .wol-video-chat-stage[data-tile-count='1'] {
    grid-template-rows: minmax(0, 1fr);
  }

  .wol-video-chat-stage[data-tile-count='2'] {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .wol-video-chat-stage[data-tile-count='3'],
  .wol-video-chat-stage[data-tile-count='4'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .wol-video-chat-stream[data-video-type='screen'] {
    min-height: 240px;
  }

  .wol-video-chat-stage.has-screen-share {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .wol-video-chat-stage.has-screen-share .wol-video-chat-stream[data-video-type='screen'] {
    order: -1;
    min-height: min(58vh, 520px);
    min-height: min(58dvh, 520px);
    flex: 0 0 min(58vh, 520px);
    flex-basis: min(58dvh, 520px);
  }

  .wol-video-chat-stage.has-screen-share .wol-video-chat-stream[data-video-type='camera'] {
    min-height: 160px;
    flex: 0 0 160px;
  }

  .wol-video-chat-controls {
    min-height: 76px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .wol-video-chat-control-label {
    display: none;
  }
}

@media (max-width: 460px) {
  .wol-video-chat-controls {
    gap: 0;
  }

  .wol-video-chat-control {
    min-width: 46px;
  }

  .wol-video-chat-control-icon,
  .wol-video-chat-end-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .wol-video-chat-end {
    width: 46px;
  }

  .wol-video-chat-end-label-full {
    display: none;
  }

  .wol-video-chat-end-label-compact {
    display: inline;
  }

  .wol-video-chat-invite {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wol-video-chat-status.is-reconnecting::before {
    animation: none;
  }

  .wol-video-chat-shell,
  .wol-video-chat-prejoin,
  .wol-video-chat-chat-panel,
  .wol-video-chat-mask,
  .wol-video-chat-control-icon {
    transition: none;
  }
}
