html[data-embed="1"] body {
  min-height: 100%;
  overflow-x: hidden;
}

html[data-embed="1"] header,
html[data-embed="1"] footer {
  display: none !important;
}

html[data-embed="1"] .hero {
  padding-top: 36px;
  padding-bottom: 32px;
}

html[data-embed="1"] .breadcrumb {
  display: none;
}

html[data-embed="1"] main > section:last-child {
  border-bottom: 0;
}

@media (max-width: 900px) {
  html[data-embed="1"] .hero {
    padding-top: 28px;
  }
}
