/* Corendon Mangrove Beach – curryqq */
:root {
  --color-bg: 255, 255, 255;
  --color-bg-alt: 241, 241, 241;
  --color-bg-disabled: 228, 228, 228;
  --color-bg-inverse: 18, 18, 18;
  --color-bg-primary: 231, 242, 246;
  --color-bg-quarternary: 249, 219, 191;
  --color-border: 227, 227, 227;
  --color-border-alt: 220, 220, 220;
  --color-danger: 211, 3, 41;
  --color-danger-alt: 250, 229, 233;
  --color-info: 223, 196, 166;
  --color-info-alt: 229, 245, 251;
  --color-warn: 186, 131, 35;
  --color-warn-alt: 253, 237, 169;
  --color-success: 30, 97, 44;
  --color-success-alt: 226, 248, 226;
  --color-primary: 206, 173, 114; /* CEAD72 */
  --color-primary-alt: 196, 163, 104; /* c4a368 */
  --color-secondary: 0, 0, 0; /* 000000 */
  --color-secondary-alt: 10, 10, 10;
  --color-tertiary: 178, 178, 178; /* B2B2B2 */
  --color-tertiary-alt: 168, 168, 168;
  --color-quarternary: 209, 211, 212; /* D1D3D4 */
  --color-quarternary-alt: 199, 201, 202;
  --color-text: 18, 18, 18;
  --color-text-alt: 102, 102, 102;
  --color-text-disabled: 189, 189, 189;
  --color-text-inverse: 255, 255, 255;
  --color-outline-shadow: rgba(0, 156, 222, 0.3);
  --color-overlay: rgba(29, 29, 29, 0.3);
  --font-sans: 'Avenir';
  --font-serif: 'Georgia';
  --font-mono: 'Menlo';
  --font-headline: 'Uni Sans';
}

.primary-overlay {
  background: rgb(10, 57, 113, 0.94);
}

.pb-9-16 {
  padding-bottom: 56.25%;
}

.container--1680 {
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
}

.container-my--1680 {
  margin: 20px auto;
  width: 100%;
  max-width: 1680px;
}

.font-28-px {
  font-size: 22px;
}

@media (min-width: 1024px) {
  .font-28-px {
    font-size: 28px;
  }
}

[data-element-id='wp-content'] p {
  margin-bottom: 0.5rem;
}

a:focus,
button:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

div[data-testid='booking-widget'] button.focus\:shadow-outline:focus {
  box-shadow: 0px 0px 3px 3px #1e1e1e !important;
}

.vh--80 {
  height: 80vh;
}
.vh--70 {
  height: 70vh;
}
.vh--60 {
  height: 60vh;
}

.generic-modal-booking-widget,
div[data-testid='booking-widget-div-outer'] {
  background: rgba(var(--color-black));
}

#calendarButton > div > div {
  color: #fff;
}

@font-face {
  font-family: 'Uni Sans';
  font-weight: 400;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/uni-sans/regular.otf');
}

@font-face {
  font-family: 'Uni Sans';
  font-weight: 500;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/uni-sans/semi-bold.otf');
}

@font-face {
  font-family: 'Uni Sans';
  font-weight: 900;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/uni-sans/bold.otf');
}

.btn {
  display: inline-block;
  appearance: none;
  white-space: nowrap;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  font-family: var(--font-headline), 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-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn:hover {
  transition-duration: 100ms;
}
.btn:focus {
  --tw-shadow: 0 0 3px 3px var(--color-outline-shadow);
  --tw-shadow-colored: 0 0 3px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: var(--color-outline-shadow);
  --tw-shadow: var(--tw-shadow-colored);
  transition-duration: 100ms;
}

.propertyAlert button {
  --tw-text-opacity: 1;
  color: rgba(var(--color-black), var(--tw-text-opacity));
}
