html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}


/* Patch to make the device details card a bit wider (default is 288px wide), added for 6.11.1 on 2025-12-09 */
.muiltr-2jrdlk-card {
    width: 800px !important;
}


