/* Theme changes for FFF*/
:root {
  --colourA: #ffca9c;
  --colourA-light: #ffca9cb0;
  --colourB: #2e2e2e;
  --colourC: #0a5575c4;
  --colourD: #0b5259;
  --colourE: #0a5575e5;

  --textPrimary: #0a5575e5;
  --svgPrimary: #0a5575c4;

  --backgroundPrimary: #0b5259;
  --backgroundSecondary: #ffca9c;

  --sidebarPrimary: #ffefda;

  --formPrimary: #0a5575;
  --colourText: var(--colourB);

  --sliderPrimary: #e18542;
  --sliderPrimary: rgb(219, 156, 111);

  --cardSecondary: #fff;

  --dropdownPrimary: #015f6c;
  --dropdownHover: #017486;

  --buttonPrimary: #3eabb9;
  --buttonShadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  --buttonShadowTransition: background-color 0.4s ease, box-shadow 0.2s ease;

  --formText: var(--colourText);
  --sidebarText: var(--colourText);
  --svgText: var(--colourD);
  --gradient-hero: linear-gradient(
    135deg,
    var(--colourD) 0%,
    var(--backgroundPrimary) 100%
  );
}

body {
  background-color: var(--colourA-light);
}

.clickable {
  color: var(--textPrimary);
}

#website-name {
  color: var(--colourD);
  display: inline-block;
}

#bg-image-dreams {
  filter: blur(69px) grayscale(35.8%);
}

/*** Banner ***/
.sidebar-aligned {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#page-banner {
  background-color: var(--backgroundPrimary);
}

.banner-content {
  width: 100vw;
  flex-direction: row;
}

#fff-icon {
  margin-left: 10px;
  background-color: var(--sidebarPrimary);
  border-radius: 23px;
}

.button-three {
  margin-left: 25px;
}

/** Cookies */
#cookie-popup {
  background: var(--colourD);
  color: white;
}
#cookie-popup a {
  color: #fff;
}

/*** Modal window ***/
.modal-offer-title {
  display: none;
}

.modal-sidebar svg {
  fill: var(--colourD);
}
.modal-sidebar a {
  background-color: var(--sidebarPrimary);
}

.modal-sidebar a.active {
  background-color: #fac99d;
}

.travel-warnings-slide {
  color: var(--backgroundPrimary);
  border-color: var(--backgroundPrimary);
  filter: none;
}

.travel-warnings-slide h2 {
  border-bottom-style: solid;
  margin: 0 0 5px;
  padding: 0;
}

.travel-warnings-slide a {
  color: var(--backgroundPrimary);
}

.travel-warnings-slide svg {
  fill: var(--backgroundPrimary);
}

.elipsis-slide {
  filter: none;
}
.elipsis-slide h2 {
  color: var(--backgroundPrimary);
}
.elipsis-slide a {
  color: white;
}

.elipsis-slide svg {
  fill: white;
}

.modal-close-button {
  background-color: #fbd4d4a6;
  fill: var(--dropdownPrimary);
}

#flight-form label {
  color: var(--svgText);
}

.slider .elipsis-slide {
  background: var(--backgroundPrimary);
  color: white;
}

/* ============================================
   PAGE BANNER (Mobile First)
   ============================================ */
#page-banner {
  background-color: var(--sidebarPrimary);
  height: 0px;
}

#page-banner.show {
  height: 0;
}

.banner-content {
  width: auto;
  height: 0px;
}

.banner-content span {
  color: white;
}

.sidebar-aligned {
  background-color: var(--colourD);
  color: white;
}

.sidebar-aligned h2 {
  color: white;
  margin: 0px;
}

.action-btn-label {
  display: flex;
  align-items: center;
}

.card-fnaf-text {
  padding: 0px;
}

.button-three {
  margin: 0px;
  --button-color: white;
  overflow: hidden;
  background: transparent;
  background-color: transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0px 16px 0px 8px;
}

.howie-banner {
  font-family: "Dosis", sans-serif;
  color: white;
  display: none;
  font-weight: bold;
  font-size: clamp(1.3em, 1vh, 1.2em);
}

.landing-price-disclaimer {
  color: var(--backgroundPrimary);
}

.highlighted {
  background-color: var(--backgroundPrimary);
  color: white;
}

@media only screen and (min-width: 768px) {
  .button-three:hover {
    background-color: var(--dropdownHover);
  }

  .js-toggle-left-sidebar .action-btn-label::after {
    content: "filters";
  }

  .howie-banner {
    display: flex;
  }

  #table-container {
    top: calc(50vh + 100px);
  }
}
