.cupo-travels-filter-default,
.cupo-travels-filter-past,
.cupo-travels-filter-future {
  position: relative;
}

.cupo-travels-filter-item-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 9px -1px #000000;
  width: 260px;
  padding: 10px;
}
@media (max-width: 700px) {
  .cupo-travels-filter-item-dropdown.cupo-travels-filter-future-travels {
    right: 0;
    left: unset;
  }
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection input {
  margin: 0 20px;
  width: 100px;
  appearance: none;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection input:focus {
  border-color: var(--smgCupoSecondaryColor, #0068af);
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection input:invalid {
  border-color: red;
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection svg.cupo_icon {
  fill: var(--smgCupoPrimaryColor, #ed6102);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-year_selection svg.cupo_icon:hover {
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.cupo-travels-filter-item-dropdown .cupo-travels-filter-activation {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.cupo-travels-filter-item-dropdown button {
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background: #808080;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  width: 118px;
}
.cupo-travels-filter-item-dropdown button:hover {
  font-weight: bold;
}

.cupo-travels-header-wrapper > h1 {
  color: #fff !important;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .cupo-travels-header-wrapper > h1 {
    display: none;
    text-align: center;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-travels-header-wrapper > h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.cupo-travels-header-wrapper .cupo-travels-header-mobile {
  display: none;
}
.cupo-travels-header-wrapper .cupo-travels-header-mobile > h1 {
  color: #fff !important;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
}
@media (max-width: 600px) {
  .cupo-travels-header-wrapper .cupo-travels-header-mobile {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
}
.cupo-travels-header-wrapper .cupo-travels-header-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.cupo-travels-header-wrapper .cupo-travels-header-content .cupo-travels-register_travel {
  margin-left: auto;
}
@media (max-width: 600px) {
  .cupo-travels-header-wrapper .cupo-travels-header-content {
    flex-flow: column-reverse nowrap;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .cupo-travels-header-wrapper .cupo-travels-header-content .cupo-travels-filter {
    column-gap: 20px;
  }
  .cupo-travels-header-wrapper .cupo-travels-header-content .cupo-travels-register_travel {
    display: none;
    margin: 0;
  }
}
.cupo-travels-header-wrapper .cupo-travels-filter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  cursor: pointer;
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item > span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item > span {
    font-size: 24px;
    line-height: 30px;
  }
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item > .cupo-travels-filter-filter_icon {
  display: none;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 2100px) {
  .cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item > .cupo-travels-filter-filter_icon {
    height: 24px;
    width: 24px;
  }
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item:hover {
  border-color: #fff;
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item.active {
  border-color: #fff;
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item.active > .cupo-travels-filter-filter_icon {
  display: block;
  cursor: pointer;
}
@media (max-width: 600px) {
  .cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item.active > .cupo-travels-filter-filter_icon {
    display: none;
    cursor: none;
  }
}
.cupo-travels-header-wrapper .cupo-travels-filter .cupo-travels-filter-item.filter-active > .cupo-travels-filter-filter_icon {
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.cupo-travels-header-wrapper .cupo-travels-register_travel button {
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background: var(--smgCupoSecondaryColor, #0068af);
  width: 220px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: var(--smgCupoBorderRadiusSmall);
  cursor: pointer;
}
@media (max-width: 600px) {
  .cupo-travels-header-wrapper .cupo-travels-register_travel button {
    min-width: 200px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-travels-header-wrapper .cupo-travels-register_travel button {
    font-size: 22px;
    line-height: 28px;
    width: 360px;
    padding: 5px;
  }
}
.cupo-travels-header-wrapper .cupo-travels-register_travel button:hover {
  font-weight: bold;
}

.cupo-travel {
  font-family: var(--smgCupoDefaultFont);
  position: relative;
  box-shadow: 0 0 10px #000000;
  border-radius: var(--smgCupoBorderRadius);
}
.cupo-travel.cupo-travel-modal {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  border-radius: var(--smgCupoBorderRadius);
}
.cupo-travel > header {
  background: var(--smgCupoSecondaryColor, #0068af);
  border-radius: var(--smgCupoBorderRadiusSmall) var(--smgCupoBorderRadiusSmall) 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 6px;
  column-gap: 10px;
}
.cupo-travel > header .cupo-travel-title h2,
.cupo-travel > header .cupo-travel-title-preview h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff !important;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-travel > header .cupo-travel-title h2,
  .cupo-travel > header .cupo-travel-title-preview h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.cupo-travel > header .cupo-travel-title p,
.cupo-travel > header .cupo-travel-title-preview p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media screen and (min-width: 2100px) {
  .cupo-travel > header .cupo-travel-title p,
  .cupo-travel > header .cupo-travel-title-preview p {
    font-size: 20px;
    line-height: 26px;
  }
}
.cupo-travel > header .cupo-travel-title {
  max-width: calc(100% - 75px);
}
@media screen and (min-width: 2100px) {
  .cupo-travel > header .cupo-travel-title {
    max-width: calc(100% - 90px);
  }
}
.cupo-travel > header .cupo-travel-details_button {
  cursor: pointer;
  margin-left: auto;
  appearance: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
  padding: 2px 8px;
  font-size: 14px;
  line-height: 24px;
  width: 65px;
  text-align: center;
}
@media screen and (min-width: 2100px) {
  .cupo-travel > header .cupo-travel-details_button {
    font-size: 22px;
    line-height: 28px;
    width: 80px;
  }
}
.cupo-travel > header .cupo-travel-details_button:hover, .cupo-travel > header .cupo-travel-details_button:focus {
  font-weight: bold;
}
.cupo-travel .cupo-travel-actions,
.cupo-travel .cupo-travel-details {
  background: #fff;
  padding: 10px;
}
.cupo-travel .cupo-travel-details {
  margin-bottom: 128px;
  height: calc(100% - 159px);
}
@media screen and (min-width: 2100px) {
  .cupo-travel .cupo-travel-details {
    height: calc(100% - 120px);
    margin-bottom: 275px;
  }
}
.cupo-travel .cupo-travel-details .cupo-travel-detail_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
.cupo-travel .cupo-travel-details .cupo-travel-detail_item:not(:first-child) {
  margin-top: 6px;
}
.cupo-travel .cupo-travel-details .cupo-travel-detail_item > svg.cupo_icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.cupo-travel .cupo-travel-details .cupo-travel-detail_item > span {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 2100px) {
  .cupo-travel .cupo-travel-details .cupo-travel-detail_item > svg.cupo_icon {
    width: 40px;
    height: 40px;
    flex: 0 0 20px;
  }
  .cupo-travel .cupo-travel-details .cupo-travel-detail_item > span {
    font-size: 26px;
    line-height: 32px;
  }
  .cupo-travel .cupo-travel-details .cupo-travel-detail_item > strong {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-travel .cupo-travel-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 10px;
  position: absolute;
  bottom: 42px;
  width: 100%;
}
@media screen and (min-width: 2100px) {
  .cupo-travel .cupo-travel-actions {
    bottom: 75px;
    height: 158px;
  }
}
.cupo-travel .cupo-travel-actions .cupo-travel-action {
  appearance: none;
  cursor: pointer;
  border: 1px solid #616566;
  background: transparent;
  padding: 2px 0 0;
  margin: 0;
  border-radius: var(--smgCupoBorderRadiusSmall);
  width: calc((100% - 6.6666666667px) / 3);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  outline: none;
  text-align: center;
}
.cupo-travel .cupo-travel-actions .cupo-travel-action span {
  font-size: 10px;
  line-height: 16px;
  color: #000;
}
@media screen and (min-width: 2100px) {
  .cupo-travel .cupo-travel-actions .cupo-travel-action span {
    font-size: 20px;
    line-height: 26px;
  }
}
.cupo-travel .cupo-travel-actions .cupo-travel-action svg.cupo_icon {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  fill: #797979;
}
@media screen and (min-width: 2100px) {
  .cupo-travel .cupo-travel-actions .cupo-travel-action svg.cupo_icon {
    width: 50px;
    height: 50px;
  }
}
.cupo-travel .cupo-travel-actions .cupo-travel-action svg.cupo_icon.cupo-icon-inactive {
  display: block;
}
.cupo-travel .cupo-travel-actions .cupo-travel-action-deactivated {
  opacity: 0.3;
  cursor: default;
}
.cupo-travel .cupo-travel-actions .cupo-travel-action-deactivated svg.cupo_icon {
  cursor: default;
}
.cupo-travel > footer {
  background: var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 0 0 var(--smgCupoBorderRadiusSmall) var(--smgCupoBorderRadiusSmall);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  padding: 2px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cupo-travel > footer .cupo-travel-expected_bonus span, .cupo-travel > footer .cupo-travel-expected_bonus strong,
.cupo-travel > footer .cupo-travel-price span,
.cupo-travel > footer .cupo-travel-price strong {
  display: block;
  color: #fff;
}
.cupo-travel > footer .cupo-travel-expected_bonus span,
.cupo-travel > footer .cupo-travel-price span {
  font-size: 12px;
  line-height: 16px;
}
.cupo-travel > footer .cupo-travel-expected_bonus strong,
.cupo-travel > footer .cupo-travel-price strong {
  font-size: 22px;
  line-height: 24px;
}
@media screen and (min-width: 2100px) {
  .cupo-travel > footer .cupo-travel-expected_bonus span,
  .cupo-travel > footer .cupo-travel-price span {
    font-size: 24px;
    line-height: 30px;
  }
  .cupo-travel > footer .cupo-travel-expected_bonus strong,
  .cupo-travel > footer .cupo-travel-price strong {
    font-size: 34px;
    line-height: 40px;
  }
}
.cupo-travel > footer .cupo-travel-price {
  margin-left: auto;
}
.cupo-travel > footer .cupo-travel-bonus_info {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  top: 7px;
}
.cupo-travel > footer .cupo-travel-bonus_info svg.cupo_icon {
  display: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.cupo-travel > footer .cupo-travel-bonus_info svg.cupo_icon.cupo-icon-inactive {
  display: block;
}
@media screen and (min-width: 2100px) {
  .cupo-travel > footer .cupo-travel-bonus_info svg.cupo_icon {
    width: 24px;
    height: 24px;
  }
}
.cupo-travel > footer .cupo-travel-bonus_info:hover svg.cupo_icon.cupo-icon-inactive {
  display: none;
}
.cupo-travel > footer .cupo-travel-bonus_info:hover svg.cupo_icon.cupo-icon-active {
  display: block;
}

.cupo-travels-mobile-filter {
  display: none;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .cupo-travels-mobile-filter {
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: var(--smgCupoBorderRadius);
    padding: 5px;
  }
  .cupo-travels-mobile-filter > div {
    display: none;
  }
  .cupo-travels-mobile-filter .active {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection input {
    margin: 0 10px;
    width: 100px;
    appearance: none;
    border: 0;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection input:focus {
    border-color: var(--smgCupoSecondaryColor, #0068af);
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection input:invalid {
    border-color: red;
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection svg.cupo_icon {
    fill: var(--smgCupoPrimaryColor, #ed6102);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .cupo-travels-mobile-filter .active .cupo-travels-filter-year_selection svg.cupo_icon:hover {
    fill: var(--smgCupoSecondaryColor, #0068af);
  }
  .cupo-travels-mobile-filter .active button {
    appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    background: var(--smgCupoPrimary, #0068af);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    width: 118px;
  }
  .cupo-travels-mobile-filter .active button:hover {
    font-weight: bold;
  }
}
.cupo-travels-header {
  background: var(--smgCupoPrimaryColor, #ed6102);
  padding: 20px;
}
.cupo-travels-header .cupo-travels-header-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 2100px) {
  .cupo-travels-header .cupo-travels-header-wrapper {
    max-width: 70%;
  }
}

.cupo-travels-content {
  background: #ffffff;
  padding: 20px;
  min-height: calc(100vh - 100px - 145px - 145px);
}
.cupo-travels-content .cupo-travels-list {
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-auto-rows: 1fr;
}
@media screen and (min-width: 2100px) {
  .cupo-travels-content .cupo-travels-list {
    max-width: 70%;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
}
.cupo-travels-content .cupo-travels-no_travels_found {
  background: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
}
.cupo-travels-content .cupo-travels-no_travels_found strong {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}
@media screen and (min-width: 2100px) {
  .cupo-travels-content .cupo-travels-no_travels_found strong {
    font-size: 26px;
  }
}

.cupo-modal-travel_question_modal .cupo-travel_question-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 20px;
  padding: 0 20px;
  margin: 20px 0 30px;
}
@media (min-width: 720px) {
  .cupo-modal-travel_question_modal .cupo-travel_question-content {
    flex-direction: row;
  }
}
.cupo-modal-travel_question_modal .cupo-travel_question-content .cupo-travel_question-info {
  display: grid;
}
@media (max-width: 899px) {
  .cupo-modal-travel_question_modal .cupo-travel_question-content .cupo-travel_question-info {
    display: none;
  }
}
.cupo-modal-travel_question_modal .cupo-travel_question-message {
  width: 310px;
}
.cupo-modal-travel_question_modal .cupo-travel_question-message textarea {
  min-height: 150px;
  resize: none;
}
.cupo-modal-travel_question_modal .cupo-input-wrapper input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  outline: none !important;
}
.cupo-modal-travel_question_modal .cupo-input-wrapper input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-travel_question_modal .cupo-input-wrapper input.invalid, .cupo-modal-travel_question_modal .cupo-input-wrapper input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-travel_question_modal textarea {
  height: calc(100% - 31px - 20px);
  width: 100%;
  display: block;
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}

.cupo-modal-travel_coupon_modal .cupo-travel_coupon-modal-form_content {
  margin: 20px 0;
  padding: 0 20px;
  min-width: 300px;
}
.cupo-modal-travel_coupon_modal .cupo-input-wrapper input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  outline: none !important;
}
.cupo-modal-travel_coupon_modal .cupo-input-wrapper input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-travel_coupon_modal .cupo-input-wrapper input.invalid, .cupo-modal-travel_coupon_modal .cupo-input-wrapper input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-travel_coupon_modal .cupo-modal-coupon-redeem-notice {
  font-style: italic;
  max-width: 440px;
  padding: 0 20px 20px;
}

.cupo-modal-register_travel .cupo-modal-body {
  min-width: calc(100% - 40px);
}
@media (min-width: 430px) {
  .cupo-modal-register_travel .cupo-modal-body {
    min-width: 360px;
  }
}
.cupo-modal-register_travel .cupo-register_travel-message {
  padding: 20px 20px 0;
  font-size: 15px;
  line-height: 25px;
  max-width: 400px;
  text-align: center;
}
.cupo-modal-register_travel .cupo-register_travel-content {
  padding: 0 20px 0;
  margin: 20px 0 25px;
}
.cupo-modal-register_travel .cupo-register_travel-content input[type=text],
.cupo-modal-register_travel .cupo-register_travel-content input[type=date] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  outline: none !important;
}
.cupo-modal-register_travel .cupo-register_travel-content input[type=text]::placeholder,
.cupo-modal-register_travel .cupo-register_travel-content input[type=date]::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-register_travel .cupo-register_travel-content input[type=text].invalid, .cupo-modal-register_travel .cupo-register_travel-content input[type=text]:focus:invalid,
.cupo-modal-register_travel .cupo-register_travel-content input[type=date].invalid,
.cupo-modal-register_travel .cupo-register_travel-content input[type=date]:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-register_travel .cupo-register_travel-content input[type=text] {
  margin-bottom: 20px;
}

.cupo-modal-travel_details_modal .cupo-modal-body {
  transform: scale(1);
}
@media (max-width: 499px) {
  .cupo-modal-travel_details_modal .cupo-modal-body {
    width: calc(100vw - 40px);
  }
}
@media (min-width: 500px) {
  .cupo-modal-travel_details_modal .cupo-modal-body {
    min-width: 400px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-modal-travel_details_modal .cupo-modal-body > header {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-modal-travel_details_modal .cupo-travel-no_details_available {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 2100px) {
  .cupo-modal-travel_details_modal .cupo-travel-no_details_available {
    font-size: 18px;
    line-height: 24px;
  }
}
.cupo-modal-travel_details_modal .cupo-travel-bookings {
  padding: 20px 20px 0;
  margin: 0 0 25px;
  max-height: calc(100vh - 160px);
  overflow: auto;
}
.cupo-modal-travel_details_modal .cupo-travel-booking:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-travel_details_modal .cupo-travel-booking h4 {
  color: var(--smgCupoPrimaryColor, #ed6102);
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 5px;
}
@media screen and (min-width: 2100px) {
  .cupo-modal-travel_details_modal .cupo-travel-booking h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.cupo-modal-travel_details_modal .cupo-travel-booking p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 2100px) {
  .cupo-modal-travel_details_modal .cupo-travel-booking p {
    font-size: 18px;
    line-height: 24px;
  }
}

.cupo-modal-bonus_info_modal {
  text-align: center;
}
.cupo-modal-bonus_info_modal .cupo-bonus-info {
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
}
.cupo-modal-bonus_info_modal .cupo-bonus-info-amount {
  margin-bottom: 15px;
}

.cupo-travel_question_response-content {
  padding: 10px;
}
