@import url("https://b2b2c.cdnpt.com/the-fives-hotels-mex-hv/css/custom.css");

.home .header {
  top: 30px;
}

@media (min-width: 990px) {
  #ap_booker_FlightPackage #ap_booker_FlightPackage_form {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "fields button"
      "partial partial";
    align-items: end;
    column-gap: 12px;
    width: 100%;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-fields-container {
    grid-area: fields;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-fields-container:before,
  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-fields-container:after {
    display: none !important;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-field-origin {
    width: 19% !important;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-field-travelers {
    width: 29% !important;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-buttons {
    grid-area: button;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-submit-btn {
    height: 48px;
    white-space: nowrap;
  }

  #ap_booker_FlightPackage #ap_booker_FlightPackage_form .ptw-partialStay {
    grid-area: partial;
    width: 100%;
    margin-top: 12px;
  }
}
  