/* Custom styling for Stoplight Elements integration */

body {
  margin: 0;
}

/* Stoplight container - leave room for 60px footer */
.stoplight-container {
  height: calc(100vh - 60px);
}

.stoplight-container elements-api {
  height: 100%;
}

/* Custom Lottie logo container */
.sgnl-api-logo {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 9999;
  width: 135px;
  height: 60px;
}

/* Hide title in sidebar header only, keep in main content */
h4:first-of-type {
  color: transparent !important;
}
