:root {
  --leadpilots-content-max-width: 1160px;
}

html.leadpilots-embedded,
html.leadpilots-embedded body {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
  background: transparent;
}

html.leadpilots-embedded body > [data-leadpilots-embed-shell] {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.leadpilots-embedded img,
html.leadpilots-embedded svg,
html.leadpilots-embedded video,
html.leadpilots-embedded canvas {
  max-width: 100%;
}
