/*==========================================
  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 */
header [data-element-id='booking-widget-modal-trigger'] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary), var(--tw-bg-opacity))
}

header [data-element-id='booking-widget-modal-trigger']:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-alt), var(--tw-bg-opacity))
}

header [data-element-id='booking-widget-modal-trigger']:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-alt), var(--tw-bg-opacity))
}
