/* CASTING LAB v100: fluid width for the four requested member/help pages only. */
@media (max-width: 1023px) {
  .app.v100-my-schedule-fluid,
  .app:has(#expertKeywordViewV66.active),
  .app:has(#expertSupportViewV66.active) {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .app.v100-my-schedule-fluid .bottom,
  .app:has(#expertKeywordViewV66.active) .bottom,
  .app:has(#expertSupportViewV66.active) .bottom {
    width: 100%;
    max-width: none;
  }

  .app.v100-my-schedule-fluid .account-drawer,
  .app:has(#expertKeywordViewV66.active) .account-drawer,
  .app:has(#expertSupportViewV66.active) .account-drawer {
    right: 0;
  }

  #expertKeywordViewV66 .v66-view,
  #expertSupportViewV66 .v66-view {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

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

  body.terms-fluid-v100 .bottom {
    left: 0;
    width: 100%;
    max-width: none;
    transform: none;
  }
}
