/* CASTING LAB v97: fluid outer width for the mobile/tablet home view only. */
@media (max-width: 1023px) {
  .app:has(#homeView.active) {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .app:has(#homeView.active) .bottom {
    width: 100%;
    max-width: none;
  }

  .app:has(#homeView.active) .account-drawer {
    right: 0;
  }
}
