/* The Caledonian Edinburgh, Curio Collection by Hilton -  ednchqq */

:root {
  --color-highlight: #1a4954;
}

/*====================================================== 
    OFFERS
======================================================*/
h2.tracking-widest {
  letter-spacing: 0em;
}

/*====================================================== 
    COMPARISON TABLE
======================================================*/
.comparison-table tr td:not(.section-title-row-td) {
  border-bottom: 1px solid #12110c;
}

/*====================================================== 
    ROOMS PAGE
======================================================*/

/* Room not available vertical text align fix */
[data-element-id='popunder-cta'].py-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* STICKY SHOP FORM OVERRIDES */
[data-osc-date-picker='true'] td button.font-bold[tabindex='0']:not(:disabled):not(:focus) {
  background-color: rgb(231, 228, 209);
  border-color: rgb(231, 228, 209);
  color: #1a4954;
}

[data-osc-date-picker='true'] td button.font-bold[tabindex='0']:not(:disabled):not(.bg-bg-alt) {
  background-color: rgb(231, 228, 209);
  border-color: rgb(231, 228, 209);
  color: #1a4954;
}

[data-osc-date-picker='true'] td button.text-text[tabindex='-1']:not(:disabled) {
  background-color: rgb(253, 252, 250);
  border-color: rgb(253, 252, 250);
  color: rgb(0, 0, 0);
}

[data-osc-product='search-dates'] table tbody tr button.font-bold {
  background-color: rgb(231, 228, 209);
  border-color: rgb(231, 228, 209);
  color: #1a4954;
}

[data-osc-shop-form-rooms='true'] h2 + button svg,
[data-osc-shop-form-special-rates='true'] h2 + button svg,
[data-osc-shop-form-rooms='true'] h2 + button svg:hover,
[data-osc-shop-form-special-rates='true'] h2 + button svg:hover,
[data-osc-shop-form-rooms='true'] h2 + button svg:focus,
[data-osc-shop-form-special-rates='true'] h2 + button svg:focus,
[data-osc-shop-form-rooms='true'] div button svg,
[data-osc-shop-form-special-rates='true'] div button svg,
[data-osc-shop-form-rooms='true'] div button:hover svg,
[data-osc-shop-form-special-rates='true'] div button:hover svg,
[data-osc-shop-form-rooms='true'] div button:focus svg,
[data-osc-shop-form-special-rates='true'] div button:focus svg {
  stroke: #e7e4d1 !important;
}
