/* LXR Mango House Seychelles - sezitol */
: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; /* #E3E3E3 */
  --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: 68, 58, 55; /* 443A37 */
  --color-primary-alt: 60, 50, 47; /* #3C322F */
  --color-secondary: 223, 196, 166; /* DFC4A6 */
  --color-secondary-alt: 215, 188, 158;
  --color-tertiary: 229, 229, 229; /* E5E5E5 */
  --color-tertiary-alt: 221, 221, 221;
  --color-quarternary: 108, 120, 97; /* 6C7861 */
  --color-quarternary-alt: 100, 112, 89;
  --color-text: 18, 18, 18;
  --color-text-alt: 102, 102, 102;
  --color-text-disabled: 189, 189, 189;
  --color-text-inverse: 255, 255, 255;
  --color-white: 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: 'Avenir';
}

@font-face {
  font-family: 'Avenir';
  font-weight: 400;
  font-display: swap;
  src:
    url('https://www.hilton.com/modules/assets/fonts/avenir/light.woff') format('woff'),
    url('https://www.hilton.com/modules/assets/fonts/avenir/light.woff2') format('woff2');
}

@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  font-display: swap;
  src:
    url('https://www.hilton.com/modules/assets/fonts/avenir/semibold.woff') format('woff'),
    url('https://www.hilton.com/modules/assets/fonts/avenir/semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  font-display: swap;
  src:
    url('https://www.hilton.com/modules/assets/fonts/avenir/semibold.woff') format('woff'),
    url('https://www.hilton.com/modules/assets/fonts/avenir/semibold.woff2') format('woff2');
}

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

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

.z-index-99 {
  z-index: 99;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.5;
}

.btn-tertiary-outline {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-bg), var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--color-bg), var(--tw-text-opacity));
}

.btn-tertiary-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-bg), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-bg), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--color-text), var(--tw-text-opacity));
}

/**
    Apply site-wide overwrites to components here
    Add custom classes to components, and use them here to apply site-specific overwrites.
*/

/* hero-image.tsx */
[data-element-id='hero-image-title'] {
  text-transform: uppercase;
}

/* 2:1 Media & Copy */
[data-element-id='twoOneMediaCopy-copy'] > p {
  line-height: 1.75rem;
}

.btn {
  display: inline-block;
  appearance: none;
  white-space: normal;
  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;
  }
}

@media (min-width: 1024px) {
  .btn {
    white-space: nowrap;
  }
}

.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;
}

/*
  Until we figure out the best way to overwrite parts of tailwind config
*/

.btn-secondary {
  --tw-text-opacity: 1;
  color: rgba(var(--color-text), var(--tw-text-opacity));
}

/* Room tile cta style fix */
@media (min-width: 768px) {
  [data-element-id='room-types-ctas'] .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1450px) {
  [data-element-id='room-types-ctas'] button {
    padding: 10.5px 16px;
  }

  [data-element-id='room-types-ctas'] > * {
    font-size: 0.75rem !important;
    letter-spacing: normal;
  }
}

@media (max-width: 1200px) {
  [data-element-id='room-types-ctas'] button {
    padding: 9px 10px;
  }
  [data-element-id='room-types-ctas'] > * {
    font-size: 0.6rem;
    padding: 12px 10px;
  }
}

@media (max-width: 1023px) {
  [data-element-id='room-types-ctas'] button {
    padding: 10.5px 16px;
  }

  [data-element-id='room-types-ctas'] > * {
    font-size: 0.85rem;
    padding: 12px 16px;
  }
}

@media (max-width: 415px) {
  [data-element-id='room-types-ctas'] button {
    padding: 10px 8px;
  }

  [data-element-id='room-types-ctas'] > * {
    font-size: 0.55rem;
    padding: 12px 8px;
  }

  [data-element-id='room-types-ctas'] svg {
    height: 10px;
    width: 10px;
  }

  [data-element-id='room-types-ctas'] span {
    margin-left: 6px;
  }
}

/* honors sign in font size for WA */
[data-element-id='honors-header-login'] button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
