.gtg-rest-checkout__phone-row {
  grid-template-columns: 96px minmax(0, 1fr) !important;
}

.gtg-rest-checkout__phone-row select[name="phone_country_iso"] {
  padding-left: .5rem;
  padding-right: .45rem;
  font-size: .92rem;
}

.gtg-rest-checkout__item-controls .gtg-rest-checkout__remove-button,
.gtg-rest-checkout__item-controls button {
  min-height: auto;
}

.gtg-rest-checkout__item-controls .gtg-rest-checkout__remove-button {
  padding: .2rem .15rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--gtg-booking-accent-dark, var(--gtg-checkout-accent)) !important;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: underline !important;
}

.gtg-rest-checkout__item-controls .gtg-rest-checkout__remove-button:hover {
  transform: none;
  box-shadow: none;
}

.gtg-rest-checkout__summary .gtg-rest-checkout__muted {
  display: block;
  margin-top: .85rem;
}

.gtg-rest-checkout__phone-row.gtg-rest-checkout__phone-row--intl {
  position: relative;
  z-index: 1000;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100%;
  min-width: 0;
}

.gtg-rest-checkout__phone-row--intl label {
  display: grid;
  gap: .35rem;
  width: 100%;
  min-width: 0;
}

.gtg-rest-checkout__phone-row--intl .iti {
  width: 100% !important;
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: stretch;
  border: 2px solid var(--gtg-checkout-ink);
  border-radius: 9px;
  background: #fff;
  overflow: visible;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  padding-left: .75rem !important;
  overflow: hidden;
}

.gtg-rest-checkout__phone-row--intl .iti:focus-within {
  border-color: var(--gtg-checkout-accent);
  box-shadow: none;
}

.gtg-rest-checkout__phone-row--intl .iti__country-container {
  flex: 0 0 auto;
  z-index: 100001;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country {
  height: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 7px 0 0 7px;
  background: #fff6ec;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  min-height: 48px;
  padding-block: .78rem;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: transparent;
  color: var(--gtg-checkout-ink);
  font: inherit;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input:-webkit-autofill,
.gtg-rest-checkout__phone-row--intl input[type="tel"]:-webkit-autofill,
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--gtg-checkout-ink) !important;
  caret-color: var(--gtg-checkout-ink);
  border-radius: 0 7px 7px 0;
}

.gtg-rest-checkout__phone-row--intl .iti__country-selector {
  z-index: 100002;
  border: 2px solid var(--gtg-checkout-ink);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: none;
  overflow: hidden;
}

.gtg-rest-checkout__phone-row--intl .iti__country-list {
  max-height: 150px;
  box-shadow: none;
}

.gtg-rest-checkout__phone-row--intl .iti__search-input {
  box-sizing: border-box;
  width: calc(100% - .9rem);
  min-height: 44px;
  margin: .45rem;
  padding: .55rem .7rem .55rem 2.2rem;
  border: 2px solid var(--gtg-checkout-accent);
  border-radius: 8px;
  background-color: #fff;
  color: var(--gtg-checkout-ink);
  font: inherit;
  font-weight: 750;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
}

.gtg-rest-checkout__phone-row--intl .iti__search-input:focus {
  border-color: var(--gtg-checkout-accent);
  outline: none !important;
  box-shadow: none !important;
}

.gtg-rest-checkout__phone-row--intl .iti__search-input::placeholder {
  color: #6b625b;
  opacity: 1;
}

.gtg-rest-checkout__phone-row--intl .iti__search-input::-webkit-search-decoration,
.gtg-rest-checkout__phone-row--intl .iti__search-input::-webkit-search-cancel-button,
.gtg-rest-checkout__phone-row--intl .iti__search-input::-webkit-search-results-button,
.gtg-rest-checkout__phone-row--intl .iti__search-input::-webkit-search-results-decoration {
  display: none;
}

.gtg-rest-checkout__phone-row--intl .iti__search-input-wrapper,
.gtg-rest-checkout__phone-row--intl .iti__search-input-container {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}

.gtg-rest-checkout__phone-row--intl .iti__search-icon {
  left: 1.15rem;
  color: var(--gtg-checkout-ink);
  opacity: .72;
}

.gtg-rest-checkout__phone-row--intl .iti__country {
  padding: .55rem .75rem;
  color: var(--gtg-checkout-ink);
  font: inherit;
  font-weight: 700;
}

.gtg-rest-checkout__phone-row--intl .iti__country.iti__highlight {
  background: #f0ded2;
}

.gtg-rest-checkout__phone-row--intl .iti {
  border: 2px solid var(--gtg-checkout-ink);
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

.gtg-rest-checkout__phone-row--intl .iti:focus-within {
  border-color: var(--gtg-checkout-ink);
  box-shadow: none;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country {
  background: transparent;
  border: 0;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  background: transparent;
  color: var(--gtg-checkout-ink);
}

@media (min-width: 760px) {
  .gtg-rest-checkout__layout {
    grid-template-columns: minmax(0, 1fr) minmax(288px, 342px) !important;
  }
}

@media (min-width: 1024px) {
  .gtg-rest-checkout__layout {
    grid-template-columns: minmax(0, 1fr) 342px !important;
  }
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country {
  background: transparent;
  border: 0;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country-primary {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input::placeholder,
.gtg-rest-checkout__phone-row--intl input[type="tel"]::placeholder {
  color: #8f877e;
  opacity: 1;
  font-weight: 750;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country {
  background: transparent;
  border: 0;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-country-primary {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-dial-code {
  color: var(--gtg-checkout-ink);
  font-weight: 750;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  font-weight: 750;
  text-align: left;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input::placeholder,
.gtg-rest-checkout__phone-row--intl input[type="tel"]::placeholder {
  color: #8f877e;
  opacity: 1;
  font-weight: 750;
}

.gtg-rest-checkout__phone-row--intl .iti__country-selector {
  width: 100%;
  max-width: 330px;
}

.gtg-rest-checkout__phone-row--intl .iti__country {
  font-weight: 500;
}

.gtg-rest-checkout__phone-row--intl .iti__country.iti__highlight {
  background: #f0ded2;
}

.gtg-rest-checkout__phone-row--intl .iti__country-name,
.gtg-rest-checkout__phone-row--intl .iti__dial-code {
  font-weight: 500;
}

.gtg-rest-checkout__phone-row--intl .iti__selected-dial-code {
  font-weight: 700;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  font-weight: 700;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input,
.gtg-rest-checkout__phone-row--intl input[type="tel"],
.gtg-rest-checkout__phone-row--intl .iti input.gtg-rest-checkout__phone-input {
  padding-left: 9.1rem !important;
  font-weight: 700;
}

.gtg-rest-checkout__phone-row--intl .iti__tel-input::placeholder,
.gtg-rest-checkout__phone-row--intl input[type="tel"]::placeholder {
  color: #8f877e;
  opacity: 1;
  font-weight: 650;
}