/* Hilton Sedona - sdxsehh */
:root {
  --color-primary: 127, 76, 50;
  /* #7f4c32 */
  --color-primary-alt: 252, 252, 252;
  /* #fcfcfc */
}

.btn {
  border-radius: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
}

[data-osc-product='osc-dialog-title'] + button.btn-primary-text:hover,
[data-osc-product='osc-dialog-title'] + button.btn-primary-text:focus,
[data-osc-product='search-dates']
  table
  tbody
  td
  button:not(:disabled, .text-text-inverse):not([tabindex='0']):hover
  span {
  color: rgb(18, 18, 18);
}
