@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap');
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* --- Color Palette --- */
/* --- Typography --- */
/* --- Borders & Spacing --- */
/* --- Button Styles --- */
/* --- Breakpoints --- */
/* --- Responsive Mixin --- */
/* --- Button Styles --- */
/* --- Flexbox Helpers --- */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* --- Text Styles --- */
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 200;
}
/* --- Input Styles --- */
.input-field {
  width: 230px;
  border-radius: 4px;
  border: 1px solid #6F7072;
  background: #FFFFFF;
  padding: 16px;
}
/* --- Error Messages --- */
.error-message {
  color: #C21B17;
  font-size: 14px;
  padding: 0 8px;
  margin-top: 4px;
  line-height: 16px;
  background: none;
}
/* --- Summary Accordion --- */
.accordion-title {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  padding: 40px 0 0;
}
/*
.input__container {
  width: 46%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;

  .responsive(450px, {
    width: 100%;
  });

  input {
    width: 230px;
    border-radius: @border-radius;
    border: 1px solid @gray;
    background: @white;
    padding: 16px;

    .responsive(450px, {
      width: 292px;
      margin-bottom: 0;
    });

    &.input__zip {
      width: 100px;
    }
  }
}*/
/* --- Buttons --- */
.btn__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}
.btn__panel__prev-next {
  display: flex;
  justify-content: space-between;
  width: 343px;
}
.btn__panel__prev-next .btn {
  background-color: #FFFFFF;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C21B17;
}
.btn__panel__prev-next .btn:hover {
  border: 1px solid #82120F;
  color: #82120F;
}
.btn__panel__prev-next .btn:disabled {
  background-color: #6F7072;
  border-color: #6F7072;
  color: #FFFFFF;
  cursor: not-allowed;
}
.btn__panel__prev-next .btn__next {
  background-color: #C21B17;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__panel__prev-next .btn__next:hover {
  border: 1px solid #82120F;
  color: #82120F;
}
.btn__panel__prev-next .btn__next:disabled {
  background-color: #6F7072;
  border-color: #6F7072;
  color: #FFFFFF;
  cursor: not-allowed;
}
/* --- Error Messages --- */
.error__message {
  color: #C21B17;
  font-size: 14px;
  padding: 0 8px;
  margin-top: 4px;
  line-height: 16px;
  background: none;
  text-align: left;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error__message.box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(142, 18, 48, 0.075);
  border-radius: 4px;
  background: rgba(142, 18, 48, 0.05);
}
/* --- Select Dropdown (React-Select) --- */
.select__container {
  width: 264px;
}
@media screen and (max-width: 450px) {
  .select__container {
    width: 370px;
  }
}
.select__container .select__control {
  width: 100%;
  min-height: 50px;
  color: #6F7072;
  border-color: #cccccc;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 450px) {
  .select__container .select__control {
    width: 85%;
  }
}
.select__container .select__control .select-placeholder {
  text-align: left;
  margin-left: 5px;
}
.select__container .select__option {
  font-size: 16px;
  padding: 10px 0;
  background-color: #FFFFFF;
  color: #6F7072;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #EBEBEB;
}
/* --- Component Imports --- */
.summary {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 450px) {
  .summary {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    z-index: 2;
  }
}
.summary__icon--expanded {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.summary__container {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  width: 343px;
}
@media screen and (max-width: 450px) {
  .summary__container {
    width: 92%;
    padding: 4%;
    margin-bottom: 100px;
    background-color: #EBEBEB;
    border-radius: 8px;
  }
}
.summary__title {
  font-size: 56px;
  font-weight: 300;
  line-height: 72px;
}
.summary h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 72px;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
.summary h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
}
.summary h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.summary__disclaimer__text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #6F7072;
}
.summary__section_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.summary__section_titles h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.summary__section_titles .btn {
  max-height: 30px;
  background-color: transparent;
  border: none;
}
.summary__detail {
  color: #6F7072;
}
.summary__detail .summary__accordion {
  /* FIXED */
  display: flex !important;
  width: 100%;
  padding-top: 10px;
  color: #20252B;
  font-size: 16px;
  font-weight: 300;
}
.summary__detail span {
  font-weight: 700;
}
.summary__detail span:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: #6F7072;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  min-width: 150px;
  max-width: 150px;
}
.summary__detail .summary__traveler__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.summary__detail .summary__traveler__list .traveler__name_age {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
/* FIXED BUTTON STYLES */
.summary__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.summary__btn {
  /* MOVED OUTSIDE summary__btns */
  all: unset;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  cursor: pointer;
}
.summary__btn img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.travelers {
  min-height: 210px;
  overflow-y: scroll;
}
@media screen and (max-width: 450px) {
  .travelers {
    overflow-y: unset;
  }
}
.travelers__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.travelers__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.travelers__info .section__head {
  font-size: 20px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  color: #20252B;
}
.travelers__info__label-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.travelers__info__label-wrapper label {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
}
.travelers__info__label-wrapper label span {
  color: #6F7072;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}
.travelers__inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .travelers__inputs {
    display: grid;
    padding-bottom: 0;
  }
}
.travelers__inputs .select__wrapper {
  position: relative;
  margin-bottom: 16px;
}
.travelers__inputs .select__wrapper label {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #20252B;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.travelers__inputs .select__wrapper.filled label {
  top: 8px;
  font-size: 12px;
  color: #6F7072;
  text-transform: uppercase;
  font-weight: 700;
}
.travelers__inputs .select__wrapper .css-b62m3t-container {
  width: 264px;
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-13cymwt-control,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-t3ipsp-control {
  width: 100%;
  min-height: 54px;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  border-radius: 4px;
  margin-bottom: 16px;
  border-color: #CCCCCC;
}
@media screen and (max-width: 450px) {
  .travelers__inputs .select__wrapper .css-b62m3t-container .css-13cymwt-control,
  .travelers__inputs .select__wrapper .css-b62m3t-container .css-t3ipsp-control {
    width: 123%;
  }
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-13cymwt-control:hover,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-t3ipsp-control:hover {
  border: 2px solid #B0B2B3;
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-13cymwt-control .css-hlgwow,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-t3ipsp-control .css-hlgwow {
  text-align: left;
  margin-left: 5px;
  padding: 16px 8px 0 !important;
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-13cymwt-control .css-hlgwow .css-1jqq78o-placeholder,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-t3ipsp-control .css-hlgwow .css-1jqq78o-placeholder {
  color: transparent !important;
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-d7l1ni-option,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-10wo9uf-option {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
}
.travelers__inputs .select__wrapper .css-b62m3t-container .css-d7l1ni-option :hover,
.travelers__inputs .select__wrapper .css-b62m3t-container .css-10wo9uf-option :hover {
  background-color: #FFFFFF;
  text-align: left;
}
.travelers__inputs .input__container {
  width: 46%;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .travelers__inputs .input__container {
    width: 100%;
  }
}
.travelers__inputs .input__container label {
  position: absolute;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 18px;
  left: 18px;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  color: #20252B;
}
.travelers__inputs .input__container input {
  width: 230px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  font-size: 16px;
  padding: 26px 16px 10px 16px;
}
.travelers__inputs .input__container input:focus {
  outline-color: #B0B2B3;
  border: 2px solid #B0B2B3;
}
@media screen and (max-width: 450px) {
  .travelers__inputs .input__container input {
    width: 292px;
    margin-bottom: 0;
  }
}
.travelers__inputs .input__container input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #20252B !important;
  transition: background-color 5000s ease-in-out 0s;
}
.travelers__inputs .input__container input:focus + label,
.travelers__inputs .input__container input.filled + label {
  position: absolute;
  color: #6F7072;
  font-size: 12px;
  text-transform: uppercase;
  top: 8px;
  font-weight: 700;
}
.travelers__inputs .input__container .state-zip-container {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.travelers__inputs .input__container .state-zip-container .state-container {
  width: 50%;
  display: flex;
  border: none;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 5px;
  flex-wrap: wrap;
  flex-direction: row;
  /* Ensure the state text itself is aligned correctly */
}
.travelers__inputs .input__container .state-zip-container .state-container img {
  width: 32px;
  height: 32px;
  margin-bottom: 30px;
  align-items: center;
}
.travelers__inputs .input__container .state-zip-container .state-container .state-content {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.travelers__inputs .input__container .state-zip-container .state-container .state-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6F7072;
  width: 60px;
  position: absolute;
  left: 5px;
  top: 0;
  text-align: left;
}
.travelers__inputs .input__container .state-zip-container .state-container .state-text {
  font-size: 16px;
  color: #6F7072;
  font-weight: 200;
  position: absolute;
  top: 25px;
}
.travelers__inputs .input__container .state-zip-container .zip-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Align with city and state */
  justify-content: flex-start;
}
.travelers__inputs .input__container .state-zip-container .zip-container input.input__zip {
  width: 72%;
  padding: 26px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  min-height: 14px;
}
.travelers__inputs .input__container .state-zip-container .zip-container input.input__zip:focus {
  outline-color: #B0B2B3;
  border: 2px solid #B0B2B3;
}
@media screen and (max-width: 450px) {
  .travelers__inputs .input__container .state-zip-container .zip-container input.input__zip {
    width: 78%;
  }
}
.travelers__inputs .input__container .state-zip-container .zip-container label {
  position: relative;
  top: -40px;
}
.travelers__inputs .input__container .state-zip-container .zip-container input:focus + label,
.travelers__inputs .input__container .state-zip-container .zip-container input.filled + label {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  top: -52px;
  font-weight: 700;
}
.travelers__radio__inputs {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.travelers__radio__inputs .radio__buttons {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  /* Adjust spacing between options */
  align-items: center;
  /* Ensures vertical alignment */
}
@media screen and (max-width: 450px) {
  .travelers__radio__inputs .radio__buttons {
    width: 80%;
  }
}
.travelers__radio__inputs .radio__buttons label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #6F7072;
  cursor: pointer;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  gap: 8px;
  /* Space between radio button and text */
  white-space: nowrap;
  /* Prevents text from wrapping */
}
.travelers__radio__inputs .radio__buttons input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #C21B17;
  /* Use the correct brand color */
}
body.confirmation-body {
  background: #FFFFFF;
}
.confirmation__header-wrap {
  max-width: 1140px;
  margin: 32px auto 8px;
  padding: 0 24px;
}
@media screen and (max-width: 450px) {
  .confirmation__header-wrap {
    margin: 20px auto 8px;
    padding: 0 20px;
  }
}
.confirmation__page-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5;
  color: #20252B;
  margin: 0 0 8px;
  text-align: left;
}
.confirmation__section-title {
  color: #20252B;
  margin: 0 0 24px;
  padding: 0;
}
.confirmation {
  background-color: #FFFFFF;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 450px) {
  .confirmation {
    z-index: 2;
  }
}
.confirmation #root {
  max-width: 100%;
  padding: 0;
}
.confirmation__icon--expanded {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.confirmation__page-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5;
  color: #20252B;
  margin: 40px 0 8px;
  padding: 0;
}
@media screen and (max-width: 450px) {
  .confirmation__page-title {
    margin: 20px 20px 8px;
  }
}
.confirmation__section-title {
  color: #20252B;
  margin: 0 0 24px;
  padding: 0;
}
@media screen and (max-width: 450px) {
  .confirmation__section-title {
    padding: 20px;
    margin: 0;
  }
}
.confirmation__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 24px;
}
@media screen and (max-width: 450px) {
  .confirmation__container {
    flex-direction: column;
    padding: 0 20px 40px;
    gap: 0;
    max-width: 100%;
  }
}
.confirmation__plandetails {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  flex: 0 0 360px;
  width: 360px;
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(32, 37, 43, 0.08);
}
@media screen and (max-width: 450px) {
  .confirmation__plandetails {
    width: 92%;
    padding: 4%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(32, 37, 43, 0.08);
  }
}
.confirmation__content {
  flex: 1;
  min-width: 420px;
  width: 750px;
  max-width: 100%;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
.confirmation__content p {
  margin-top: 0;
}
.confirmation__content__heading {
  display: flex;
}
.confirmation__content__icon {
  display: flex;
  padding-right: 30px;
}
.confirmation__content__btn {
  margin-top: 30px;
  color: #FFFFFF;
  background-color: #C21B17;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 1px solid #C21B17;
  border-radius: 4px;
}
.confirmation__content__btn:hover {
  background-color: #82120F;
  color: #FFFFFF;
  border-color: #82120F;
}
@media screen and (max-width: 450px) {
  .confirmation__content {
    width: 100%;
  }
}
.confirmation__title {
  font-size: 56px;
  font-weight: 300;
  line-height: 72px;
}
.confirmation h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 40px;
}
.confirmation h2 {
  font-size: 40px;
  font-weight: 200;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 52px;
  padding-bottom: 10px;
  text-align: left;
  color: #20252B;
}
.confirmation h3 {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #20252B;
}
.confirmation h4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #20252B;
}
.confirmation p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 200;
  color: #20252B;
}
.confirmation .content-link {
  all: unset;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  justify-content: left;
  cursor: pointer;
}
.confirmation .content-link:hover {
  color: #82120F;
  text-decoration: underline;
}
.confirmation__disclaimer__text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #6F7072;
}
.confirmation__divider-line {
  margin: 0;
}
.confirmation__divider-line svg {
  width: 100%;
  height: 2px;
  stroke: #6F7072;
}
.confirmation__section_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.confirmation__section_titles h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #20252B;
  padding: 0;
  margin: 0;
}
.confirmation__section_titles .btn {
  max-height: 30px;
  background-color: transparent;
  border: none;
}
.confirmation__detail {
  color: #6F7072;
}
.confirmation__detail .confirmation__accordion {
  display: flex !important;
  width: 100%;
  padding-top: 20px;
  color: #20252B;
  font-size: 16px;
  font-weight: 300;
}
.confirmation__detail span {
  font-weight: 700;
}
.confirmation__detail span:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: #6F7072;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  min-width: 150px;
  max-width: 150px;
}
.confirmation__detail .confirmation__traveler__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.confirmation__detail .confirmation__traveler__list .traveler__name_age {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.confirmation__detail .confirmation__traveler__list .traveler__name {
  text-transform: uppercase;
}
/* --- BUTTONS --- */
.confirmation__btns {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.confirmation__btn {
  all: unset;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}
.confirmation__btn img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media print {
  body * {
    visibility: hidden;
  }
  .confirmation,
  .confirmation * {
    visibility: visible;
  }
  .confirmation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .confirmation__btn,
  .confirmation__content__btn {
    display: none;
  }
}
/* === Desktop Adjustments === */
/* Titles row should mirror the content gap */
.confirmation__titles {
  gap: 147px;
}
/* Columns gap */
.confirmation__container {
  gap: 147px;
}
/* Round the Plan Details card more */
.confirmation__plandetails {
  border-radius: 24px;
}
/* Space between the two right-side sections */
.confirmation__content > div + div {
  margin-top: 48px;
}
/* Ensure the Success! heading aligns to the right column start */
.confirmation__titles-left {
  flex: 0 0 360px;
}
/* keep equal to the card width */
.confirmation__titles-right {
  flex: 1 1 0;
}
/* === Titles row: lock to two columns so it can't stack === */
.confirmation__titles {
  display: grid;
  grid-template-columns: 425px 1fr;
  /* left card width, right column */
  column-gap: 147px;
  /* Figma gap */
  align-items: baseline;
  max-width: 1140px;
  margin: 0 auto 8px;
}
/* Make the content row match the same measurements */
.confirmation__container {
  gap: 147px;
}
.confirmation__content {
  max-width: 732px;
}
/* from Figma */
.confirmation__content > div + div {
  margin-top: 48px;
}
/* between the two paragraphs */
/* Round the Plan Details card corners */
.confirmation__plandetails {
  border-radius: 32px;
}
/* Keep titles hidden on mobile */
@media screen and (max-width: 450px) {
  .confirmation__titles {
    display: none;
  }
}
/* ==== MOBILE ONLY ==== */
@media screen and (max-width: 450px) {
  /* hide Plan Details heading */
  .confirmation__section-title,
  .confirmation__main-title {
    display: none !important;
  }
  /* order: protected → card → need more plans */
  .confirmation__container {
    flex-direction: column;
    gap: 16px;
    padding: 0 20px 40px;
  }
  .confirmation__content {
    display: contents;
  }
  .confirmation__content > :first-child {
    order: 1;
    width: 100%;
  }
  /* This trip is now protected */
  .confirmation__plandetails {
    order: 2;
    width: 100%;
  }
  /* Plan details card */
  .confirmation__content > :last-child {
    order: 3;
    width: 100%;
  }
  /* Need more coverage plans */
}
/* === Confirmation: Mobile polish === */
@media screen and (max-width: 450px) {
  /* 1) Stop full-bleed behavior on mobile */
  .confirmation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  /* 2) Title to match mock: 28 / 300 / centered */
  .confirmation__page-title,
  .confirmation__title,
  .confirmation h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin: 12px 0 8px;
    padding-bottom: 0;
    max-width: 100%;
  }
  /* 3) h3 headings: 24 / 300 */
  .confirmation h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
  /* h4 headings: 20 / 300 */
  .confirmation h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }
  /* 4) Right column should not force width on mobile */
  .confirmation__content {
    min-width: 0;
    /* override the 420px min */
    width: 100%;
  }
  /* 5) Plan details card: fit and smaller radius */
  .confirmation__plandetails {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    margin: 16px 0 24px;
    box-sizing: border-box;
    /* prevent overflow */
  }
}
/* Policy line: heavier than section headers */
.confirmation__plandetails .policy-number {
  font-weight: 500;
  /* request: 500 */
  /* inherits size (24px) from section-title styles unless you want to set it explicitly */
}
/* Mobile polish */
@media screen and (max-width: 450px) {
  /* Stop horizontal pan on small screens */
  .confirmation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  /* h3 on mobile = 24 / 300 (mock) */
  .confirmation h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
  /* Right column must not force width */
  .confirmation__content {
    min-width: 0;
    /* overrides desktop min-width:420px */
    width: 100%;
  }
  /* Plan details card must fit viewport */
  .confirmation__container {
    padding: 0 16px 40px;
  }
  /* safe gutter */
  .confirmation__plandetails {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /* padding won’t push past viewport */
    border-radius: 12px;
    /* less rounded on mobile */
    margin: 16px 0 24px;
  }
  /* default section headings inside the card */
  .confirmation__plandetails .confirmation__section_titles h2 {
    font-weight: 300;
  }
  /* only the policy line is bold(er) */
  .confirmation__plandetails h2.policy-number {
    font-weight: 500 !important;
  }
}
/* --- Global Styles --- */
body {
  margin: 0;
  background-color: #EBEBEB;
  color: #6F7072;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 450px) {
  body {
    background-color: #FFFFFF;
  }
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #20252B !important;
  transition: background-color 5000s ease-in-out 0s;
}
#root {
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #root {
    padding: 1rem;
  }
}
body:not(.confirmation-body) #root {
  max-width: 1280px;
}
/* --- Typography --- */
h1 {
  color: #20252B !important;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 300 !important;
  text-align: left;
  color: #6F7072;
  margin-bottom: 16px;
}
h2,
h4,
label,
.section__head,
span,
p {
  color: #20252B;
}
input {
  color: #20252B;
}
/* --- Payment Flow Layout --- */
.payment__flow {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 450px) {
  .payment__flow {
    flex-direction: column-reverse;
  }
}
/* --- Payment Content --- */
.payment__content {
  width: 60%;
}
@media screen and (max-width: 450px) {
  .payment__content {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
/* --- Payment Panel --- */
.payment__panel {
  width: 829px;
  height: auto;
  max-height: 95%;
  overflow-y: visible;
  position: relative;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 32px 0px 0px 32px;
  margin-top: 50px;
}
@media screen and (max-width: 450px) {
  .payment__panel {
    width: 100%;
    border-radius: 0;
    height: auto;
    position: relative;
    overflow-y: unset;
  }
}
.payment__panel__container {
  padding: 64px 156px 40px 95px;
  width: 578px;
}
@media screen and (max-width: 450px) {
  .payment__panel__container {
    padding: 30px 0 50px 0;
    width: 325px;
    margin: 0 auto;
  }
}
.payment__panel__container h3 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 0;
  color: #20252B;
  margin: 0;
}
.payment__panel__container h2 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 0;
  color: #20252B;
}
.payment__panel__container #cc-card-div {
  max-height: 60px;
}
@media screen and (max-width: 450px) {
  .payment__panel__container #cc-card-div {
    width: 354px;
  }
}
/* --- Credit Card Details Section --- */
.cc__details__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .cc__details__group {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.cc__details__group--mod-2 {
  display: flex;
  flex-direction: column;
  height: 70px;
  width: 80%;
  max-width: 400px;
  /* Increased input width */
  position: relative;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 450px) {
  .cc__details__group--mod-2 {
    width: 292px;
    margin-bottom: 18px;
  }
}
.cc__details__group__input {
  width: 100%;
  padding: 20px 16px 6px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 18px;
  background: #FFFFFF;
  transition: all 0.2s ease-in-out;
  min-height: 28px;
}
.cc__details__group__input:focus {
  outline-color: #B0B2B3;
  border-color: #B0B2B3;
}
.cc__details__group__input:focus-visible {
  outline-color: #B0B2B3;
  border-color: #B0B2B3;
}
.cc__details__group__input:focus + .cc__details__group__label,
.cc__details__group__input.filled + .cc__details__group__label {
  top: 12px;
  font-size: 12px;
  color: #6F7072;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cc__details__group__label {
  position: absolute;
  left: 16px;
  top: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  transition: all 0.2s ease-out;
  pointer-events: none;
}
.cc__details__group__label--active {
  top: 12px;
  font-size: 12px;
  color: #6F7072;
}
.cc__details__group--error .cc__details__group__input {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}
.cc__details__group--error .cc__details__group__label {
  color: #20252B;
}
.cc__details__group .form-error {
  color: #C21B17;
  font-size: 14px;
  margin-top: 4px;
  display: block;
  padding: 0 8px;
  line-height: 16px;
  background: #FFFFFF;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* --- Legal Notice --- */
.legal__notice {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.legal__notice p {
  margin: 0;
  line-height: 1.5;
  color: #20252B;
}
.legal__notice p span {
  font-weight: 700;
  color: #20252B;
}
.legal__notice input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.legal__notice input[type="checkbox"].checked {
  background-color: #FFFFFF;
  color: #C21B17;
}
.legal__notice .error__message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #C21B17;
  text-align: left;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* --- Buttons --- */
.btn__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 450px) {
  .btn__panel {
    padding-top: 35px;
  }
}
.btn__panel__prev-next {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .btn__panel__prev-next {
    width: 100%;
  }
}
.btn__panel__prev-next .btn {
  background-color: #FFFFFF;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  border: 1px solid #C21B17;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__panel__prev-next .btn:hover {
  border: 1px solid #82120F;
  color: #82120F;
}
.btn__panel__prev-next .btn:disabled {
  background-color: #6F7072;
  border-color: #6F7072;
  color: #FFFFFF;
  cursor: not-allowed;
}
.btn__panel__prev-next .btn__next {
  background-color: #C21B17;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__panel__prev-next .btn__next:hover {
  border: 1px solid #82120F;
  background-color: #82120F;
  color: #FFFFFF;
}
/* --- Responsive Fixes --- */
@media screen and (max-width: 450px) {
  .payment__summary {
    width: 100%;
  }
  .payment__panel {
    width: 100%;
  }
}
/* --- Progress Bar --- */
.progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.progress-bar__step {
  flex: 1;
  height: 8px;
  background-color: #d3d3d3;
  /* Inactive step color */
  margin: 0 5px;
  border-top-left-radius: 15% 100%;
  border-bottom-right-radius: 15% 100%;
}
.progress-bar__step--active {
  background-color: #c0392b;
  /* Active step color (red) */
}

/* --- Color Palette --- */
/* --- Typography --- */
/* --- Borders & Spacing --- */
/* --- Button Styles --- */
/* --- Breakpoints --- */
/* --- Responsive Mixin --- */
/* --- Button Styles --- */
/* --- Flexbox Helpers --- */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* --- Text Styles --- */
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 200;
}
/* --- Input Styles --- */
.input-field {
  width: 230px;
  border-radius: 4px;
  border: 1px solid #6F7072;
  background: #FFFFFF;
  padding: 16px;
}
/* --- Error Messages --- */
.error-message {
  color: #C21B17;
  font-size: 14px;
  padding: 0 8px;
  margin-top: 4px;
  line-height: 16px;
  background: none;
}
/* --- Summary Accordion --- */
.accordion-title {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  padding: 40px 0 0;
}
#root {
  padding: 0;
}
.quote {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  /* shared intro text under step titles */
  /*
    1) Top-right "Get a Quote" / "RTP"
       We use a unique class for these buttons to avoid conflicts.
  */
  /*
    2) The step flow (inside the modal)
  */
  /*
    3) The bottom button panel for "Back" / "Next"
       (Rewritten: centers Next on step 1, keeps pair centered on other steps)
  */
}
@media screen and (max-width: 450px) {
  .quote {
    height: 740px;
    width: 100%;
    background-color: #C21B17;
  }
}
.quote__intro {
  margin: 8px 0 20px;
  color: #6f7072;
  font-size: 16px;
  line-height: 1.4;
}
.quote__home {
  width: 100%;
  height: 500px;
  text-align: left;
}
@media screen and (max-width: 450px) {
  .quote__home {
    height: 42%;
  }
}
.quote__home .hero_img {
  position: absolute;
  top: 0 ;
  right: 0;
  max-width: 1200px;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .quote__home .hero_img {
    display: none;
  }
}
.quote__home .hero_img img {
  position: absolute;
  top: 0;
  right: 0;
}
.quote__home .hero_img_mobile {
  position: absolute;
  top: 0 ;
  right: 0;
  z-index: 0;
}
.quote__home .hero_img_mobile img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 451px) {
  .quote__home .hero_img_mobile {
    display: none;
  }
}
.quote__home h1 {
  font-size: 56px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 420px;
  color: #20252B;
  font-weight: 300;
  padding: 0 70px 0 0;
  text-align: left;
  line-height: 65px;
  margin: 20px 0 15px 0;
}
@media screen and (max-width: 450px) {
  .quote__home h1 {
    position: relative;
    width: 370px;
    top: 330px;
    color: #FFFFFF !important;
    padding: 10px 20px;
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    margin: 0 auto;
  }
}
.quote__home h2 {
  font-size: 24px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 400px;
  color: #20252B;
  font-weight: 300;
  padding: 0;
  text-align: left;
  margin-top: 0;
  line-height: 32px;
}
@media screen and (max-width: 450px) {
  .quote__home h2 {
    position: relative;
    top: 330px;
    color: #FFFFFF;
    padding: 10px 20px;
    width: 370px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.quote__home__btn {
  padding: 20px 30px;
  background-color: #C21B17;
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid #C21B17;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.quote__home__btn:hover {
  background-color: #82120F;
  border-color: #82120F;
  color: #FFFFFF;
}
@media screen and (max-width: 450px) {
  .quote__home__btn {
    position: relative;
    top: 330px;
    color: #C21B17;
    background-color: #FFFFFF;
    border: none;
    padding: 20px;
    width: 90%;
    margin: 20px;
  }
}
.quote__actions {
  width: 10rem;
  padding-bottom: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.quote__actions .quote__actions__btn {
  background-color: transparent;
  border: 1px solid #20252B;
  color: #20252B;
  padding: 8px 16px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  display: inline-block;
}
.quote__actions .quote__actions__btn:hover {
  background-color: #EBEBEB;
}
.quote__actions .quote__actions__btn:not(:last-child) {
  margin-right: 0.5rem;
}
.quote__flow {
  margin: 0;
  text-align: center;
}
.quote__steps-content {
  margin-top: 0;
}
.quote__btn-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote__btn-panel__prev-next {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  /* Base: centered pair with gap, content-sized row */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 343px;
  /* Step 1 (no Back): center Next under content using a 3-col grid */
  /* BACK button visuals */
  /* NEXT button visuals */
}
.quote__btn-panel__prev-next.is-first-step {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  /* spacer | NEXT | spacer */
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.quote__btn-panel__prev-next.is-first-step .quote__btn--next {
  grid-column: 2;
  justify-self: center;
}
.quote__btn-panel__prev-next .quote__btn--back {
  color: #C21B17;
  background-color: #FFFFFF;
  border: 1px solid #C21B17;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  height: 56px;
  padding: 16px 40px;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  letter-spacing: 1px;
  cursor: pointer;
}
.quote__btn-panel__prev-next .quote__btn--back:hover {
  border: 1px solid #82120F;
  color: #82120F;
}
.quote__btn-panel__prev-next .quote__btn--back:focus-visible,
.quote__btn-panel__prev-next .quote__btn--back:focus {
  border: 1px solid #82120F;
  color: #82120F;
  outline: none;
}
.quote__btn-panel__prev-next .quote__btn--back:disabled {
  background-color: #6F7072;
  border: 1px solid #6F7072;
  color: #FFFFFF;
  cursor: not-allowed;
}
.quote__btn-panel__prev-next .quote__btn--next {
  background-color: #C21B17;
  color: #FFFFFF;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  height: 56px;
  padding: 16px 40px;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #C21B17;
}
.quote__btn-panel__prev-next .quote__btn--next:hover {
  border: 1px solid #82120F;
  background-color: #82120F;
}
.quote__btn-panel__prev-next .quote__btn--next:focus-visible,
.quote__btn-panel__prev-next .quote__btn--next:focus {
  border: 1px solid #82120F;
  background-color: #82120F;
  outline: none;
}
.quote__btn-panel__prev-next .quote__btn--next:disabled {
  background-color: #6F7072;
  border: 1px solid #6F7072;
  color: #FFFFFF;
  cursor: not-allowed;
}
/* --- Quote Button Spinner Styles --- */
.quote__btn-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  margin-right: 8px;
  animation: quote-spinner-rotate 0.75s linear infinite;
}
@keyframes quote-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
/* --- Stepper Styles --- */
#RFS-StepButton {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  background-color: white;
  color: #ccc;
  font-size: 14px;
  position: relative;
}
#RFS-StepButton.StepperContainer-0-1-1 {
  padding: 0;
  margin: 0 auto;
  width: 50%;
}
#RFS-StepButton span {
  font-weight: bold;
}
#RFS-StepButton.completed {
  background-color: white !important;
  border-color: #C21B17 !important;
  color: #C21B17 !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)) !important;
}
#RFS-StepButton.completed span {
  color: #C21B17 !important;
}
#RFS-StepButton.active {
  background-color: #C21B17 !important;
  border-color: #C21B17 !important;
  color: white !important;
}
#RFS-StepButton.active span {
  color: white !important;
}
#RFS-StepButton:not(.active):not(.completed) {
  background-color: white;
  border-color: #ccc;
  color: #C21B17;
}
#RFS-StepButton:not(.active):not(.completed) span {
  color: #C21B17 !important;
}
#RFS-StepperContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin: 0 auto;
}
/* stepper style override to vertically center connector line ...TBD if long term solution */
.ConnectorContainer-0-1-10 {
  margin-top: -4px;
}
/* --- Mobile tweak: full-width Next on step 1 (no Back) --- */
@media (max-width: 480px) {
  .quote__btn-panel__prev-next:not(:has(.quote__btn--back)) {
    grid-template-columns: 1fr;
  }
  .quote__btn-panel__prev-next:not(:has(.quote__btn--back)) .quote__btn--next {
    grid-column: 1;
    justify-self: stretch;
    width: 100%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  pointer-events: none;
  transition: none;
  /* For mobile, override background only */
  /* --- Modal Close Button for GTI --- */
}
.modal.modal--open {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  transition: opacity 100ms ease-in-out, visibility 0s linear 0s;
}
.modal.modal--open .modal__main {
  transform: translateX(0);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal.modal--open .modal__main {
    transform: translateY(0);
    transition: transform 500ms linear;
  }
}
.modal.modal--closed {
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0ms ease-in-out, visibility 0s linear 500ms;
}
.modal.modal--closed .modal__main {
  transform: translateX(100%);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal.modal--closed .modal__main {
    transform: translateY(100%);
    transition: transform 500ms linear;
  }
}
.modal__main {
  position: fixed;
  background: #FFFFFF;
  width: 70%;
  top: 100px;
  left: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 90%;
  box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal__main {
    width: 100%;
    left: 0;
    top: 65px;
    transform: translateY(100%);
  }
}
@media (max-width: 450px) {
  .modal {
    background: none;
  }
}
.modal__btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.modal__close-btn {
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFFFFF;
  margin: 20px 20px 0 0;
  border: none;
  cursor: pointer;
}
.modal.modal--gti .modal__close-btn {
  margin: 40px 20px 0 0;
}
.modal__body {
  margin-bottom: 2rem;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: auto;
  justify-content: flex-end;
  overflow-y: unset;
}
@media (max-width: 450px) {
  .modal__body .chooseaplan__cfar,
  .modal__body .chooseaplan__rentalcar {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 450px) {
  .modal__body {
    width: 90%;
  }
}
/* --- Component Imports --- */
.quote__when {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.quote__when h2 {
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 47.5px;
  text-align: center;
  margin-bottom: 40px;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .quote__when h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
.quote__when__dtp-input {
  width: 380px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.quote__when__dtp-input .react-datepicker-wrapper {
  max-width: 172px;
  max-height: 56px;
}
.quote__when__dtp-input .react-datepicker-wrapper .react-datepicker__input-container input {
  padding: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.quote__when__dtp-input .react-datepicker-wrapper .react-datepicker__input-container input:focus {
  outline-color: #B0B2B3;
}
.quote__when__dtp-input .react-datepicker-wrapper .react-datepicker__input-container input:focus-visible {
  outline-color: #B0B2B3;
}
@media screen and (max-width: 450px) {
  .quote__when__dtp-input {
    display: none;
  }
}
.quote__when__validation-message {
  background-color: #ff9f001a;
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem;
  text-align: left;
  width: 400px;
}
@media screen and (max-width: 450px) {
  .quote__when__validation-message {
    width: 300px;
  }
}
.quote__when__validation-message span {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  line-height: 1.4;
}
.quote__when__validation-message span .quote__who__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
.quote__when .react-datepicker {
  margin-top: 24px !important;
  border: 1px solid #EBEBEB;
  color: #20252B;
  white-space: nowrap;
  width: 600px;
}
.quote__when .react-datepicker .react-datepicker__month-container {
  padding: 16px;
  display: inline-block;
  vertical-align: top;
}
.quote__when .react-datepicker .react-datepicker__header {
  padding: 0;
  border-bottom: 1px solid #EBEBEB;
}
.quote__when .react-datepicker h2.react-datepicker__current-month {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-block-end: 24px;
  text-align: center;
}
.quote__when .react-datepicker .react-datepicker__day-names {
  margin-bottom: 0;
}
.quote__when .react-datepicker .react-datepicker__navigation {
  top: 12px;
}
.quote__when .react-datepicker .react-datepicker__year-read-view--down-arrow,
.quote__when .react-datepicker .react-datepicker__month-read-view--down-arrow,
.quote__when .react-datepicker .react-datepicker__month-year-read-view--down-arrow,
.quote__when .react-datepicker .react-datepicker__navigation-icon::before {
  border-color: #C21B17;
}
.quote__when .react-datepicker .react-datepicker__header {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote__when .react-datepicker .react-datepicker__header .react-datepicker__current-month,
.quote__when .react-datepicker .react-datepicker__header h2 {
  font-size: 16px;
}
.quote__when .react-datepicker .react-datepicker__day:not([aria-disabled="true"]):hover,
.quote__when .react-datepicker .react-datepicker__day--in-selecting-range:not(
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--in-range,
        .react-datepicker__year-text--in-range
      ) {
  background-color: #C21B17;
  border-radius: 16px;
  color: #FFFFFF;
}
.quote__when .react-datepicker .react-datepicker__day--selected:not([aria-disabled="true"]):hover,
.quote__when .react-datepicker .react-datepicker__day--in-selecting-range:not(
        [aria-disabled="true"]
      ):hover,
.quote__when .react-datepicker .react-datepicker__day--selected {
  background-color: #C21B17;
  border-radius: 16px;
}
.quote__when .react-datepicker .react-datepicker__day--in-range {
  background-color: #C21B17;
  border-radius: 16px;
}
.quote__when .react-datepicker .react-datepicker__day--today {
  background-color: #FFFFFF;
  color: #20252B;
  border-color: #6F7072;
  border-radius: 16px;
}
.quote__when .d-none {
  display: none;
}
.d-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .quote__when .react-datepicker {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    width: 100%;
  }
  .quote__when .react-datepicker .react-datepicker__month-container {
    padding: 0;
  }
}
.quote__trip-type {
  text-align: left;
}
.quote__trip-type h2 {
  color: #20252B;
  font-size: 32px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}
.quote__trip-type h4 {
  color: #6F7072;
  font-size: 16px;
  margin-bottom: 1rem;
}
.quote__trip-type__validation-message {
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.quote__trip-type__error-message {
  margin-bottom: 1rem;
  font-size: 16px;
}
.quote__trip-type__options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.quote__trip-type__option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quote__trip-type__option input {
  margin-right: 0.5rem;
}
.quote__trip-type__option img {
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
/* ====== rail + text widths ====== */
/* ====== react-select (classNamePrefix="rs") ====== */
.rs__control {
  width: 100%;
  min-height: 56px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
.rs__value-container {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.rs__single-value,
.rs__placeholder {
  width: 100%;
  text-align: center;
}
.rs__menu {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 6;
}
/* Ensure the highlight fills the full row width */
.rs__menu-list {
  max-height: 240px;
  overflow-y: auto;
  display: block;
  /* was flex; block prevents centered/narrow children */
  padding: 0;
}
.rs__option {
  display: block;
  /* was flex; block makes bg span full width */
  width: 100%;
  text-align: center;
  padding: 10px 12px;
  cursor: pointer;
  /* Hover/focus should always go red */
}
.rs__option.rs__option--is-focused,
.rs__option:not(.rs__option--is-disabled):hover {
  background: #C21B17;
  color: #FFFFFF;
}
.rs__option.rs__option--is-selected {
  background: #C21B17;
  color: #FFFFFF;
}
/* ====== WHERE panel ====== */
.quote__where {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  /* both selects share the same rail as the buttons */
}
.quote__where__content {
  margin-bottom: 1rem;
  /* helper paragraph under subtitle */
}
.quote__where__content h2 {
  color: #20252B;
  font-size: 38px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  font-style: normal;
  line-height: 47.5px;
}
@media screen and (max-width: 450px) {
  .quote__where__content h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 35px;
  }
}
.quote__where__content h3 {
  color: #6F7072;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.quote__where__content p {
  max-width: 560px;
  margin: 0 auto 16px;
  color: #6F7072;
  line-height: 24px;
  text-align: center;
}
.quote__where__dropdown {
  width: 360px;
  margin: 0 auto 12px;
}
.quote__where__dropdown .rs__control {
  width: 100%;
}
.quote__where__dropdown .rs__menu {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .quote__where__dropdown {
    width: 300px;
  }
}
.quote__where__error-message,
.quote__where__validation-message {
  background-color: rgba(233, 87, 61, 0.1);
  border-radius: 4px;
  padding: 1rem;
  margin: 12px auto 0;
  text-align: left;
  width: 380px;
}
@media screen and (max-width: 450px) {
  .quote__where__error-message,
  .quote__where__validation-message {
    width: 300px;
  }
}
.quote__where__error-message span,
.quote__where__validation-message span {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  line-height: 1.4;
}
.quote__where__error-message span .quote__who__icon,
.quote__where__validation-message span .quote__who__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
/* If you use menuPortalTarget, keep portal width on the rail too */
.rs__menu-portal {
  width: 360px;
}
@media screen and (max-width: 450px) {
  .rs__menu-portal {
    width: 300px;
  }
}
.rs__control {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.rs__control:hover {
  border: 2px solid #B0B2B3;
}
.css-13cymwt-control,
.css-t3ipsp-control {
  min-height: 56px !important;
  box-shadow: none !important;
}
.css-t3ipsp-control:hover {
  border: 2px solid #B0B2B3 !important;
}
.css-1nmdiq5-menu .css-tr4s17-option,
.css-1nmdiq5-menu .css-d7l1ni-option {
  background-color: #FFFFFF;
  color: #20252B;
}
.rs__menu .css-tr4s17-option,
.rs__menu .css-d7l1ni-option {
  background-color: #C21B17;
  color: #20252B;
}
.rs__control--is-focused {
  border: 2px solid #B0B2B3 !important;
}
.rs__value-container {
  justify-content: left;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  margin-left: 5px;
}
.rs__value-container .css-1jqq78o-placeholder {
  color: #20252B;
}
.rs__option {
  justify-content: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  padding: 10px 0;
  background-color: #FFFFFF;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
}
.rs__option :hover {
  background-color: #FFFFFF;
}
.rs__menu-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  padding: 10px 0;
  background-color: #FFFFFF;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
}
.rs__menu-list :hover {
  background-color: transparent;
}
.rs__single-value,
.rs__placeholder {
  text-align: center;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #20252B;
  justify-content: center;
  width: 100%;
  display: flex;
}
.quote__who {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.quote__who input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #20252B !important;
  transition: background-color 5000s ease-in-out 0s;
}
.quote__who h2 {
  color: #20252B;
  font-size: 38px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  font-style: normal;
  line-height: 47.5px;
}
@media screen and (max-width: 450px) {
  .quote__who h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
.quote__who__age-input {
  width: 30px;
  padding: 12px;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.quote__who__age-input:focus {
  outline-color: #B0B2B3;
  border: 2px solid #B0B2B3;
}
.quote__who__travelers-panel {
  /*max-height: 320px;
    overflow-y: auto;*/
  margin: 0 auto 1rem auto;
  width: fit-content;
}
.quote__who__all-travelers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quote__who .select__wrapper {
  position: relative;
  margin-bottom: 16px;
}
.quote__who .select__wrapper label {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #20252B;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.quote__who .select__wrapper.filled label,
.quote__who .select__wrapper:focus-within label {
  position: absolute;
  font-size: 12px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  top: 8px;
  font-weight: 700;
  color: #6F7072;
}
.quote__who .select__wrapper .css-b62m3t-container {
  width: 100%;
}
.quote__who .select__wrapper .css-b62m3t-container .css-13cymwt-control,
.quote__who .select__wrapper .css-b62m3t-container .css-t3ipsp-control {
  width: 100%;
  min-height: 54px;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  border-radius: 4px;
  margin-bottom: 16px;
  border-color: #CCCCCC;
}
.quote__who .select__wrapper .css-b62m3t-container .css-13cymwt-control:hover,
.quote__who .select__wrapper .css-b62m3t-container .css-t3ipsp-control:hover {
  border: 2px solid #B0B2B3;
}
.quote__who .select__wrapper .css-b62m3t-container .css-13cymwt-control .css-hlgwow,
.quote__who .select__wrapper .css-b62m3t-container .css-t3ipsp-control .css-hlgwow {
  text-align: left;
  margin-left: 5px;
  padding: 16px 8px 0 !important;
}
.quote__who .select__wrapper .css-b62m3t-container .css-13cymwt-control .css-hlgwow .css-1jqq78o-placeholder,
.quote__who .select__wrapper .css-b62m3t-container .css-t3ipsp-control .css-hlgwow .css-1jqq78o-placeholder {
  color: transparent !important;
}
.quote__who .select__wrapper .css-b62m3t-container .css-d7l1ni-option,
.quote__who .select__wrapper .css-b62m3t-container .css-10wo9uf-option {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
}
.quote__who .select__wrapper .css-b62m3t-container .css-d7l1ni-option :hover,
.quote__who .select__wrapper .css-b62m3t-container .css-10wo9uf-option :hover {
  background-color: #FFFFFF;
  text-align: left;
}
.quote__who__traveler-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
.quote__who__traveler-info label {
  font-size: 20px;
  font-weight: 300;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 160px;
  text-align: left;
}
.quote__who__traveler-info .quote__who__remove-traveler-btn {
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent;
  border: none;
  color: #20252B;
  text-transform: lowercase;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 4px;
  align-self: flex-start;
}
.quote__who__add-traveler-btn {
  margin-top: 1rem;
  border: none;
  background-color: #FFFFFF;
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: left;
  cursor: pointer;
}
.quote__who__add-traveler-btn:focus-visible {
  border: 2px solid #C21B17;
  outline: none;
}
.quote__who__add-traveler-btn:focus {
  border: 2px solid #C21B17;
  outline: none;
}
.quote__who__divider-line {
  margin: 0;
}
.quote__who__divider-line svg {
  width: 100%;
  height: 2px;
  stroke: #6F7072;
}
.quote__who__traveler-state-info {
  margin-top: 1rem;
  text-align: left;
}
.quote__who__traveler-state-info label {
  font-size: 20px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  display: block;
  font-weight: 300;
}
.quote__who__traveler-state-info label.subtext {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
.quote__who__traveler-state-info__traveler-state-div {
  margin-top: 0.5rem;
}
.quote__who__traveler-state-info__traveler-state-div .css-b62m3t-container {
  width: 100%;
}
.quote__who__traveler-note {
  background-color: rgba(114, 205, 185, 0.2);
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.quote__who__traveler-note span {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  line-height: 1.4;
}
.quote__who__traveler-note span .quote__who__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
.quote__who__validation-message {
  background-color: #ff9f001a;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.quote__who__validation-message span {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  line-height: 1.4;
}
.quote__who__validation-message span .quote__who__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
.quote__trip-costs {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.quote__trip-costs input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #20252B !important;
  transition: background-color 5000s ease-in-out 0s;
}
.quote__trip-costs__content {
  margin-bottom: 1rem;
  /* helper paragraph under subtitle */
}
.quote__trip-costs__content h2 {
  color: #20252B;
  font-size: 38px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  font-style: normal;
  line-height: 47.5px;
}
@media screen and (max-width: 450px) {
  .quote__trip-costs__content h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 35px;
  }
}
.quote__trip-costs__content h3 {
  color: #6F7072;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.quote__trip-costs__content p {
  max-width: 560px;
  margin: 0 auto 16px;
  color: #6F7072;
  line-height: 24px;
  text-align: center;
}
.quote__trip-costs__agent-details {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 20px 0;
  width: 100%;
  justify-content: space-between;
}
.quote__trip-costs__agent-label {
  font-weight: 700;
  font-size: 14px;
  color: #6F7072;
  text-transform: uppercase;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote__trip-costs__agent-value {
  font-size: 16px;
  font-weight: 300;
  color: #20252B;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote__trip-costs__input {
  width: 308px;
  padding: 24px 16px 10px 16px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 450px) {
  .quote__trip-costs__input {
    width: 310px;
  }
}
.quote__trip-costs__input:focus {
  outline-color: #B0B2B3;
}
.quote__trip-costs__input:focus-visible {
  outline-color: #B0B2B3;
}
.quote__trip-costs__input-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.quote__trip-costs label {
  position: absolute;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 18px;
  left: 18px;
  transition: all 0.3s ease-in-out;
  color: #20252B;
  font-weight: 300;
}
.quote__trip-costs input:focus + label,
.quote__trip-costs input.filled + label {
  position: absolute;
  font-size: 12px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  top: 8px;
  font-weight: 700;
  color: #6F7072;
}
.quote__trip-costs__validation-message {
  background-color: #ff9f001a;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.quote__trip-costs__validation-message span {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  line-height: 1.4;
}
.quote__trip-costs__validation-message span .quote__who__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
.quote__disclaimer {
  padding: 2rem;
  text-align: left;
  background-color: #F6F6F6;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.quote__disclaimer h2 {
  color: #20252B;
  font-size: 32px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}
.quote__disclaimer p {
  color: #6F7072;
  font-size: 16px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* --- Color Palette --- */
/* --- Typography --- */
/* --- Borders & Spacing --- */
/* --- Button Styles --- */
/* --- Breakpoints --- */
/* --- Responsive Mixin --- */
/* --- Button Styles --- */
/* --- Flexbox Helpers --- */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* --- Text Styles --- */
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 200;
}
/* --- Input Styles --- */
.input-field {
  width: 230px;
  border-radius: 4px;
  border: 1px solid #6F7072;
  background: #FFFFFF;
  padding: 16px;
}
/* --- Error Messages --- */
.error-message {
  color: #C21B17;
  font-size: 14px;
  padding: 0 8px;
  margin-top: 4px;
  line-height: 16px;
  background: none;
}
/* --- Summary Accordion --- */
.accordion-title {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  padding: 40px 0 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  pointer-events: none;
  transition: none;
  /* For mobile, override background only */
  /* --- Modal Close Button for GTI --- */
}
.modal.modal--open {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  transition: opacity 100ms ease-in-out, visibility 0s linear 0s;
}
.modal.modal--open .modal__main {
  transform: translateX(0);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal.modal--open .modal__main {
    transform: translateY(0);
    transition: transform 500ms linear;
  }
}
.modal.modal--closed {
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0ms ease-in-out, visibility 0s linear 500ms;
}
.modal.modal--closed .modal__main {
  transform: translateX(100%);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal.modal--closed .modal__main {
    transform: translateY(100%);
    transition: transform 500ms linear;
  }
}
.modal__main {
  position: fixed;
  background: #FFFFFF;
  width: 70%;
  top: 100px;
  left: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 90%;
  box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 500ms linear;
}
@media (max-width: 450px) {
  .modal__main {
    width: 100%;
    left: 0;
    top: 65px;
    transform: translateY(100%);
  }
}
@media (max-width: 450px) {
  .modal {
    background: none;
  }
}
.modal__btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.modal__close-btn {
  color: #C21B17;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFFFFF;
  margin: 20px 20px 0 0;
  border: none;
  cursor: pointer;
}
.modal.modal--gti .modal__close-btn {
  margin: 40px 20px 0 0;
}
.modal__body {
  margin-bottom: 2rem;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: auto;
  justify-content: flex-end;
  overflow-y: unset;
}
@media (max-width: 450px) {
  .modal__body .chooseaplan__cfar,
  .modal__body .chooseaplan__rentalcar {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 450px) {
  .modal__body {
    width: 90%;
  }
}
/* --- Component Imports --- */
body {
  width: 100%;
}
h1 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 56px;
  margin-bottom: 28px;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
/* BLOCK: Coverage Table */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* HEADER */
}
.coverage-table__header {
  width: 100%;
  /* Red Bar */
  /* Gray Background Content */
  /* Title */
  /* Subtitle */
}
.coverage-table__header-top-bar {
  width: 100%;
  /* Full width */
  height: 8px;
  /* Set height */
  background: #C21B17;
}
.coverage-table__header-content {
  background-color: #F6F6F6;
  padding: 15px 30px;
  text-align: left;
}
.coverage-table__header-title {
  font-size: 32px;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
}
.coverage-table__header-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #666;
  margin: 0;
}
/* BLOCK: Coverage Section */
.coverage-section {
  background: white;
  transition: all 0.3s ease-in-out;
  /* ELEMENT: Title Bar */
  /* ELEMENT: Coverage Columns */
  /* ELEMENT: Coverage Details (Expandable Section) */
  /* MODIFIER: Expanded State */
  /* MODIFIER: Optional Coverages (centers only this sectionâ€™s cells) */
}
.coverage-section__wrapper {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .coverage-section__wrapper {
    flex-direction: column;
  }
}
.coverage-section__title {
  font-size: 20px;
  color: #20252B;
  line-height: 28px;
  display: flex;
  width: 21%;
  padding: 26px 21px 26px 20px;
  text-align: left;
  border-right: 24px solid #EBEBEB;
  font-weight: 300;
  flex-direction: row;
  gap: 12px;
  /* ELEMENT: Expand Icon */
}
@media screen and (max-width: 450px) {
  .coverage-section__title {
    width: auto;
    border-right: none;
    justify-content: center;
  }
}
.coverage-section__title-icon {
  color: red;
  font-size: 16px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.coverage-section__title-icon img {
  transition: transform 0.3s ease-in-out;
  margin-top: 5px;
}
.coverage-section__title-icon--expanded img {
  transform: rotate(180deg);
}
.coverage-section__title-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.coverage-section__title-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #20252B;
  margin: 0;
  flex: none;
  font-style: italic;
}
.coverage-section__columns {
  display: flex;
  width: 73%;
  justify-content: space-between;
  gap: 0;
  color: #20252b;
}
@media screen and (max-width: 450px) {
  .coverage-section__columns {
    width: 100%;
    text-align: center;
    gap: 0;
  }
}
.coverage-section__columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
  border-right: 2px solid #EBEBEB;
  width: 33%;
  /* Shared pill used for INCLUDED / NOT AVAILABLE */
  /* INCLUDED – visually match the "Available" pill */
  /* NOT AVAILABLE pill */
  /* SINGLEâ€‘LINE labels */
  /* TWOâ€‘LINE groups */
  /* style for singleâ€‘dash cells */
}
@media screen and (max-width: 450px) {
  .coverage-section__columns .column {
    border: 1px solid #EBEBEB;
    display: block;
    text-align: center;
    padding: 10px 5px;
  }
}
.coverage-section__columns .column .coverage-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 10px auto 0 auto;
  line-height: 16px;
}
@media screen and (max-width: 450px) {
  .coverage-section__columns .column .coverage-pill {
    padding: 4px 10px;
  }
}
.coverage-section__columns .column .coverage-pill__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
.coverage-section__columns .column .coverage-pill--included {
  background-color: rgba(126, 211, 33, 0.1);
  color: #20252B;
}
.coverage-section__columns .column .coverage-pill--included .coverage-pill__dot {
  background-color: #64AF73;
}
.coverage-section__columns .column .coverage-pill--not-available {
  background-color: rgba(255, 159, 0, 0.1);
}
.coverage-section__columns .column .coverage-pill--not-available .coverage-pill__dot {
  background-color: #6F7072;
}
.coverage-section__columns .column .coverage-available {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(126, 211, 33, 0.1);
  color: #20252B;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 4px 8px;
  margin: 0 auto;
}
.coverage-section__columns .column .coverage-available::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #64AF73;
  border-radius: 50%;
}
.coverage-section__columns .column .limit-text {
  /* small, leftâ€‘aligned label */
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}
.coverage-section__columns .column .limit-text-group {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.coverage-section__columns .column .limit-text-group .limit-text {
  flex: 1;
}
.coverage-section__columns .column .numbers.dash {
  /* fill the columnâ€™s horizontal space */
  width: 80%;
  /* if you want it to vertically fill too, enable flexâ€growth */
  flex: 1;
  /* center the dash */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* dial up the size */
  font-size: 32px;
  font-weight: 300;
}
.coverage-section__columns .big {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
}
.coverage-section__columns .numbers-multi {
  display: flex;
  justify-content: space-between;
}
.coverage-section__columns .amount-item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .coverage-section__columns .hide-mobile {
    display: none !important;
  }
}
.coverage-section__details {
  padding: 0;
  /* Set to zero to collapse initially */
  color: #20252B;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 99%;
  font-weight: 300;
  max-height: 0;
  /* Set max-height to 0 so it's hidden */
  overflow: hidden;
  /* Prevent content from being visible */
  opacity: 0;
  /* Make it invisible */
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}
@media screen and (max-width: 450px) {
  .coverage-section__details {
    width: 90%;
  }
}
.coverage-section--expanded .coverage-section__details {
  max-height: 500px;
  /* Expand smoothly */
  opacity: 1;
  /* Make it visible */
  padding: 20px 25px;
  /* Restore padding */
  max-width: 96%;
}
.coverage-section--optional {
  /* go into the columns BEM blockâ€¦ */
}
.coverage-section--optional__columns {
  /* target each column in that section */
}
.coverage-section--optional__columns .column {
  /* center the number or percent line */
  /* center both single and grouped labels */
}
.coverage-section--optional__columns .column .amount-item {
  text-align: center;
}
.coverage-section--optional__columns .column .numbers {
  text-align: center;
}
.coverage-section--optional__columns .column .limit-text,
.coverage-section--optional__columns .column .limit-text-group .limit-text {
  text-align: center;
}
/* BLOCK: Coverage Column */
.coverage-column {
  flex: 1;
  text-align: center;
  padding: 10px;
}
/* BLOCK: Numbers */
.coverage-number {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  color: #20252B;
  /* MODIFIER: Larger Number */
  /* ELEMENT: Superscript for currency and percentages */
  /* ELEMENT: Checkmark icon */
}
.coverage-number--big {
  font-size: 24px;
}
.coverage-number__sup {
  font-size: 14px;
  vertical-align: super;
}
.coverage-number__icon {
  color: green;
  font-size: 24px;
}
/* BLOCK: Limit Text */
.coverage-limit {
  font-size: 14px;
  color: #757575;
  margin-top: 5px;
}
/* Utility Classes */
.u-margin-top-20 {
  margin-top: 20px;
}
.u-margin-top-50 {
  margin-top: 50px;
}
.add-to-plan-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #C21B17;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  margin: 8px auto 0;
}
.add-to-plan-btn span {
  font-size: 20px;
  font-weight: 400;
}
.add-to-plan-btn:hover {
  text-decoration: underline;
}
.coverage-status {
  background-color: #757575;
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
/* Only center cells inside the Optional Coverages block */
.coverage-table--optional .coverage-section__columns .column {
  /* center the main value */
  /* ensure each amount-item is centered too */
  /* center any label under it */
  /* if you also have grouped labels */
}
.coverage-table--optional .coverage-section__columns .column .numbers {
  text-align: center;
  margin: 0 auto;
}
.coverage-table--optional .coverage-section__columns .column .amount-item {
  text-align: center;
}
.coverage-table--optional .coverage-section__columns .column .limit-text {
  text-align: center;
}
.coverage-table--optional .coverage-section__columns .column .limit-text-group .limit-text {
  text-align: center;
}
.coverage-table__header-subrow {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.coverage-table__disclosure-link {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}
.coverage-table__disclosure-link:hover {
  text-decoration: none;
}
.addable-cell {
  background-color: #F6F6F6;
}
@media screen and (max-width: 450px) {
  .addable-cell {
    background-color: transparent;
  }
}
/* keep borders/padding inside the math */
.coverage-section__wrapper,
.coverage-section__title,
.coverage-section__columns,
.coverage-section__columns .column {
  box-sizing: border-box;
}
/* 25% title + 75% columns */
.coverage-section__title {
  width: 25%;
  border-right: 24px solid #EBEBEB;
  /* thick bar aligns with header */
}
.coverage-section__columns {
  width: 75%;
  justify-content: flex-start;
  gap: 0;
}
/* each cell is exactly a third of the 75% block */
.coverage-section__columns .column {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: auto;
  /* override earlier width:33% */
  border-right: 0;
  /* no accumulating rights */
  padding: 20px 20px;
  /* trim if you still see squeeze */
}
/* thin dividers at 50% and 75% */
.coverage-section__columns .column + .column {
  border-left: 1px solid #EBEBEB;
}
/* center numbers and pills in every column */
.coverage-section__columns .column .numbers {
  text-align: center;
}
/* Plan Selection */
.plan-selection {
  display: flex;
  justify-content: space-between;
  background-color: #F6F6F6;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  height: auto;
}
.plan-selection.sticky {
  position: sticky;
  top: 100px;
  z-index: 10;
}
.plan-selection__option {
  flex: 1;
  text-align: center;
  padding: 15px 40px;
  border-right: 2px solid #EBEBEB;
  /* ← NEW: make each card a column flexbox */
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 450px) {
  .plan-selection__option {
    padding: 15px;
  }
}
.plan-selection__option:first-child {
  border-right: 24px solid #EBEBEB;
  width: 25%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 450px) {
  .plan-selection__option:first-child {
    display: none;
  }
}
.plan-selection__option:last-child {
  border-right: none;
}
.plan-selection__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #20252B;
  margin: 25px 0 5px;
  text-align: left;
}
.plan-selection__link {
  font-size: 14px;
  color: #20252B;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 8px;
  text-align: left;
  border: none;
  background-color: transparent;
}
.plan-selection__price-wrapper {
  margin-top: 20px;
}
.plan-selection__price-label {
  font-size: 14px;
  color: #20252B;
  font-weight: 400;
  margin: 0 0 4px;
  text-align: left;
}
.plan-selection__price-row {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
}
.plan-selection__price {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #20252B;
  margin: 0;
}
.plan-selection__buy-btn {
  border: 1px solid #C21B17;
  border-radius: 4px;
  background: #C21B17;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}
.plan-selection__buy-btn:hover {
  border: 1px solid #82120F;
  background-color: #82120F;
}
@media screen and (max-width: 450px) {
  .plan-selection {
    height: auto;
    padding: 0;
  }
  .plan-selection__option {
    padding: 12px 4px;
    border-right: 1px solid #EBEBEB;
  }
  .plan-selection__option:first-child {
    display: none;
  }
  .plan-selection__option:last-child {
    border-right: none;
  }
  .plan-selection__title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .plan-selection__link {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .plan-selection__price-wrapper {
    margin-top: 60px;
  }
  .plan-selection__price-label {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .plan-selection__price-row {
    gap: 6px;
  }
  .plan-selection__price {
    font-size: 1.1rem;
  }
  .plan-selection__buy-btn {
    font-size: 11px;
    padding: 4px 10px;
  }
}
.share-quote-row {
  display: flex;
  justify-content: end;
  padding-top: 20px;
  gap: 40px;
  margin-bottom: 20px;
}
.share-quote-row__share-button,
.share-quote-row__start-button {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #C21B17;
  cursor: pointer;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.share-quote-row__share-button span,
.share-quote-row__start-button span {
  color: #C21B17;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #C21B17;
  padding-bottom: 2px;
}
.share-quote-row__share-button:hover span,
.share-quote-row__start-button:hover span {
  border-bottom: none;
}
.share-quote-row__share-button img,
.share-quote-row__start-button img {
  stroke: #C21B17;
  width: 20px;
  height: 20px;
}
/* Purchase + Share Row */
.plan-purchase-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  background-color: #FFFFFF;
}
.plan-purchase-row__share {
  flex: 1;
  max-width: 25%;
  padding: 24px 18px 24px 20px;
  border-right: 24px solid #EBEBEB;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .plan-purchase-row__share {
    display: none;
  }
}
.plan-purchase-row__share-button {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #C21B17;
  cursor: pointer;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.plan-purchase-row__share-button span {
  color: #C21B17;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #C21B17;
  padding-bottom: 2px;
}
.plan-purchase-row__share-button:hover span {
  border-bottom: none;
}
.plan-purchase-row__share-button svg {
  stroke: #C21B17;
}
.plan-purchase-row__option {
  flex: 1;
  text-align: center;
  padding: 24px 20px;
  width: 25%;
  max-width: 25%;
}
.plan-purchase-row__option:last-child {
  border-right: none;
}
.plan-purchase-row__price {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20252B;
  margin-bottom: 12px;
}
.plan-purchase-row__buy-btn {
  background-color: #C21B17;
  color: #FFFFFF;
  border: 1px solid #C21B17;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.plan-purchase-row__buy-btn:hover {
  background-color: #82120F;
  color: #FFFFFF;
}
/* keep padding/borders inside the 25% math */
.plan-selection,
.plan-selection__option {
  box-sizing: border-box;
}
/* no gaps injected between columns */
.plan-selection {
  justify-content: flex-start;
  gap: 0;
}
/* every card is exactly 25% */
.plan-selection__option {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 0;
  /* we'll draw dividers consistently */
  padding: 15px 32px;
  /* was 15px 40px to ease tight fits */
}
/* thick divider after the left gutter column (matches body title) */
.plan-selection__option:first-child {
  border-right: 24px solid #EBEBEB;
}
/* thin dividers between the three plan columns */
.plan-selection__option + .plan-selection__option {
  border-left: 1px solid #EBEBEB;
}
/* keep none on the very last edge */
.plan-selection__option:last-child {
  border-right: none;
}
/* Make widths include padding/borders so math stays exact */
.plan-purchase-row,
.plan-purchase-row__share,
.plan-purchase-row__option {
  box-sizing: border-box;
}
/* No injected gaps; align tracks to header */
.plan-purchase-row {
  justify-content: flex-start;
  gap: 0;
  padding-left: 0;
  /* keep if your parent already handles page padding */
  padding-right: 0;
}
/* LEFT gutter (Share) = 25% with the thick divider that matches header/body */
.plan-purchase-row__share {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 24px solid #EBEBEB;
  padding: 24px 20px 24px 20px;
  /* keep symmetric; avoid shifting tracks */
}
/* THREE plan columns = exact thirds of the remaining 75% */
.plan-purchase-row__option {
  flex: 0 0 25%;
  max-width: 25%;
  width: auto;
  /* override any previous width */
  border-right: 0;
  /* avoid adding width with rights */
  padding: 24px 20px;
}
/* Thin 1px dividers between the plan columns (50% and 75%) */
.plan-purchase-row__share + .plan-purchase-row__option {
  border-left: 1px solid #EBEBEB;
  /* first plan column */
}
.plan-purchase-row__option + .plan-purchase-row__option {
  border-left: 1px solid #EBEBEB;
  /* second & third plan columns */
}
/* No extra border on the very last edge */
.plan-purchase-row__option:last-child {
  border-right: none;
}
p.chooseaplan__rentalcar__content {
  margin-top: 0;
}
.chooseaplan__rentalcar {
  background-color: #FFFFFF;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 483px;
  padding: 0;
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 450px) {
  .chooseaplan__rentalcar {
    width: 95%;
    padding: 10px;
  }
}
.chooseaplan__rentalcar__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .chooseaplan__rentalcar__wrapper {
    flex-direction: column-reverse;
  }
}
.chooseaplan__rentalcar__wrapper img {
  width: 110px;
}
.chooseaplan__rentalcar__heading {
  font-size: 38px;
  line-height: 47.5px;
  text-align: center;
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .chooseaplan__rentalcar__heading {
    font-size: 38px;
    padding: 10px 0 0 0;
    margin-bottom: 24px;
    line-height: 35px;
  }
}
.chooseaplan__rentalcar__content {
  font-size: 28px;
  text-align: left;
  padding: 0 0 20px 0;
}
.chooseaplan__rentalcar__content:nth-child(2) {
  margin-bottom: 0;
}
.chooseaplan__rentalcar__disclaimer {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding: 0 0 20px 0;
  margin: 20px;
}
.chooseaplan__rentalcar__infotext {
  color: #6c9ca0;
  background-color: #72cdb933;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  display: flex;
  text-align: left;
  margin: 20px 0;
}
.chooseaplan__rentalcar__infotext img {
  display: flex;
  padding-right: 20px;
}
.chooseaplan__rentalcar__coverage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 40px;
  margin-bottom: 32px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #20252B;
}
.chooseaplan__rentalcar__coverage > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.chooseaplan__rentalcar__coverage span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.chooseaplan__rentalcar__coverage span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #20252B;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill-rule:evenodd;clip-rule:evenodd;}%20%3c/style%3e%3cpath%20class='st0'%20d='M17.2,6.3c0.4-0.4,1-0.5,1.4-0.1c0.4,0.3,0.4,0.9,0.2,1.3l-0.1,0.1l-8.4,9.6c-0.4,0.4-1,0.5-1.4,0.1l-0.1-0.1%20l-3.6-3.6c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,0.9-0.4,1.3-0.1l0.1,0.1l2.8,2.8L17.2,6.3z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 420px) {
  .chooseaplan__rentalcar__coverage {
    justify-content: flex-start;
    gap: 8px 24px;
  }
  .chooseaplan__rentalcar__coverage > div {
    gap: 4px;
  }
  .chooseaplan__rentalcar__coverage span {
    font-size: 16px;
  }
}
.chooseaplan__rentalcar__dtp-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 450px) {
  .chooseaplan__rentalcar__dtp-input {
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    gap: 12px;
    margin-top: auto;
    margin-bottom: 24px;
  }
}
.chooseaplan__rentalcar__dtp-input .react-datepicker-wrapper {
  max-width: 200px;
  max-height: 56px;
  /* .react-datepicker__input-container {
            input {
              width:215px;
              font-family: @font-primary;
              font-weight: 300;
              font-size: 16px;
              line-height: 24px;
              border: 1px solid @gray;
              border-radius: @border-radius-sm;
              @media (max-width: 450px) {
                width:250px;
              }
            }
          }*/
}
@media (max-width: 450px) {
  .chooseaplan__rentalcar__dtp-input .react-datepicker-wrapper {
    max-width: 50%;
  }
}
.chooseaplan__rentalcar__dtp-input .react-datepicker {
  margin-top: 24px !important;
  border: 1px solid #EBEBEB;
  color: #20252B;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .chooseaplan__rentalcar__dtp-input .react-datepicker__input-container {
    width: 140px;
  }
}
.chooseaplan__rentalcar__dtp-input .react-datepicker__input-container input {
  min-height: 56px;
  min-width: 180px;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .chooseaplan__rentalcar__dtp-input .react-datepicker__input-container input {
    max-width: 140px;
    min-width: 140px;
  }
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__month-container {
  padding: 16px;
  display: inline-block;
  vertical-align: top;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__header {
  padding: 0;
  border-bottom: 1px solid #EBEBEB;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker h2.react-datepicker__current-month {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-block-end: 24px;
  text-align: center;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day-names {
  margin-bottom: 0;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__navigation {
  top: 12px;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__year-read-view--down-arrow,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__month-read-view--down-arrow,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__month-year-read-view--down-arrow,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__navigation-icon::before {
  border-color: #C21B17;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__header {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__header .react-datepicker__current-month,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__header h2 {
  font-size: 16px;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day:not([aria-disabled="true"]):hover,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--in-selecting-range:not(
            .react-datepicker__day--in-range,
            .react-datepicker__month-text--in-range,
            .react-datepicker__quarter-text--in-range,
            .react-datepicker__year-text--in-range
          ) {
  background-color: #C21B17;
  border-radius: 16px;
  color: #FFFFFF;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--selected:not([aria-disabled="true"]):hover,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--in-selecting-range:not(
            [aria-disabled="true"]
          ):hover,
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--selected {
  background-color: #C21B17;
  border-radius: 16px;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--in-range {
  background-color: #C21B17;
  border-radius: 16px;
}
.chooseaplan__rentalcar__dtp-input .react-datepicker .react-datepicker__day--today {
  background-color: #FFFFFF;
  color: #20252B;
  border-color: #6F7072;
  border-radius: 16px;
}
.chooseaplan__rentalcar__validation-message {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0.25rem;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.chooseaplan__rentalcar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  text-align: center;
  padding: 20px 50px;
  background-color: #C21B17;
  color: #FFFFFF;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.chooseaplan__rentalcar__btn:disabled {
  background-color: #6f7072;
  border: 1px solid #6f7072;
  color: #ffffff;
  cursor: not-allowed;
}
.chooseaplan__rentalcar__btn svg {
  margin-right: 10px;
}
.chooseaplan .d-none {
  display: none;
}
.d-none {
  display: none;
}
.chooseaplan__add {
  background-color: #FFFFFF;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 483px;
  padding: 100px 50px 50px 50px;
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 450px) {
  .chooseaplan__add {
    width: 95%;
    padding: 10px;
  }
}
.chooseaplan__add__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .chooseaplan__add__wrapper {
    flex-direction: column-reverse;
  }
}
.chooseaplan__add__wrapper img {
  width: 110px;
}
.chooseaplan__add__heading {
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  padding: 20px 50px;
}
@media screen and (max-width: 450px) {
  .chooseaplan__add__heading {
    padding: 10px 0;
  }
}
.chooseaplan__add__content {
  text-align: left;
  padding: 0 0 20px 0;
}
.chooseaplan__add__infotext {
  color: #6C9CA0;
  background-color: #72CDB933;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.chooseaplan__add__infotext img {
  display: flex;
  padding-right: 20px;
}
.chooseaplan__add__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  background-color: #C21B17;
  color: #FFFFFF;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.chooseaplan__add__btn svg {
  margin-right: 10px;
}
.chooseaplan__cfar {
  background-color: #FFFFFF;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 842px;
  padding: 100px;
  font-size: 20px;
  font-weight: 200;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar {
    width: 95%;
    padding: 10px;
    flex-direction: column;
  }
}
.chooseaplan__cfar__details {
  width: 55%;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__details {
    width: 95%;
  }
}
.chooseaplan__cfar__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__wrapper {
    flex-direction: column-reverse;
  }
}
.chooseaplan__cfar__wrapper img {
  width: 110px;
}
.chooseaplan__cfar__heading {
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__heading {
    padding: 10px 0 0 0;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 35px;
  }
}
.chooseaplan__cfar__content {
  text-align: left;
  padding: 0 0 20px 0;
  margin: 0;
}
.chooseaplan__cfar__disclaimer {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding: 0 0 20px 0;
  margin: 20px;
}
.chooseaplan__cfar__link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #C21B17;
  cursor: pointer;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.chooseaplan__cfar__text {
  border: 2px solid #b6abc9;
  color: #20252B;
  border-radius: 4px;
  background-color: #b6abc94d;
  font-weight: 200;
  font-size: 20px;
  padding: 20px;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.chooseaplan__cfar__infotext {
  color: #6c9ca0;
  border-radius: 4px;
  background-color: #72cdb933;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.chooseaplan__cfar__infotext img {
  display: flex;
  padding-right: 20px;
}
.chooseaplan__cfar__date-CTA {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__date-CTA {
    flex-direction: column;
    gap: 30px;
  }
}
.chooseaplan__cfar__date-CTA .react-datepicker {
  margin-top: 24px !important;
  border: 1px solid #EBEBEB;
  color: #20252B;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__date-CTA .react-datepicker__input-container {
    width: 100%;
  }
}
.chooseaplan__cfar__date-CTA .react-datepicker__input-container input {
  min-height: 56px;
  min-width: 180px;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__date-CTA .react-datepicker__input-container input {
    width: 95%;
  }
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__month-container {
  padding: 16px;
  display: inline-block;
  vertical-align: top;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__header {
  padding: 0;
  border-bottom: 1px solid #EBEBEB;
}
.chooseaplan__cfar__date-CTA .react-datepicker h2.react-datepicker__current-month {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-block-end: 24px;
  text-align: center;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day-names {
  margin-bottom: 0;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__navigation {
  top: 12px;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__year-read-view--down-arrow,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__month-read-view--down-arrow,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__month-year-read-view--down-arrow,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__navigation-icon::before {
  border-color: #C21B17;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__header {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__header .react-datepicker__current-month,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__header h2 {
  font-size: 16px;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day:not([aria-disabled="true"]):hover,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--in-selecting-range:not(
            .react-datepicker__day--in-range,
            .react-datepicker__month-text--in-range,
            .react-datepicker__quarter-text--in-range,
            .react-datepicker__year-text--in-range
          ) {
  background-color: #C21B17;
  border-radius: 16px;
  color: #FFFFFF;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--selected:not([aria-disabled="true"]):hover,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--in-selecting-range:not(
            [aria-disabled="true"]
          ):hover,
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--selected {
  background-color: #C21B17;
  border-radius: 16px;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--in-range {
  background-color: #C21B17;
  border-radius: 16px;
}
.chooseaplan__cfar__date-CTA .react-datepicker .react-datepicker__day--today {
  background-color: #FFFFFF;
  color: #20252B;
  border-color: #6F7072;
  border-radius: 16px;
}
.chooseaplan__cfar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 50px;
  background-color: #C21B17;
  color: #FFFFFF;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.chooseaplan__cfar__btn:disabled {
  background-color: #6f7072;
  border: 1px solid #6f7072;
  color: #ffffff;
  cursor: not-allowed;
}
.chooseaplan__cfar__btn svg {
  margin-right: 10px;
}
.chooseaplan__cfar__criteria {
  padding-left: 50px;
  width: 36%;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__criteria {
    width: 95%;
    padding: 50px 0 0 0;
  }
}
.chooseaplan__cfar__criteria__heading {
  text-align: left;
  padding: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .chooseaplan__cfar__criteria__heading {
    text-align: center;
  }
}
.chooseaplan__cfar__criteria ul {
  text-align: left;
}
.chooseaplan__cfar__criteria ul li {
  padding-bottom: 20px;
}
.chooseaplan__cfar__criteria ul li::marker {
  color: #C21B17;
}
/* mobile overrides last */
/* === Choose A Plan Mobile Styles === */
.chooseaplan-mobile {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* 1) HEADER sticks to top */
  /* 1b) TOGGLES: plan buttons */
  /* 1c) DETAILS: price, docs, share */
  /* 2) CONTENT grows & scrolls under header */
  /* 3) FOOTER fixed at bottom */
  /* 5) INLINE SINGLE-LINE VALUE (no box) */
  /* === MOBILE-ONLY COVERAGE SECTION TWEAKS === */
  /* 1) Stack wrapper vertically (title, details, values) */
  /* 2) Details first */
  /* 3) Values second, remove the little box around the cell */
}
.chooseaplan-mobile__header {
  position: sticky;
  top: 0;
  background: #F6F6F6;
  padding: 16px;
  z-index: 10;
}
.chooseaplan-mobile__header__title {
  margin: 0 0 8px;
  font-size: 24px;
  text-align: center;
}
.chooseaplan-mobile__header-top-bar {
  width: 100%;
  height: 8px;
  background: #C21B17;
  margin-bottom: 12px;
}
.chooseaplan-mobile__header sub {
  line-height: 18px;
  padding-bottom: 15px;
  display: block;
}
.chooseaplan-mobile__toggles {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}
.chooseaplan-mobile__toggles .plan-toggle__btn {
  flex: 1;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border: 1px solid #B0B2B3;
  color: #B0B2B3;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
.chooseaplan-mobile__toggles .plan-toggle__btn:hover {
  background: #F6F6F6;
}
.chooseaplan-mobile__toggles .plan-toggle__btn.active {
  border-color: #20252B;
  color: #20252B;
}
.chooseaplan-mobile__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.chooseaplan-mobile__details .price {
  font-size: 32px;
  font-weight: 300;
  color: #20252B;
  margin-bottom: 4px;
}
.chooseaplan-mobile__details .links-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.chooseaplan-mobile__details .doc-link {
  font-size: 14px;
  text-decoration: underline;
  color: #20252B;
  border: none;
  backgroun: none;
}
.chooseaplan-mobile__content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 16px;
  margin-bottom: 80px;
  /* so footer doesn’t cover last items */
}
.chooseaplan-mobile__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 12px 16px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  text-align: right;
}
.chooseaplan-mobile__footer .buy-btn {
  background: #C21B17;
  color: #FFFFFF;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
.chooseaplan-mobile .numbers-mobile-oneline {
  display: flex !important;
  width: 100% !important;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  background: none !important;
  border: none !important;
}
.chooseaplan-mobile .limit-inline {
  margin-left: 0.25rem;
  font-size: 14px;
  font-weight: 200;
  color: #20252B;
}
.chooseaplan-mobile .coverage-section__wrapper {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
}
.chooseaplan-mobile .coverage-section__details {
  order: 1;
  padding: 0.75rem 0 !important;
  border-bottom: none !important;
}
.chooseaplan-mobile .coverage-section__columns {
  order: 2;
  margin-bottom: 1rem;
}
.chooseaplan-mobile .coverage-section__columns .column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: auto         !important;
  flex: none          !important;
  border: none        !important;
  padding: 0.5rem 0 !important;
  text-align: left;
}
.chooseaplan-mobile .coverage-section__columns .column .add-to-plan-btn {
  display: inline-flex !important;
  visibility: visible !important;
  margin-top: 8px !important;
}
.chooseaplan-mobile .coverage-section__title {
  justify-content: left !important;
  padding: 0 !important;
}
.chooseaplan-mobile .coverage-table .coverage-table__header-title,
.chooseaplan-mobile .coverage-table .coverage-table__header-subtitle {
  color: #20252B;
}
.chooseaplan-mobile .coverage-table__header-top-bar {
  display: none !important;
}
.chooseaplan-mobile .chooseaplan-mobile__content > .plan-selection__option {
  background: white;
  padding: 0 16px;
  margin-bottom: 16px;
  width: 100%;
}
.chooseaplan-mobile .plan-selection__link {
  display: inline-block;
  font-size: 16px !important;
  color: #20252B !important;
  text-decoration: underline;
}
.chooseaplan-mobile__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  /* 1) switch from right-aligned text to a flex row */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 2) your gray background */
  background: #F6F6F6;
  padding: 12px 16px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 20;
  /* 3) make sure the Re-Quote on the left and BUY on the right line up */
}
.chooseaplan-mobile__footer .summary__btns {
  /* if you need to tweak the left button */
  flex: 0 0 auto;
  margin: 0;
}
.chooseaplan-mobile__footer .buy-btn {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  /* kill any auto margins */
  padding: 8px 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
/* === MOBILE RESET (<=450px) === */
@media screen and (max-width: 450px) {
  /* Stack the row */
  .coverage-section__wrapper {
    flex-direction: column;
  }
  /* Title: full width, no thick divider */
  .coverage-section__title {
    width: 100%;
    border-right: none;
    /* kill the 24px bar */
    padding: 16px 12px;
  }
  /* Columns container: full width */
  .coverage-section__columns {
    width: 100%;
  }
  /* Each column: 100% width, no side dividers, use top dividers instead */
  .coverage-section__columns .column {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #EBEBEB;
    /* keeps separation when stacked */
    padding: 12px;
  }
  /* Plan selection header cards: single column and no internal dividers */
  .plan-selection {
    justify-content: flex-start;
    gap: 0;
  }
  .plan-selection__option {
    flex: 0 0 auto;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 12px 15px;
  }
  .plan-selection__option:first-child {
    border-right: none;
  }
  /* kill 24px bar */
  /* Purchase row: match stacked pattern */
  .plan-purchase-row {
    flex-direction: column;
    gap: 0;
  }
  .plan-purchase-row__share {
    flex: 0 0 auto;
    max-width: 100%;
    border-right: none;
    padding: 16px 12px;
  }
  .plan-purchase-row__option {
    flex: 0 0 auto;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #EBEBEB;
    padding: 16px 12px;
  }
}
/* ---- Mobile full-bleed helpers ---- */
:root {
  --mobile-gutter: 16px;
}
/* matches .chooseaplan-mobile__content padding */
/* Coverage table header: full-bleed gray with inner padding restored */
.chooseaplan-mobile .coverage-table__header-content {
  background: #F6F6F6;
  margin-left: calc(-1 * var(--mobile-gutter));
  margin-right: calc(-1 * var(--mobile-gutter));
  padding-left: var(--mobile-gutter);
  padding-right: var(--mobile-gutter);
  box-sizing: border-box;
}
/* Thin red top bar: full-bleed */
.chooseaplan-mobile__header-top-bar,
.chooseaplan-mobile .coverage-table__header-top-bar {
  margin-left: calc(-1 * var(--mobile-gutter));
  margin-right: calc(-1 * var(--mobile-gutter));
  width: auto;
  /* let negative margins handle the width */
}
/* Coverage row container — keep normal padding, just allow the ::after to bleed */
.chooseaplan-mobile .coverage-section__columns {
  position: relative;
  box-sizing: border-box;
  /* no negative margins here */
}
/* Single full-bleed bottom rule */
.chooseaplan-mobile .coverage-section__columns::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* draw the rule at viewport width, centered, so it bleeds edge-to-edge
     regardless of any parent padding/margins */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 0;
  border-bottom: 4px solid #F6F6F6;
  pointer-events: none;
}
/* remove the gap between a row and the next section header */
.chooseaplan-mobile .coverage-section__columns {
  margin-bottom: 0 !important;
  /* was 1rem */
  padding-bottom: 16px !important;
  /* keep space before the rule */
}
/* make sure the gray header starts right after the rule */
.chooseaplan-mobile .coverage-table__header-content {
  margin-top: 0 !important;
}
