
/* Prices page footer placement fix: desktop + tablet/mobile.
   Converts the old visual top-offset into real document spacing so footer
   stays at the actual page/viewport bottom instead of moving upward. */
html,
body {
  min-height: 100% !important;
  height: auto !important;
  background: #ffffff !important;
}

body.page {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body.page > #wrapper.walkinto-prices-wrapper {
  position: relative !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 1920px !important;
  flex: 1 0 auto !important;
  margin: 110px auto 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
}

body.page > footer {
  position: relative !important;
  display: block !important;
  clear: both !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  width: 100% !important;
  margin-top: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

@media only screen and (max-width: 768px) {
  body.page {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.page > #wrapper.walkinto-prices-wrapper {
    top: 0 !important;
    flex: 1 0 auto !important;
    margin-top: 108px !important;
    margin-bottom: 0 !important;
    min-height: calc(100vh - 108px - 30px) !important;
    height: auto !important;
  }

  body.page > #wrapper.walkinto-prices-wrapper .prices-page-section {
    padding-bottom: 38px !important;
  }

  body.page > footer {
    position: relative !important;
    flex: 0 0 auto !important;
    margin-top: auto !important;
    padding-top: 0 !important;
    top: auto !important;
    bottom: auto !important;
  }
}
