.advisor-os-global-shell-preview[data-product="Developer Platform"] {
  width: 100%;
  max-width: 100%;
}

.advisor-os-global-shell-preview[data-product="Developer Platform"] .advisor-os-authority-main {
  width: calc(100% - 240px);
  min-width: 0;
  max-width: calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
}

@media (max-width: 1024px) {
  .advisor-os-global-shell-preview[data-product="Developer Platform"] .advisor-os-authority-main {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    flex-basis: calc(100% - 220px);
  }
}
