/* Mobile: the picker and the service-content section must be consecutive.
   The component bundle reserved 300px for the old fixed bottom drawer. */
@media (max-width: 760px) {
  #app .v2-home,
  #app .v2-home[data-v-3d4ec40d] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #app .v2-grid,
  #app .v2-grid[data-v-3d4ec40d],
  #app .v2-summary,
  #app .v2-summary[data-v-3d4ec40d] {
    margin-bottom: 0 !important;
  }

  .sms4u-home-content {
    margin-top: 0 !important;
    padding-top: 12px !important;
  }

  .sms4u-home-content .s4u-band {
    margin-top: 0 !important;
  }
}
