.osc-search-content-wrapper button[type='submit']:disabled {
  color: #4a4a4a;
  background-color: #e4e4e4;
}

/*
  OSC Datepicker
  ... i would've put these changes into osc-shop-form.tsx for 
  ... resorts world, but alas OSC component.css has hardcoded font sizes that I cannot overide via that file
*/
[data-element-id='hotel-selector'] select,
[data-osc-product='shop-form-dates'],
[data-osc-product='search-rooms-button'] button,
[data-osc-product='search-rates-button'] button {
  font-family: var(--font-sans), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
@media (min-width: 1024px) {
  [data-element-id='hotel-selector'] select,
[data-osc-product='shop-form-dates'],
[data-osc-product='search-rooms-button'] button,
[data-osc-product='search-rates-button'] button {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
