/* ==========================================================================
   Search Suggestions — Mobile/Tablet Overrides
   Remove padding-left and border-left from products section in overlay mode
   ========================================================================== */

@media (max-width: 1099px) {
  .dgwt-wcas-overlay-mobile .dgwt-wcas-suggestion-section.dgwt-wcas-section-products {
    padding-left: 0;
    border-left: none;
  }
}
