.elementor-8577 .elementor-element.elementor-element-dfba0ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */#paaasia-booking-header {
  font-family: Montserrat, Arial, sans-serif;
  background: #000;
  color: #fff;
}

.pa-booking-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 16px 20px;
  background: #000;
  box-sizing: border-box;
}

.pa-service-card {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-width: 0;
}

.pa-service {
  min-width: 0;
}

.pa-service-main {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.pa-service-aux {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.pa-selects {
  display: flex;
  flex-wrap: nowrap;
  align-items:flex-end;
  gap: 10px;
  margin-left: auto;
}

.pa-selects label {
  display: grid;
  gap: 6px;
}

.pa-selects label span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.pa-selects select {
  height: 34px;
  min-width: 132px;
  padding: 0 28px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: #000;
  color: #fff;
  font: 500 12px Montserrat, Arial, sans-serif;
}

.pa-selects select:focus {
  border-color: #fff;
  outline: none;
}

#pa-booking {
  display: block;
  width: 100%;
  height: calc(100vh - 110px);
  min-height: 620px;
  border: 0;
  background: #fff;
}

@media (max-width: 700px) {
  .pa-booking-header {
    padding: 16px;
  }

  .pa-service-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .pa-service {
    width: 100%;
  }

  .pa-service-main {
    font-size: 17px;
  }

  .pa-selects {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    margin: 0;
  }

  .pa-selects label {
    flex: 1 1 50%;
    min-width: 0;
  }

  .pa-selects select {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 12px;
  }
}
#pa-aux-wrap[hidden] {
  display: none;
}

@media (max-width: 700px) {
  .pa-selects {
    flex-wrap: wrap;
  }

  .pa-selects label:not(#pa-aux-wrap) {
    flex: 1 1 calc(50% - 5px);
  }

  #pa-aux-wrap {
    flex: 0 0 100%;
  }
}/* End custom CSS */