html.tp-embedded-module,
body.tp-embedded-module {
  min-height: 100%;
}

body.tp-embedded-module {
  padding-bottom: 0 !important;
}

.tp-embedded-module > header,
.tp-embedded-module .topbar-intelligence,
.tp-embedded-module .tp-mobile-header,
.tp-embedded-module .tp-mobile-bottom-nav,
.tp-embedded-module .tp-sti-footer {
  display: none !important;
}

.tp-embedded-module main {
  max-width: none !important;
  margin: 0 !important;
  padding: 14px !important;
}

.tp-embedded-module .sidebar {
  display: none !important;
}

.tp-embedded-module .workspace,
.tp-embedded-module .main-content,
.tp-embedded-module .content,
.tp-embedded-module .app-content {
  width: 100% !important;
  margin-left: 0 !important;
}

@media (max-width: 700px) {
  .tp-embedded-module main {
    padding: 8px !important;
  }
}
