/* The supplied send icon uses filled paths, so it must not inherit line-icon styles. */
@media (max-width: 640px) {
  #mobile-search-sheet .mobile-search-form {
    grid-template-columns: 34px minmax(0, 1fr) 34px 48px !important;
  }

  #mobile-search-sheet .mobile-search-submit {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 12px !important;
  }

  #mobile-search-sheet .mobile-search-submit svg {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    fill: none !important;
    stroke: none !important;
    opacity: 1 !important;
  }

  #mobile-search-sheet .mobile-search-submit svg rect {
    fill: #000 !important;
    stroke: none !important;
  }

  #mobile-search-sheet .mobile-search-submit svg path {
    fill: #fff !important;
    stroke: none !important;
  }
}
