/* Custom RTK Meeting Component Styles */

/* Ensure full height for all meeting screens */
rtk-idle-screen,
rtk-waiting-screen,
rtk-ended-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

/* Setup screen and in-meeting should fill container */
.setup-screen-container,
.in-meeting-container {
  width: 100%;
  height: 100%;
}
