/*==========================================
  HILTON THEME
  - we have this in the tailwind base
  - so we may not need this file
  - or we dispose of the old file and use this
==========================================*/
/* 
body [data-brand-code="hi"] {

} 
*/
/* OSC Composable Search Form */
[data-osc-product='search-rooms-button'] button, [data-osc-product='search-rates-button'] button {
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary), var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary), var(--tw-text-opacity))
}
