/* CASTING LAB v99: fluid outer width for expert profile settings and public compcard only. */
@media (max-width: 1023px) {
  .app:has(#expertProfileViewV65.active) {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

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

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

  #expertProfileViewV65 .expert-profile-page {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  body.compcard-fluid-v99 .app {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
