slot-fb[hidden], slot[hidden] {
  display: initial !important;
}

:host {
  display: block;
  width: 100%;
  height: 100%;
}

.onoff-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
  padding: 2rem;
}
.onoff-container lar-toggle {
  transform: scale(2.5);
}
@media (max-width: 576px) {
  .onoff-container {
    min-height: 12rem;
  }
  .onoff-container lar-toggle {
    transform: scale(2);
  }
}