/* Let the verified Diaspora desks use the available desktop canvas. */
@media (min-width: 75rem) {
  body.mf-diaspora-overview-page main#main-content .mf-progressive-section {
    width: min(calc(100% - clamp(2rem, 5vw, 6rem)), 100rem);
  }

  body.mf-diaspora-overview-page main#main-content .mf-progressive-section :is(.mf-di-shell, .mf-da-daily .stl-container) {
    width: 100%;
    max-width: none;
  }

  body.mf-diaspora-overview-page main#main-content .mf-progressive-section .mf-di-command {
    padding-inline: clamp(1rem, 2vw, 1.75rem);
  }
}
