/* Track Mishnah UI 2.18.1
 * Approved antique memorial artwork and a fluid signed-in desktop workspace.
 */

@media (min-width: 1220px) {
  /* The rail already owns 228px. Let signed-in pages use every remaining pixel
   * instead of centering inside the former 1780px maximum. */
  body.app-theme-jewel.is-signed-in > main {
    width: auto;
  }

  body.app-theme-jewel.is-signed-in > main .shell,
  body.app-theme-jewel.is-signed-in > .site-footer > .shell {
    width: 100%;
    max-width: none;
  }

  /* Use the approved artwork as one coherent asset so its engraved, worn
   * details stay intact at the rail's compact display size. */
  body.app-theme-jewel .tm-sidebar-memorial-fixed {
    right: 18px;
    left: 18px;
    min-height: 0;
    display: block;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.app-theme-jewel .tm-sidebar-memorial-fixed::before,
  body.app-theme-jewel .tm-sidebar-memorial-fixed::after {
    display: none;
    content: none;
  }

  body.app-theme-jewel .tm-sidebar-memorial-art {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (min-width: 1220px) and (max-height: 760px) {
  body.app-theme-jewel .tm-sidebar-memorial-fixed {
    min-height: 0;
    padding: 0;
  }
}
