/* Make logo bigger */
.header__content__primary__left__logo img {
  max-height: 44px !important;
}

/* Remove `Provided by` from home page */
.service_de__employees {
  display: none !important;
}

/* Remove website background */
.dl__wrapper__background, .booking-layout__wrapper__background {
  display: none;
}

/* Make website background white */
.dl, .footer, .booking-layout {
  background: transparent !important;
}

/* Remove gradient in booking page */
.booking-layout__wrapper__fade {
  display: none !important;
}

/* Make hero section texts visible*/
.hero__title, .hero__description {
  color: #fff !important;
}

.hero__title h1 {
  max-width: 600px;
  line-height: 80px;
}

.hero__description p {
  font-size: 16px;
  line-height: 24px
}

.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.hero__cta .ui-button__type__primary.ui-button__type__primary {
  background: #fcbe32;
  color: #00040D;
}

.hero__cta .ui-button__type__primary:hover {
  background: rgba(252, 190, 50, 0.8) !important;
}

/* Remove Choose Location button from the location page*/
.locations-card__header__choose {
  display: none !important;
} 

/* Remove Or from payment methods section*/
.bs-check-payment__square__or {
  display: none!important;
}

/* Remove duplicated payment methods */
#expressCheckoutElement {
  display: none !important;
}

/* FAQ */
.faq {
  width: 100%;
  max-width: 1080px;
  margin: 64px auto;
}

.faq h2 {
  margin-bottom: 48px;
}

.faq details {
  border-top: 1px solid #e5e7eb;
}

.faq details:first-of-type {
  border-top: none;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  list-style: none;
  transition: .2s;
}

.faq summary:hover {
  color: var(--color-graphite);
}

.faq summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='none' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  margin-left: 1rem;
}

.faq details[open] summary::after {
  transform: rotate(180deg);
}

.faq p {
  margin-bottom: 1.25rem;
}

/* Footer links */
.footer-custom-links {
  gap: 16px !important;
}

.footer-custom-links .link:after {
  content: none !important;
}

@media (min-width:1024px) {
  .header__content__primary__left__logo img {
    max-height:54px  !important;
  }
}

@media (max-width: 1199px) {
  .faq {
    padding: 0 16px;
  }
}
