/*
Theme Name: Sheshi Search Frame Removal
Version: 0.30.1
Description: Removes the inherited mobile outer frame from the search-results page while preserving result separators.
*/

@media (max-width: 767px) {
  body.search.sheshi-shell .sheshi-results-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
