@media (max-width: 780px){
  body:not(.ccc-body-scroll-locked) #result,
  body:not(.ccc-body-scroll-locked) .result{
    padding-bottom: 8px !important;
  }

  body:not(.ccc-body-scroll-locked) .container{
    padding-bottom: 8px !important;
  }

  #ccc-mobile-scroll-sentinel{
    height: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
