.mowvr-car-listing,
.mowvr-single-car,
.mowvr-registration,
.mowvr-booking-confirmation,
.mowvr-verification {
  color: var(--ink, #2e2e2e);
  font-family: inherit;
  margin: 0 auto;
  max-width: 1460px;
}

.mowvr-section-heading {
  margin: 0 0 32px;
  text-align: center;
}

.mowvr-section-heading span {
  color: var(--ink, #2e2e2e);
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mowvr-section-heading h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  margin: 0;
}

.listing-page-section.mowvr-car-listing,
.details-page-top.mowvr-single-car,
.registration-section.mowvr-registration,
.registration-section.mowvr-verification,
.mowvr-account {
  margin: 0;
  max-width: none;
}

.inner-page-shell .section-pad:has(.mowvr-registration),
.inner-page-shell .section-pad:has(.mowvr-verification),
.inner-page-shell .section-pad:has(.mowvr-login),
.inner-page-shell .section-pad:has(.mowvr-booking-page),
.inner-page-shell .section-pad:has(.mowvr-account) {
  padding: 0 0 96px;
}

.inner-page-shell .section-pad > .content-container:has(.mowvr-registration),
.inner-page-shell .section-pad > .content-container:has(.mowvr-verification),
.inner-page-shell .section-pad > .content-container:has(.mowvr-login),
.inner-page-shell .section-pad > .content-container:has(.mowvr-booking-page),
.inner-page-shell .section-pad > .content-container:has(.mowvr-account) {
  max-width: none;
  padding: 0;
  width: 100%;
}

.inner-page-shell .section-pad > .content-container:has(.mowvr-registration) .registration-section,
.inner-page-shell .section-pad > .content-container:has(.mowvr-verification) .registration-section {
  background: transparent;
}

.mowvr-account-page .inner-page-shell,
.mowvr-login-page .inner-page-shell,
.mowvr-booking-page-body .inner-page-shell {
  background: transparent;
}

.mowvr-login-page .inner-hero-content,
.mowvr-registration-page .inner-hero-content,
.mowvr-forgot-password-page .inner-hero-content,
.mowvr-booking-page-body .inner-hero-content,
.mowvr-account-page .inner-hero-content {
  display: none;
}

.mowvr-account-page .inner-page-shell > .section-pad,
.mowvr-login-page .inner-page-shell > .section-pad,
.mowvr-booking-page-body .inner-page-shell > .section-pad {
  padding: 48px 0 96px;
}

.mowvr-account-page .inner-page-shell > .section-pad > .content-container,
.mowvr-login-page .inner-page-shell > .section-pad > .content-container,
.mowvr-booking-page-body .inner-page-shell > .section-pad > .content-container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.mowvr-listing-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mowvr-listing-card,
.mowvr-card,
.mowvr-single-sidebar {
  background: #fff;
  border: 1px solid #ded5ff;
  border-radius: 20px;
  overflow: hidden;
}

.mowvr-listing-card img,
.mowvr-single-image {
  aspect-ratio: 468 / 270;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mowvr-listing-card-body,
.mowvr-card,
.mowvr-single-sidebar {
  padding: 24px;
}

.mowvr-listing-card h3,
.mowvr-single-car h1,
.mowvr-single-sidebar h2 {
  margin-top: 0;
}

.mowvr-listing-card a {
  color: inherit;
  text-decoration: none;
}

.mowvr-car-listing .mowvr-listing-search-bar {
  align-items: center;
  background: #102039;
  bottom: auto;
  border-radius: 28px;
  display: grid;
  gap: 28px;
  left: auto;
  grid-template-columns: 1.3fr 1fr 1fr 74px;
  margin: 0 0 42px;
  padding: 26px 28px;
  position: static;
  right: auto;
  top: auto;
  transform: none;
  width: auto;
}

.mowvr-car-listing .booking-field {
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: 75px;
  padding-bottom: 13px;
}

.mowvr-car-listing .booking-field > span:not(.booking-control) {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.mowvr-car-listing .booking-control {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 18px;
  min-height: 30px;
  min-width: 0;
  position: relative;
}

.mowvr-place-suggestions {
  background: #fff;
  border: 1px solid #ded5ff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(16, 32, 57, .16);
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 60;
}

.mowvr-place-suggestions button {
  background: #fff;
  border: 0;
  color: #102039;
  cursor: pointer;
  display: block;
  font: inherit;
  line-height: 1.35;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.mowvr-place-suggestions button:hover,
.mowvr-place-suggestions button:focus {
  background: #f5f2ff;
  outline: 0;
}

.mowvr-car-listing .booking-field input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  color-scheme: dark;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 1.25;
  min-height: 30px;
  min-width: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 100%;
}

.mowvr-car-listing .booking-field input[type="text"] {
  cursor: text;
}

.mowvr-car-listing .booking-field input::placeholder,
.mowvr-car-listing .picker-placeholder {
  color: rgba(255, 255, 255, .9);
  opacity: 1;
}

.mowvr-car-listing .picker-control input {
  color: transparent;
  grid-column: 1 / 3;
  grid-row: 1;
  padding-right: 28px;
  position: relative;
  z-index: 2;
}

.mowvr-car-listing .picker-control.has-value input,
.mowvr-car-listing .picker-control:focus-within input {
  color: #fff;
}

.mowvr-car-listing .picker-placeholder {
  font-size: 17px;
  font-weight: 500;
  grid-column: 1;
  grid-row: 1;
  letter-spacing: 1.7px;
  min-width: 0;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

.mowvr-car-listing .picker-control.has-value .picker-placeholder,
.mowvr-car-listing .picker-control:focus-within .picker-placeholder {
  opacity: 0;
}

.mowvr-car-listing .booking-icon {
  fill: none;
  grid-column: 2;
  grid-row: 1;
  height: 18px;
  justify-self: end;
  pointer-events: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
  z-index: 4;
}

.mowvr-car-listing .booking-split {
  column-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mowvr-car-listing .booking-split > span:first-child {
  grid-column: 1 / -1;
}

.mowvr-car-listing .search-btn {
  align-items: center;
  background: #F37332;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  margin-top: 8px;
  width: 74px;
}

.mowvr-car-listing .search-btn svg {
  fill: none;
  height: 24px;
  stroke: #102039;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.mowvr-car-listing .listing-car-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.mowvr-auth-buttons {
  align-items: center;
  display: flex;
  gap: 14px;
}

.mowvr-auth-buttons .btn,
.mowvr-auth-buttons a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .8px;
  min-height: 58px;
  min-width: 130px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.mowvr-auth-buttons .btn-login {
  background: #102039;
  color: #fff;
}

.mowvr-auth-buttons .btn-signup {
  background: #F37332;
  color: #fff;
}

.mowvr-review-form {
  background: #fff;
  border: 1px solid #ded5ff;
  border-radius: 20px;
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding: 22px;
}

.mowvr-star-input {
  direction: rtl;
  display: inline-flex;
  justify-self: start;
}

.mowvr-star-input input {
  position: absolute;
  opacity: 0;
}

.mowvr-star-input label {
  color: #d7d0e8;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  padding-right: 5px;
}

.mowvr-star-input label:hover,
.mowvr-star-input label:hover ~ label,
.mowvr-star-input input:checked ~ label {
  color: #F37332;
}

.mowvr-review-form textarea {
  border: 1px solid #e4e0f3;
  border-radius: 16px;
  min-height: 120px;
  padding: 14px;
  resize: vertical;
  width: 100%;
}

.mowvr-review-form .mowvr-validation-message {
  margin-top: -8px;
}

.mowvr-review-form .mowvr-star-input.mowvr-field-error {
  color: #dc2626;
}

.mowvr-inline-button-control {
  display: block;
  position: relative;
}

.mowvr-registration-form .mowvr-inline-button-control input {
  min-height: 65px;
  padding-right: 156px;
}

.mowvr-send-otp,
.mowvr-verify-otp {
  align-items: center;
  background: #102039;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 51px;
  min-width: 126px;
  padding: 0 24px;
  position: absolute;
  right: 7px;
  top: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mowvr-verify-otp.is-verified {
  background: #F37332;
}

.mowvr-email-help {
  color: #5c6da3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: -6px;
}

.mowvr-send-otp:disabled,
.mowvr-verify-otp:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.mowvr-otp-status {
  color: #102039;
  display: block;
  font-size: 13px;
  font-weight: 700;
  min-height: 18px;
}

.mowvr-otp-status.is-success {
  color: #15803d;
}

.mowvr-otp-status.is-error {
  color: #b91c1c;
}

.mowvr-listing-meta {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.mowvr-booking-cta,
.mowvr-button {
  background: var(--yellow, #F37332);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.mowvr-single-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.mowvr-price strong {
  color: var(--purple, #102039);
  font-size: 34px;
}

.mowvr-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mowvr-booking label,
.mowvr-registration label,
.mowvr-verification label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
}

.mowvr-booking input,
.mowvr-registration input,
.mowvr-verification input,
.mowvr-booking select,
.mowvr-registration select {
  border: 1px solid #e4e0f3;
  border-radius: 14px;
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}

.mowvr-registration-form .registration-field input,
.mowvr-registration-form .registration-field select {
  border-radius: 18px;
  min-height: 65px;
  padding: 0 35px;
}

.mowvr-password-control {
  display: block;
  position: relative;
  width: 100%;
}

.mowvr-password-control input {
  padding-right: 62px !important;
}

.mowvr-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #777386;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
}

.mowvr-password-toggle svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.mowvr-password-toggle::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 21px;
  transform: rotate(-45deg);
  width: 21px;
}

.mowvr-password-toggle:hover,
.mowvr-password-toggle:focus,
.mowvr-password-toggle.is-visible {
  color: #F37332;
  outline: 0;
}

.mowvr-password-toggle.is-visible::after {
  opacity: 1;
}

.mowvr-booking select,
.mowvr-registration select,
.mowvr-verification select,
.mowvr-profile-form select,
.mowvr-review-form select,
.trip-form.mowvr-booking .mowvr-booking-panel select,
.trip-form.mowvr-booking .mowvr-payment-card-box select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23777386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 28px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  padding-right: 58px;
}

.mowvr-registration-form .registration-date,
.mowvr-profile-form .registration-date {
  position: relative;
}

.mowvr-registration-form .registration-date::after,
.mowvr-profile-form .registration-date::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1.75V4.75M13.5 1.75V4.75M2.25 7.5H16.75M4 3.25H15C16.1046 3.25 17 4.14543 17 5.25V16C17 17.1046 16.1046 18 15 18H4C2.89543 18 2 17.1046 2 16V5.25C2 4.14543 2.89543 3.25 4 3.25Z' stroke='%23777386' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 20px;
  bottom: 40px;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 31px;
  width: 24px;
}

.mowvr-registration-form .registration-date input[type="date"],
.mowvr-profile-form .registration-date input[type="date"] {
  appearance: none;
  background-image: none;
  padding-right: 58px;
}

.mowvr-registration-form .registration-date input[type="date"]::-webkit-calendar-picker-indicator,
.mowvr-profile-form .registration-date input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 58px;
}

.mowvr-registration-form .registration-date .mowvr-dob-picker,
.mowvr-profile-form .registration-date .mowvr-dob-picker {
  cursor: pointer;
  padding-right: 58px;
}

.mowvr-native-select {
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none;
  position: absolute !important;
  width: 1px !important;
}

.mowvr-custom-select {
  display: block;
  position: relative;
  width: 100%;
}

.mowvr-custom-select-button {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 18px;
  color: #2e2e2e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  min-height: 65px;
  padding: 0 58px 0 35px;
  position: relative;
  text-align: left;
  width: 100%;
}

.mowvr-custom-select-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23777386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  content: "";
  height: 18px;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.mowvr-custom-select.is-open .mowvr-custom-select-button {
  border-color: rgba(55, 26, 148, .35);
  box-shadow: 0 0 0 4px rgba(55, 26, 148, .07);
}

.mowvr-custom-select.is-open .mowvr-custom-select-button::after {
  transform: translateY(-50%) rotate(180deg);
}

.mowvr-custom-select-list {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(16, 32, 57, .14);
  display: none;
  left: 0;
  max-height: 245px;
  overflow: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
}

.mowvr-custom-select.is-open .mowvr-custom-select-list {
  display: grid;
  gap: 4px;
}

.mowvr-custom-select-option {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #102039;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.mowvr-custom-select-option:hover,
.mowvr-custom-select-option.is-selected {
  background: #f37332;
  color: #fff;
}

.mowvr-custom-select-option:disabled {
  color: #777386;
  cursor: default;
  opacity: .7;
}

.mowvr-custom-select-option:disabled:hover {
  background: transparent;
  color: #777386;
}

.trip-form .mowvr-custom-select .mowvr-custom-select-button,
.trip-form .mowvr-custom-select .mowvr-custom-select-option {
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  min-width: 0 !important;
  text-transform: none !important;
  transform: none !important;
}

.trip-form .mowvr-custom-select .mowvr-custom-select-button {
  background: #fff !important;
  border: 1px solid #e8e4ef !important;
  border-radius: 18px !important;
  color: #2e2e2e !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  min-height: 65px !important;
  padding: 0 58px 0 35px !important;
  width: 100% !important;
}

.trip-form .mowvr-custom-select.is-open .mowvr-custom-select-button {
  border-color: rgba(55, 26, 148, .35) !important;
  box-shadow: 0 0 0 4px rgba(55, 26, 148, .07) !important;
}

.trip-form .mowvr-custom-select .mowvr-custom-select-option {
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #102039 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  text-align: left !important;
  width: 100% !important;
}

.trip-form .mowvr-custom-select .mowvr-custom-select-option:hover,
.trip-form .mowvr-custom-select .mowvr-custom-select-option.is-selected {
  background: #f37332 !important;
  color: #fff !important;
}

.mowvr-billing-select2-native {
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

.mowvr-billing-select2-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.mowvr-billing-select2-control {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 18px;
  color: #2e2e2e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  min-height: 65px;
  padding: 0 58px 0 35px;
  position: relative;
  text-align: left;
  width: 100%;
}

.mowvr-billing-select2-control::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23777386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  content: "";
  height: 18px;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.mowvr-billing-select2-wrap.is-open .mowvr-billing-select2-control {
  border-color: rgba(55, 26, 148, .35);
  box-shadow: 0 0 0 4px rgba(55, 26, 148, .07);
}

.mowvr-billing-select2-wrap.is-open .mowvr-billing-select2-control::after {
  transform: translateY(-50%) rotate(180deg);
}

.mowvr-billing-select2-wrap.is-disabled .mowvr-billing-select2-control {
  cursor: default;
  opacity: .8;
}

.mowvr-billing-select2-dropdown {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(16, 32, 57, .14);
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
}

.mowvr-billing-select2-wrap.is-open .mowvr-billing-select2-dropdown {
  display: block;
}

.mowvr-billing-select2-search {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 12px;
  box-shadow: none;
  color: #102039;
  font-size: 14px;
  height: 42px;
  margin: 0 0 8px;
  padding: 0 14px;
  width: 100%;
}

.mowvr-billing-select2-results {
  display: grid;
  gap: 4px;
  max-height: 220px;
  overflow: auto;
}

.mowvr-billing-select2-option,
.mowvr-billing-select2-empty {
  border-radius: 10px;
  color: #102039;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.mowvr-billing-select2-option {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mowvr-billing-select2-empty {
  align-items: center;
  display: flex;
}

.mowvr-billing-select2-option:hover,
.mowvr-billing-select2-option.is-selected {
  background: #f37332;
  color: #fff;
}

.trip-form .mowvr-billing-select2-control,
.trip-form .mowvr-billing-select2-option {
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  min-width: 0 !important;
  text-transform: none !important;
  transform: none !important;
}

.trip-form .mowvr-billing-select2-control {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #e8e4ef !important;
  border-radius: 18px !important;
  color: #2e2e2e !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  line-height: 1.2 !important;
  min-height: 65px !important;
  padding: 0 58px 0 35px !important;
  width: 100% !important;
}

.trip-form .mowvr-billing-select2-wrap.is-open .mowvr-billing-select2-control {
  border-color: rgba(55, 26, 148, .35) !important;
  box-shadow: 0 0 0 4px rgba(55, 26, 148, .07) !important;
}

.trip-form .mowvr-billing-select2-dropdown {
  border: 1px solid #e8e4ef !important;
  border-radius: 16px !important;
  padding: 8px !important;
}

.trip-form .mowvr-billing-select2-search {
  border: 1px solid #e8e4ef !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 42px !important;
  margin: 0 0 8px !important;
}

.trip-form .mowvr-billing-select2-option {
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #102039 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  text-align: left !important;
  width: 100% !important;
}

.trip-form .mowvr-billing-select2-option:hover,
.trip-form .mowvr-billing-select2-option.is-selected {
  background: #f37332 !important;
  color: #fff !important;
}

.mowvr-datepicker-popover {
  background: #fff;
  border: 1px solid #e8e4ef;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(16, 32, 57, .16);
  max-width: calc(100vw - 32px);
  padding: 14px 14px 16px;
  position: absolute;
  z-index: 99999;
}

.mowvr-datepicker-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mowvr-datepicker-title {
  align-items: center;
  color: #102039;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 84px;
  width: 100%;
}

.mowvr-datepicker-select {
  appearance: none;
  background-color: #fbfcff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23777386' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  border: 1px solid #e8e4ef;
  border-radius: 10px;
  color: #102039;
  font-size: 13px;
  font-weight: 800;
  height: 36px;
  outline: 0;
  padding: 0 26px 0 10px;
  width: 100%;
}

.mowvr-datepicker-nav {
  align-items: center;
  background: #f7f5ff;
  border: 0;
  border-radius: 10px;
  color: #102039;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.mowvr-datepicker-nav:hover {
  background: #f37332;
  color: #fff;
}

.mowvr-datepicker-nav:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.mowvr-datepicker-nav:disabled:hover {
  background: #f7f5ff;
  color: #102039;
}

.mowvr-datepicker-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(7, 1fr);
}

.mowvr-datepicker-weekday {
  color: #777386;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.mowvr-datepicker-day {
  background: #fbfcff;
  border: 0;
  border-radius: 10px;
  color: #102039;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  min-height: 34px;
  padding: 0;
}

.mowvr-datepicker-day:hover,
.mowvr-datepicker-day.is-selected {
  background: #f37332;
  color: #fff;
}

.mowvr-datepicker-day:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.mowvr-registration-form .registration-terms {
  align-items: center;
  display: flex !important;
  gap: 13px !important;
  margin: 30px 0 44px;
}

.mowvr-registration-form .registration-terms input[type="checkbox"] {
  appearance: none;
  border: 1px solid #DCD7E9;
  border-radius: 5px;
  flex: 0 0 24px;
  height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0;
  width: 24px;
}

.mowvr-registration-form .registration-terms input[type="checkbox"]:checked {
  background: #102039;
  box-shadow: inset 0 0 0 5px #fff;
}

.mowvr-registration-form .registration-terms span {
  line-height: 1.4;
}

.mowvr-registration-form h3 {
  border-bottom: 1px solid #eee8fb;
  font-size: 20px;
  margin: 0 0 20px;
  padding-bottom: 16px;
}

.mowvr-upload-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 18px;
}

.mowvr-upload-field {
  border: 1px dashed #d6d0e8;
  border-radius: 18px;
  padding: 18px;
}

.mowvr-upload-field input {
  border: 0;
  min-height: auto;
  padding: 8px 0 0;
}

.mowvr-terms {
  align-items: center;
  display: flex !important;
  gap: 10px !important;
  margin-bottom: 24px;
}

.mowvr-terms input {
  min-height: auto;
  width: auto;
}

.mowvr-notice {
  border-radius: 14px;
  margin: 0 auto 18px;
  max-width: 920px;
  padding: 14px 16px;
}

.mowvr-notice-success {
  background: #ecfdf3;
  color: #166534;
}

.mowvr-notice-error {
  background: #fef2f2;
  color: #991b1b;
}

.mowvr-field-error {
  color: #991b1b;
  font-size: 12px;
  font-weight: 600;
}

.mowvr-booking label > span.mowvr-field-error,
.mowvr-registration label > span.mowvr-field-error,
.mowvr-verification label > span.mowvr-field-error,
.mowvr-login-form label > span.mowvr-field-error,
.mowvr-profile-form .registration-field > span.mowvr-field-error,
.mowvr-inline-button-control > span.mowvr-field-error {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
}

.mowvr-inline-button-control {
  padding-bottom: 20px;
}

.mowvr-message {
  background: #fff4ee;
  border-left: 4px solid #F37332;
  padding: 12px 14px;
}

.mowvr-message a {
  color: #f37332;
  font-weight: 800;
  text-decoration: none;
}

.registration-upload .upload-box.has-preview {
  padding: 16px;
}

.registration-upload .upload-box.has-preview > em {
  display: none;
}

.mowvr-upload-preview {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.mowvr-upload-preview img {
  border-radius: 12px;
  display: block;
  height: 118px;
  max-width: 100%;
  object-fit: cover;
  width: 180px;
}

.mowvr-upload-preview strong {
  align-items: center;
  background: #f6f3ff;
  border: 1px solid #E8E4EF;
  border-radius: 12px;
  color: #102039;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  width: 96px;
}

.mowvr-upload-preview em {
  color: #2E2E2E;
  font-size: 13px;
  font-style: normal;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mowvr-upload-remove {
  align-items: center;
  background: #102039;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
}

.trip-form.mowvr-booking {
  display: grid;
  gap: 26px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
}

.mowvr-trip-selector {
  margin: 0;
}

.trip-form.mowvr-booking .mowvr-message,
.trip-form.mowvr-booking .mowvr-booking-result {
  grid-column: 1 / -1;
}

.trip-form.mowvr-booking .trip-control input {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}

.trip-form.mowvr-booking .trip-control,
.trip-form.mowvr-booking .trip-control-text {
  align-items: center;
  display: flex;
  width: 100%;
}

.trip-form.mowvr-booking .trip-control {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  cursor: pointer;
  min-height: 65px;
  padding: 0 35px;
  position: relative;
}

.trip-form.mowvr-booking .trip-control-text {
  color: #a7a1b2;
  font-size: inherit;
  font-weight: 400;
}

.trip-form.mowvr-booking .trip-control.has-value .trip-control-text {
  color: inherit;
}

.trip-form.mowvr-booking .mowvr-booking-panel input:not([type="radio"]):not([type="checkbox"]):not([type="date"]):not([type="time"]),
.trip-form.mowvr-booking .mowvr-booking-panel input[type="email"],
.trip-form.mowvr-booking .mowvr-booking-panel input[type="tel"],
.trip-form.mowvr-booking .mowvr-booking-panel select {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  min-height: 65px;
  padding: 0 35px;
  width: 100%;
}

.trip-form.mowvr-booking .mowvr-booking-panel input::placeholder {
  color: #a7a1b2;
  opacity: 1;
}

.trip-form.mowvr-booking button:disabled {
  cursor: not-allowed;
  opacity: .68;
  transform: none;
}

.mowvr-car-detail-meta {
  align-items: center;
  color: #565656;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: -10px 0 22px;
}

.details-page-top.mowvr-single-car .car-details-wrap {
  padding-top: 170px;
}

.details-page-top.mowvr-single-car .car-gallery {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.details-page-top.mowvr-single-car .car-gallery > [class*="col"],
.mowvr-single-car-content .row > [class*="col"] {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.mowvr-single-car-content > .content-container > .row {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
}

.mowvr-single-car-content .booking-card {
  width: 100%;
}

.mowvr-car-detail-meta span {
  align-items: center;
  background: #fff;
  border: 1px solid #f1edf9;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  gap: 5px;
  min-height: 36px;
  padding: 8px 14px;
}

.mowvr-car-detail-meta strong {
  color: #102039;
}

.mowvr-turo-summary-grid,
.mowvr-trip-rules-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 32px;
}

.mowvr-turo-summary-grid > div,
.mowvr-trip-rules-grid > div {
  background: #fff;
  border: 1px solid #ebe5ff;
  border-radius: 18px;
  display: grid;
  gap: 7px;
  padding: 20px;
}

.mowvr-turo-summary-grid span {
  color: #f37332;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mowvr-turo-summary-grid strong,
.mowvr-trip-rules-grid strong {
  color: #102039;
  font-size: 18px;
  line-height: 1.25;
}

.mowvr-turo-summary-grid em,
.mowvr-trip-rules-grid p {
  color: #565656;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  margin: 0;
}

.mowvr-trip-rules-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.mowvr-trip-location {
  grid-column: 1 / -1;
}

.mowvr-booking-steps {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 14px;
  position: relative;
}

.mowvr-booking-steps::before {
  background: #ebe5ff;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.mowvr-booking-steps button {
  align-items: center;
  background: #fff;
  border: 1px solid #e5def8;
  border-radius: 999px;
  color: #102039;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  grid-column: auto;
  gap: 6px;
  justify-content: center;
  letter-spacing: .2px;
  margin: 0;
  min-height: 46px;
  min-width: 0;
  padding: 10px 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.trip-form.mowvr-booking .mowvr-booking-steps button {
  background: #fff;
  border: 1px solid #e5def8;
  color: #102039;
  grid-column: auto;
  justify-self: stretch;
  margin: 0;
  min-width: 0;
}

.mowvr-booking-steps button span {
  align-items: center;
  background: #f5f2ff;
  border-radius: 50%;
  color: #102039;
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.mowvr-booking-steps button.is-active {
  background: #f37332;
  border-color: #f37332;
  color: #fff;
  box-shadow: 0 12px 28px rgba(243, 115, 50, .28);
}

.mowvr-booking-steps button.is-complete:not(.is-active) {
  background: #102039;
  border-color: #102039;
  color: #fff;
}

.trip-form.mowvr-booking .mowvr-booking-steps button.is-active {
  background: #f37332;
  border-color: #f37332;
  color: #fff;
}

.trip-form.mowvr-booking .mowvr-booking-steps button.is-complete:not(.is-active) {
  background: #102039;
  border-color: #102039;
  color: #fff;
}

.mowvr-booking-steps button.is-active span {
  background: #fff;
  color: #f37332;
}

.mowvr-booking-steps button.is-complete:not(.is-active) span {
  background: #fff;
  color: #102039;
}

.mowvr-booking-panels {
  grid-column: 1 / -1;
}

.mowvr-booking-panel {
  display: none;
  gap: 20px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mowvr-booking-panel.is-active {
  display: grid;
}

.mowvr-booking-panel h3,
.mowvr-delivery-options,
.mowvr-insurance-options,
.mowvr-protection-options,
.mowvr-coupon-box,
.mowvr-addon-options,
.mowvr-confirm-summary,
.mowvr-booking-panel .mowvr-message,
.mowvr-booking-panel .mowvr-account-secondary,
.mowvr-booking-panel .mowvr-terms {
  grid-column: 1 / -1;
}

.mowvr-booking-panel h3 {
  color: #102039;
  font-size: 18px;
  margin: 0;
}

.trip-form .mowvr-booking-panel[data-mowvr-step="3"] {
  gap: 20px;
}

.mowvr-delivery-options,
.mowvr-insurance-options,
.mowvr-protection-options,
.mowvr-coupon-box,
.mowvr-addon-options {
  background: #fbfcff;
  border: 1px solid #ebe5ff;
  border-radius: 18px;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.mowvr-delivery-options {
  position: relative;
}

.mowvr-delivery-options strong,
.mowvr-insurance-options strong,
.mowvr-protection-options strong,
.mowvr-coupon-box strong,
.mowvr-addon-options strong {
  color: #102039;
  font-size: 13px;
}

.mowvr-delivery-options label,
.mowvr-insurance-options label,
.mowvr-protection-options label,
.mowvr-addon-options label {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 9px;
}

.mowvr-addon-options input[type="checkbox"],
.mowvr-terms input[type="checkbox"] {
  accent-color: #f37332;
}

.mowvr-delivery-options label {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 9px;
  justify-content: flex-start;
  margin: 0;
}

.mowvr-protection-options label,
.mowvr-insurance-options label {
  justify-content: flex-start;
  margin: 0;
}

.mowvr-protection-options input[type="radio"],
.mowvr-insurance-options input[type="radio"] {
  accent-color: #f37332;
}

.mowvr-protection-options em,
.mowvr-insurance-options em {
  color: #102039;
  font-style: normal;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

.mowvr-booking-panel .mowvr-account-secondary {
  min-height: 52px;
  padding: 0 22px;
  width: 100%;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box {
  background: #fff;
  border: 1px solid #e8e1fb;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(16, 32, 57, .04);
  display: block;
  padding: 18px 20px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box > strong {
  color: #102039;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box > div {
  align-items: center;
  display: flex;
  gap: 26px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box input {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  flex: 1 1 auto;
  min-height: 65px;
  min-width: 0;
  padding: 0 35px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box input:focus {
  background: #fff;
  border-color: #f37332;
  outline: 0;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box button {
  align-items: center;
  background: #102039;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 220px;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  margin-top: 0;
  min-height: 65px;
  padding: 0 24px;
  text-transform: uppercase;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-result {
  color: #102039;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box > div {
    gap: 16px;
  }

  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box button {
    flex-basis: 180px;
  }
}

@media (max-width: 575px) {
  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box > div {
    align-items: stretch;
    flex-direction: column;
  }

  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box button {
    flex-basis: auto;
    width: 100%;
  }
}

.trip-form.mowvr-booking .mowvr-terms {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.mowvr-booking-result.mowvr-booking-unavailable {
  background: #fff5f5;
  border-left: 4px solid #dc2626;
  color: #dc2626;
  font-weight: 700;
  margin: 12px 0;
  padding: 12px 14px;
}

.mowvr-booking-confirmed .mowvr-booking-result,
.mowvr-booking-confirmed .mowvr-trip-availability-message {
  display: none !important;
}

.mowvr-trip-availability-message {
  display: none;
  margin: 6px 0 14px;
  color: #b42318;
  font-size: 14px;
  line-height: 1.5;
}

.mowvr-trip-availability-message.is-error {
  display: block;
  background: #fff5f5;
  border-left: 4px solid #dc2626;
  border-radius: 6px;
  color: #dc2626;
  font-weight: 700;
  padding: 10px 12px;
}

.ui-datepicker {
  background: #fff !important;
  border: 1px solid #e4defb !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 48px rgba(16, 32, 57, 0.18) !important;
  box-sizing: border-box;
  font-family: inherit;
  padding: 16px !important;
  width: 320px !important;
  z-index: 99999 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 38px;
  margin: 0 0 12px !important;
  padding: 0 44px !important;
  position: relative;
}

.ui-datepicker .ui-datepicker-title {
  color: #102039;
  display: block;
  font-weight: 800;
  line-height: 38px;
  margin: 0 !important;
  text-align: center;
  white-space: nowrap;
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: #102039;
  display: inline !important;
  font: inherit;
  font-weight: 700;
  margin: 0 2px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  align-items: center;
  background: #f5f2ff;
  border-radius: 50%;
  color: #102039;
  cursor: pointer;
  display: flex;
  font-size: 0;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  position: absolute !important;
  top: 2px !important;
  width: 34px;
  overflow: hidden;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 0 !important;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev::before {
  content: "<";
  font-size: 16px;
  line-height: 34px;
}

.ui-datepicker-next::before {
  content: ">";
  font-size: 16px;
  line-height: 34px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #f37332;
  color: #fff;
}

.ui-datepicker table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker-calendar {
  margin-top: 8px !important;
}

.ui-datepicker th,
.ui-datepicker td {
  background: transparent !important;
  border: 0;
  height: 36px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}

.ui-datepicker th {
  color: #7a7289;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ui-datepicker a,
.ui-datepicker span {
  display: block;
  border-radius: 10px;
  box-sizing: border-box;
  min-height: 32px;
  padding: 9px 0 7px;
  text-decoration: none;
}

.ui-datepicker a {
  color: #102039;
}

.ui-datepicker a:hover,
.ui-datepicker .ui-state-active {
  background: #f37332;
  color: #fff;
}

.ui-datepicker-unselectable span,
.mowvr-datepicker-blocked span {
  color: #b8afc8;
  background: #f5f1ff;
  text-decoration: line-through;
  cursor: not-allowed;
}

.mowvr-time-dropdown {
  background: #fff;
  border: 1px solid #e4defb;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(16, 32, 57, 0.18);
  box-sizing: border-box;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  max-height: 260px;
  overflow-y: auto;
  padding: 12px;
  position: absolute;
  z-index: 99999;
}

.mowvr-time-dropdown.is-open {
  display: grid;
}

.mowvr-time-dropdown button {
  background: #f5f2ff;
  border: 0;
  border-radius: 999px;
  color: #102039;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 8px;
}

.mowvr-time-dropdown button:hover,
.mowvr-time-dropdown button.is-active {
  background: #f37332;
  color: #fff;
}

.mowvr-time-dropdown button:disabled,
.mowvr-time-dropdown button.is-disabled {
  background: #f5f1ff;
  color: #b8afc8;
  cursor: not-allowed;
  text-decoration: line-through;
}

.mowvr-trip-picker {
  align-items: center;
  background: rgba(16, 32, 57, 0.42);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100000;
}

.mowvr-trip-picker.is-open {
  display: flex;
}

.mowvr-trip-picker-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(16, 32, 57, 0.28);
  max-height: calc(100vh - 48px);
  max-width: 860px;
  overflow: auto;
  padding: 24px;
  width: 100%;
}

.mowvr-trip-picker-head,
.mowvr-trip-picker-nav,
.mowvr-trip-picker-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mowvr-trip-picker-head strong {
  color: #102039;
  font-size: 22px;
  font-weight: 900;
}

.mowvr-trip-picker-close,
.mowvr-trip-picker-nav button,
.mowvr-trip-picker-actions button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.mowvr-trip-picker-close {
  align-items: center;
  background: #f5f2ff;
  border-radius: 50%;
  color: #102039;
  display: flex;
  font-size: 26px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mowvr-trip-picker-tabs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.mowvr-trip-picker-tabs button {
  background: #fff;
  border: 1px solid #e4defb;
  border-radius: 16px;
  color: #102039;
  cursor: pointer;
  font-family: inherit;
  padding: 14px 16px;
  text-align: left;
}

.mowvr-trip-picker-tabs button.is-active {
  border-color: #f37332;
  box-shadow: 0 0 0 3px rgba(243, 115, 50, 0.12);
}

.mowvr-trip-picker-tabs span {
  color: #7a7289;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mowvr-trip-picker-tabs strong {
  display: block;
  font-size: 15px;
}

.mowvr-trip-picker-nav {
  margin: 8px 0 -40px;
  min-height: 40px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.mowvr-trip-picker-nav span {
  display: none;
}

.mowvr-trip-picker-nav button {
  background: #f5f2ff;
  border-radius: 50%;
  color: #102039;
  font-size: 24px;
  height: 40px;
  pointer-events: auto;
  width: 40px;
}

.mowvr-trip-picker-calendar {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0;
}

.mowvr-trip-month h4 {
  align-items: center;
  color: #102039;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin: 0 0 12px;
  text-align: center;
}

.mowvr-trip-weekdays,
.mowvr-trip-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.mowvr-trip-weekdays span {
  color: #7a7289;
  font-size: 11px;
  font-weight: 900;
  padding: 0 0 8px;
  text-align: center;
}

.mowvr-trip-days button {
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #102039;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.mowvr-trip-days span.is-empty {
  aspect-ratio: 1;
  display: block;
}

.mowvr-trip-days button:hover,
.mowvr-trip-days button.is-selected {
  background: #f37332;
  color: #fff;
}

.mowvr-trip-days button.is-range {
  background: #f5f2ff;
  color: #102039;
}

.mowvr-trip-days button.is-selected,
.mowvr-trip-days button.is-selected:hover {
  background: #f37332;
  color: #fff;
}

.mowvr-trip-days button.is-muted {
  color: #b8afc8;
}

.mowvr-trip-days button:disabled {
  background: #f5f1ff;
  color: #c3bbd2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.mowvr-trip-picker-time {
  border-top: 1px solid #eee8ff;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  padding-top: 18px;
}

.mowvr-trip-picker-time > div > span {
  color: #102039;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.mowvr-trip-picker-time [data-picker-times] {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-height: 150px;
  overflow: auto;
}

.mowvr-trip-picker-time button {
  background: #f5f2ff;
  border: 0;
  border-radius: 999px;
  color: #102039;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
}

.mowvr-trip-picker-time button:hover,
.mowvr-trip-picker-time button.is-active {
  background: #f37332;
  color: #fff;
}

.mowvr-trip-picker-time button:disabled {
  color: #b8afc8;
  cursor: not-allowed;
  text-decoration: line-through;
}

.mowvr-trip-picker-error {
  color: #dc2626;
  font-weight: 800;
  margin: 14px 0 0;
  min-height: 20px;
}

.mowvr-trip-picker-actions {
  border-top: 1px solid #eee8ff;
  margin-top: 18px;
  padding-top: 18px;
}

.mowvr-trip-picker-cancel {
  background: transparent;
  color: #102039;
  font-weight: 900;
}

.mowvr-trip-picker-apply {
  background: #102039;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  min-height: 46px;
  padding: 0 28px;
  text-transform: uppercase;
}

.mowvr-trip-picker-apply:disabled {
  cursor: not-allowed;
  opacity: .45;
}

@media (max-width: 720px) {
  .mowvr-trip-picker {
    align-items: flex-end;
    padding: 0;
  }

  .mowvr-trip-picker-card {
    border-radius: 24px 24px 0 0;
    max-height: 92vh;
    padding: 18px;
  }

  .mowvr-trip-picker-calendar,
  .mowvr-trip-picker-tabs,
  .mowvr-trip-picker-time {
    grid-template-columns: 1fr;
  }
}

.mowvr-delivery-options input[type="radio"] {
  appearance: none;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  position: relative;
  width: 20px;
}

.trip-form.mowvr-booking .mowvr-delivery-options label,
.trip-form.mowvr-booking .mowvr-insurance-options label,
.trip-form.mowvr-booking .mowvr-protection-options label,
.trip-form.mowvr-booking .mowvr-addon-options label {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  justify-content: stretch;
  margin: 0;
  text-align: left;
}

.trip-form.mowvr-booking .mowvr-insurance-options input[type="radio"],
.trip-form.mowvr-booking .mowvr-protection-options input[type="radio"],
.trip-form.mowvr-booking .mowvr-delivery-options input[type="radio"] {
  appearance: none;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  grid-column: 1;
  height: 20px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 20px;
}

.trip-form.mowvr-booking .mowvr-insurance-options input[type="radio"]::after,
.trip-form.mowvr-booking .mowvr-protection-options input[type="radio"]::after,
.trip-form.mowvr-booking .mowvr-delivery-options input[type="radio"]::after {
  background: #f37332;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.trip-form.mowvr-booking .mowvr-insurance-options input[type="radio"]:checked,
.trip-form.mowvr-booking .mowvr-protection-options input[type="radio"]:checked,
.trip-form.mowvr-booking .mowvr-delivery-options input[type="radio"]:checked {
  border-color: #f37332;
  box-shadow: 0 0 0 3px rgba(243, 115, 50, .14);
}

.trip-form.mowvr-booking .mowvr-insurance-options input[type="radio"]:checked::after,
.trip-form.mowvr-booking .mowvr-protection-options input[type="radio"]:checked::after,
.trip-form.mowvr-booking .mowvr-delivery-options input[type="radio"]:checked::after {
  opacity: 1;
}

.trip-form.mowvr-booking .mowvr-delivery-options label {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 9px;
  justify-content: flex-start;
  margin: 0;
}

.trip-form.mowvr-booking .mowvr-delivery-options input[type="radio"] {
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  flex: 0 0 20px;
  height: 20px;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 20px;
}

.mowvr-delivery-options input[type="radio"]::after {
  background: #f37332;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.mowvr-delivery-options input[type="radio"]:checked {
  border-color: #f37332;
  box-shadow: 0 0 0 3px rgba(243, 115, 50, .14);
}

.mowvr-delivery-options input[type="radio"]:checked::after {
  opacity: 1;
}

.mowvr-addon-options label {
  justify-content: flex-start;
  margin: 0;
}

.trip-form.mowvr-booking .mowvr-addon-options {
  background: transparent;
  border: 0;
  padding: 0;
}

.trip-form.mowvr-booking .mowvr-addon-options > strong {
  margin-bottom: 2px;
}

.trip-form.mowvr-booking .mowvr-addon-option {
  background: #fff;
  border: 1px solid #e4defb;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  padding: 16px;
}

.mowvr-addon-option span {
  flex: 1 1 auto;
}

.trip-form.mowvr-booking .mowvr-addon-option span {
  display: grid;
  gap: 5px;
}

.trip-form.mowvr-booking .mowvr-addon-option span strong {
  font-size: 15px;
}

.trip-form.mowvr-booking .mowvr-addon-option small {
  color: #222;
  font-size: 14px;
  line-height: 1.45;
}

.mowvr-addon-option em {
  color: #102039;
  font-style: normal;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

.trip-form.mowvr-booking .mowvr-addon-option em {
  align-self: start;
  font-size: 14px;
}

.trip-form.mowvr-booking .mowvr-addon-option span,
.trip-form.mowvr-booking .mowvr-insurance-options label,
.trip-form.mowvr-booking .mowvr-protection-options label {
  min-width: 0;
}

.trip-form.mowvr-booking .mowvr-insurance-options em,
.trip-form.mowvr-booking .mowvr-protection-options em,
.trip-form.mowvr-booking .mowvr-addon-option em {
  grid-column: 3;
  margin-left: 0;
  text-align: right;
}

.trip-form.mowvr-booking .mowvr-addon-option input[type="checkbox"],
.trip-form.mowvr-booking .mowvr-terms input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 6px;
  cursor: pointer;
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 20px;
}

.trip-form.mowvr-booking .mowvr-addon-option input[type="checkbox"]::after,
.trip-form.mowvr-booking .mowvr-terms input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.trip-form.mowvr-booking .mowvr-addon-option input[type="checkbox"]:checked,
.trip-form.mowvr-booking .mowvr-terms input[type="checkbox"]:checked {
  background: #f37332;
  border-color: #f37332;
  box-shadow: 0 0 0 3px rgba(243, 115, 50, .14);
}

.trip-form.mowvr-booking .mowvr-addon-option input[type="checkbox"]:checked::after,
.trip-form.mowvr-booking .mowvr-terms input[type="checkbox"]:checked::after {
  opacity: 1;
}

.mowvr-confirm-summary {
  display: grid;
  gap: 12px;
}

.mowvr-confirm-summary span {
  background: #fbfcff;
  border: 1px solid #ebe5ff;
  border-radius: 14px;
  color: #777386;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.mowvr-confirm-summary strong {
  color: #102039;
}

.mowvr-booking-card-fields {
  background: #fbfcff;
  border: 1px solid #ebe5ff;
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 18px 20px;
}

.mowvr-booking-card-fields strong {
  color: #102039;
  font-size: 13px;
  margin: 0;
}

#mowvr-booking-card-element {
  background: #fff;
  border: 1px solid #e4defb;
  border-radius: 14px;
  min-height: 50px;
  padding: 16px 18px;
}

.mowvr-booking-card-error {
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
}

.mowvr-booking-thankyou {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 24px 0 6px;
  text-align: center;
}

.mowvr-booking-success-icon {
  align-items: center;
  background: #dcfff1;
  border: 4px solid #16c784;
  border-radius: 50%;
  color: #16a66d;
  display: flex;
  font-size: 32px;
  font-weight: 900;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.mowvr-booking-thankyou h3 {
  color: #102039;
  font-size: 26px;
  margin: 0;
}

.mowvr-booking-thankyou p {
  color: #7a7289;
  margin: 0;
}

.mowvr-booking-thankyou .mowvr-confirm-summary {
  max-width: 640px;
  text-align: left;
  width: 100%;
}

.mowvr-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.mowvr-confirm-actions a {
  align-items: center;
  border: 1px solid #e5def8;
  border-radius: 8px;
  color: #102039;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.mowvr-confirm-actions a.is-primary {
  background: #102039;
  border-color: #102039;
  color: #fff;
}

.mowvr-booking-nav {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
}

.trip-form .mowvr-booking-nav button {
  justify-self: stretch;
  margin-top: 0;
  min-width: 0;
}

.trip-form .mowvr-booking-prev {
  background: #fff;
  border: 1px solid #102039;
  color: #102039;
  order: 2;
}

.trip-form .mowvr-booking-submit {
  grid-column: 1 / -1;
  order: 3;
}

.trip-form .mowvr-booking-next {
  order: 1;
}

.trip-control-static {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.mowvr-booking-breakdown {
  border-top: 1px solid #ebe5ff;
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
}

.mowvr-booking-breakdown h3 {
  color: #102039;
  font-size: 16px;
  margin: 0 0 2px;
}

.mowvr-booking-breakdown div {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.mowvr-booking-breakdown span {
  color: #565656;
  font-size: 13px;
}

.mowvr-booking-breakdown strong {
  color: #102039;
  font-size: 13px;
  white-space: nowrap;
}

.mowvr-booking-breakdown .mowvr-breakdown-total {
  border-top: 1px solid #ebe5ff;
  margin-top: 4px;
  padding-top: 14px;
}

.mowvr-booking-breakdown .mowvr-breakdown-total span,
.mowvr-booking-breakdown .mowvr-breakdown-total strong {
  color: #102039;
  font-size: 15px;
  font-weight: 800;
}

.mowvr-booking-assurance {
  color: #565656;
  display: grid;
  font-size: 12px;
  gap: 8px;
  margin-top: 20px;
}

.mowvr-booking-assurance span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.mowvr-booking-assurance span::before {
  background: #f37332;
  border-radius: 50%;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  width: 7px;
}

.mowvr-booking-page {
  padding: 56px max(20px, calc((100vw - 1480px) / 2)) 88px;
}

.mowvr-booking-page,
.mowvr-booking-page * {
  box-sizing: border-box;
}

.mowvr-booking-page-shell {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, .75fr);
  margin: 0 auto;
  max-width: 1480px;
}

.mowvr-booking-page-main,
.mowvr-booking-summary-card {
  background: #fff;
  border: 1px solid #eee8fb;
  border-radius: 24px;
  box-shadow: 0 16px 54px rgba(16, 32, 57, .08);
  padding: 34px;
}

.mowvr-booking-page-main .mowvr-section-heading {
  margin-bottom: 28px;
}

.mowvr-booking-summary-sticky {
  align-self: stretch;
  min-width: 0;
  position: relative;
}

.mowvr-booking-summary-card {
  align-self: start;
  height: fit-content;
  max-height: none;
  overflow: visible;
  z-index: 5;
  width: 100%;
}

.mowvr-booking-summary-card.is-fixed {
  position: fixed;
}

.mowvr-booking-summary-card.is-bottom {
  bottom: 0;
  position: absolute;
  top: auto;
}

.mowvr-booking-summary-card h3 {
  align-items: center;
  color: #102039;
  display: flex;
  font-size: 18px;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 18px;
}

.mowvr-hold-timer {
  background: rgba(243, 115, 50, .12);
  border-radius: 999px;
  color: #f37332;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 10px;
}

.mowvr-booking-summary-card img {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  display: block;
  margin-bottom: 18px;
  object-fit: cover;
  width: 100%;
}

.mowvr-booking-summary-lines {
  display: grid;
  gap: 12px;
}

.mowvr-booking-summary-lines span {
  background: #fbfcff;
  border: 1px solid #eee8fb;
  border-radius: 14px;
  color: #777386;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.mowvr-booking-summary-lines strong {
  color: #102039;
  font-size: 14px;
}

.mowvr-tooltip {
  align-items: center;
  background: #f37332;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 16px;
  justify-content: center;
  margin-left: 5px;
  position: relative;
  width: 16px;
}

.mowvr-tooltip::after {
  background: #102039;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  color: #fff;
  content: attr(aria-label);
  font-size: 11px;
  font-weight: 600;
  left: 50%;
  line-height: 1.35;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .18s ease;
  visibility: hidden;
  width: 220px;
  z-index: 20;
}

.mowvr-tooltip:hover::after,
.mowvr-tooltip:focus::after {
  opacity: 1;
  visibility: visible;
}

.mowvr-booking-price-table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 18px;
  overflow: hidden;
  width: 100%;
}

.mowvr-booking-price-table th,
.mowvr-booking-price-table td {
  border-bottom: 1px solid #eee8fb;
  color: #102039;
  font-size: 13px;
  line-height: 1.35;
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.mowvr-booking-price-table th {
  color: #777386;
  font-weight: 700;
  padding-right: 12px;
}

.mowvr-booking-price-table td {
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.mowvr-booking-price-table .mowvr-pre-deposit-total th,
.mowvr-booking-price-table .mowvr-pre-deposit-total td {
  border-top: 1px solid #102039;
  color: #102039;
  font-weight: 800;
}

.mowvr-booking-price-table tfoot th,
.mowvr-booking-price-table tfoot td {
  border-bottom: 0;
  border-top: 2px solid #102039;
  color: #102039;
  font-size: 15px;
  padding-top: 16px;
}

.mowvr-account {
  color: var(--ink, #2e2e2e);
  padding: 32px max(20px, calc((100vw - 1320px) / 2)) 88px;
}

.mowvr-login {
  padding: 32px max(20px, calc((100vw - 1180px) / 2)) 88px;
}

.mowvr-login,
.mowvr-login * {
  box-sizing: border-box;
}

.mowvr-login-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  margin: 0 auto;
  max-width: 1180px;
}

.mowvr-login-card {
  background: #fff;
  border: 1px solid #eee8fb;
  border-radius: 24px;
  box-shadow: 0 16px 54px rgba(16, 32, 57, .08);
  padding: 38px;
}

.mowvr-login-eyebrow {
  color: #f37332;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mowvr-login-card h1,
.mowvr-login-card h2 {
  color: #102039;
  margin: 0 0 24px;
}

.mowvr-login-form {
  display: grid;
  gap: 18px;
}

.mowvr-login-form label {
  color: #102039;
  display: grid;
  font-weight: 700;
  gap: 8px;
  padding-bottom: 20px;
  position: relative;
}

.mowvr-login-form input:not([type="checkbox"]) {
  border: 1px solid #e4e0f3;
  border-radius: 999px;
  min-height: 50px;
  padding: 0 18px;
  width: 100%;
}

.mowvr-login-remember {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 10px !important;
}

.mowvr-login-remember input {
  width: auto;
}

.mowvr-login-footer {
  color: #565656;
  margin: 20px 0 0;
  text-align: center;
}

.mowvr-login-footer a {
  color: #f37332;
  font-weight: 800;
}

.mowvr-login .registration-container {
  max-width: 760px;
}

.mowvr-login .mowvr-auth-card {
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding-top: 68px;
  width: 100%;
}

.mowvr-login .mowvr-auth-grid {
  grid-template-columns: 1fr;
}

.mowvr-auth-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
  margin: 4px 0 6px;
}

.mowvr-auth-row a {
  color: #f37332;
  font-weight: 800;
  text-decoration: none;
}

.mowvr-auth-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.mowvr-account,
.mowvr-account * {
  box-sizing: border-box;
}

.mowvr-account-layout {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1320px;
}

.mowvr-account-sidebar {
  background: #fff;
  border: 1px solid #eee8fb;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(16, 32, 57, .08);
  overflow: hidden;
  padding: 0;
  position: relative;
  top: auto;
}

.mowvr-account-user {
  background: linear-gradient(135deg, #102039 0%, #183253 100%);
  border-bottom: 0;
  display: grid;
  gap: 12px;
  margin-bottom: 10px;
  padding: 22px;
}

.mowvr-account-user strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.mowvr-account-content {
  min-height: 720px;
  min-width: 0;
}

.mowvr-account-login-card h2 {
  color: #222;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.05;
  margin: 8px 0 12px;
}

.mowvr-account-login-card p {
  color: #565656;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.mowvr-account-status {
  align-items: center;
  background: #102039;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  min-height: 42px;
  padding: 10px 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mowvr-account-user .mowvr-account-status {
  background: rgba(255, 255, 255, .14);
  justify-content: center;
}

.mowvr-account-status-approved {
  background: #159b63;
}

.mowvr-account-status-rejected {
  background: #b42318;
}

.mowvr-account-status-pending {
  background: #f37332;
}

.mowvr-account-tabs {
  display: grid;
  gap: 8px;
  margin: 0;
  max-width: none;
  padding: 10px;
}

.mowvr-account-tabs a {
  border-radius: 16px;
  color: #102039;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .4px;
  padding: 14px 16px;
  text-decoration: none;
}

.mowvr-account-tabs a:hover,
.mowvr-account-tabs a:focus,
.mowvr-account-tabs a.is-active {
  background: #102039;
  color: #fff;
}

.mowvr-account-tabs .mowvr-account-logout {
  border: 1px solid rgba(243, 115, 50, .3);
  color: #f37332;
  margin-top: 6px;
}

.mowvr-account-tabs .mowvr-account-logout:hover,
.mowvr-account-tabs .mowvr-account-logout:focus {
  background: #f37332;
  color: #fff;
}

.mowvr-account-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none;
  min-height: 720px;
}

.mowvr-account-card {
  border-radius: 24px;
  box-shadow: 0 16px 54px rgba(16, 32, 57, .08);
  min-height: 720px;
  min-width: 0;
  overflow: visible;
}

.mowvr-account-card.registration-card {
  margin: 0;
  max-width: none;
  padding: 34px;
  width: 100%;
}

.mowvr-account-wide {
  grid-column: 1 / -1;
}

.mowvr-dashboard-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mowvr-dashboard-card {
  background: linear-gradient(180deg, #fbfcff 0%, #fff 100%);
  border: 1px solid #eee8fb;
  border-radius: 18px;
  color: #565656;
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mowvr-dashboard-card:hover,
.mowvr-dashboard-card:focus {
  border-color: rgba(243, 115, 50, .45);
  box-shadow: 0 16px 42px rgba(16, 32, 57, .1);
  transform: translateY(-2px);
}

.mowvr-dashboard-card span {
  color: #f37332;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mowvr-dashboard-card strong {
  color: #102039;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1;
}

.mowvr-dashboard-card em {
  color: #777386;
  font-style: normal;
  line-height: 1.4;
}

.mowvr-account-details,
.mowvr-document-grid,
.mowvr-payment-list {
  display: grid;
  gap: 14px;
}

.mowvr-order-summary {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.mowvr-order-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.mowvr-order-tabs a {
  align-items: center;
  border: 1px solid #eee8fb;
  border-radius: 999px;
  color: #102039;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.mowvr-order-tabs a.is-active {
  background: #102039;
  border-color: #102039;
  color: #fff;
}

.mowvr-account-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mowvr-profile-form .registration-grid {
  align-items: start;
}

.mowvr-profile-form .registration-field input,
.mowvr-profile-form .registration-field select {
  background: #fff;
}

.mowvr-profile-form .registration-field {
  padding-bottom: 20px;
  position: relative;
}

.mowvr-account-details span,
.mowvr-order-summary span,
.mowvr-document-card {
  background: #fbfcff;
  border: 1px solid #eee8fb;
  border-radius: 16px;
  color: #777386;
  display: grid;
  gap: 7px;
  padding: 16px;
}

.mowvr-account-details strong,
.mowvr-order-summary strong,
.mowvr-document-card strong,
.mowvr-document-card a {
  color: #102039;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.mowvr-document-card span {
  color: #222;
  font-weight: 700;
}

.mowvr-document-card em {
  color: #777386;
  font-style: normal;
}

.mowvr-account-table-wrap {
  overflow-x: auto;
}

.mowvr-account-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.mowvr-account-table th,
.mowvr-account-table td {
  border-bottom: 1px solid #eee8fb;
  color: #565656;
  padding: 14px 12px;
  text-align: left;
}

.mowvr-account-table th {
  color: #102039;
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.mowvr-orders-table td:first-child {
  display: grid;
  gap: 3px;
}

.mowvr-orders-table td:first-child span {
  color: #777386;
  font-size: 12px;
}

.mowvr-invoice-link {
  align-items: center;
  background: #f37332;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .7px;
  min-height: 38px;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.mowvr-invoice-link:hover,
.mowvr-invoice-link:focus {
  background: #102039;
  color: #fff;
}

.mowvr-account-login-card {
  background: #fff;
  border-radius: 24px;
  margin: 0 auto;
  max-width: 760px;
  padding: 42px;
  text-align: center;
}

.mowvr-account-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.mowvr-account-secondary {
  align-items: center;
  border: 1px solid #102039;
  border-radius: 999px;
  color: #102039;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.mowvr-profile-form .registration-submit,
.mowvr-add-card-form .registration-submit {
  margin-top: 22px;
  min-width: 0;
}

.mowvr-profile-form .registration-submit {
  max-width: 320px;
  width: 100%;
}

.mowvr-add-card-form .registration-submit {
  max-width: none;
  width: 100%;
}

.mowvr-payment-method-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mowvr-add-card-form,
.mowvr-saved-cards {
  background: #fbfcff;
  border: 1px solid #eee8fb;
  border-radius: 18px;
  padding: 20px;
  min-height: 260px;
}

.mowvr-add-card-form h3,
.mowvr-saved-cards h3,
.mowvr-account-subheading {
  color: #102039;
  font-size: 18px;
  margin: 0 0 16px;
}

.mowvr-card-element {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  min-height: 65px;
  padding: 22px 35px;
}

.mowvr-card-result,
.mowvr-booking-result {
  color: #102039;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.mowvr-add-card-form .mowvr-card-result {
  min-height: 20px;
}

.mowvr-card-token strong {
  font-size: 22px;
  letter-spacing: 1px;
}

.mowvr-delete-card {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 999px;
  color: #dc2626;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  justify-self: start;
  min-height: 38px;
  padding: 0 18px;
}

.mowvr-delete-card:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

.mowvr-delete-card:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.mowvr-account-subheading {
  margin-top: 28px;
}

.mowvr-trip-payment-method {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .mowvr-car-listing .mowvr-listing-search-bar {
    grid-template-columns: 1fr;
  }

  .mowvr-car-listing .booking-split {
    grid-template-columns: 1fr;
  }

  .mowvr-listing-grid,
  .mowvr-single-grid,
  .details-page-top.mowvr-single-car .car-gallery,
  .mowvr-single-car-content > .content-container > .row,
  .mowvr-booking-page-shell,
  .mowvr-turo-summary-grid,
  .mowvr-trip-rules-grid,
  .mowvr-order-summary {
    grid-template-columns: 1fr;
  }

  .mowvr-account-layout,
  .mowvr-account-grid,
  .mowvr-account-details,
  .mowvr-login-grid {
    grid-template-columns: 1fr;
  }

  .mowvr-account-sidebar {
    position: static;
  }

  .mowvr-account-card.registration-card {
    padding: 28px 24px;
  }

  .mowvr-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mowvr-payment-method-layout {
    grid-template-columns: 1fr;
  }

  .mowvr-booking-panel,
  .trip-form.mowvr-booking {
    grid-template-columns: 1fr;
  }

  .mowvr-booking-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mowvr-booking-summary-card {
    max-height: none;
    overflow: visible;
    position: static;
  }
}

@media (max-width: 575px) {
  .mowvr-car-listing .mowvr-listing-search-bar {
    gap: 18px;
    padding: 22px;
  }

  .mowvr-car-listing .booking-field {
    min-height: 66px;
  }

  .mowvr-car-listing .booking-field > span:not(.booking-control),
  .mowvr-car-listing .booking-field input,
  .mowvr-car-listing .picker-placeholder {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .mowvr-car-listing .search-btn {
    height: 58px;
    justify-self: center;
    margin-top: 0;
    width: 58px;
  }

  .mowvr-form-grid,
  .mowvr-upload-grid {
    grid-template-columns: 1fr;
  }

  .mowvr-registration-form .mowvr-inline-button-control input {
    padding-right: 128px;
  }

  .mowvr-send-otp,
  .mowvr-verify-otp {
    min-width: 104px;
    padding: 0 16px;
  }

  .mowvr-listing-card-body,
  .mowvr-card,
  .mowvr-single-sidebar {
    padding: 18px;
  }

  .mowvr-account {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mowvr-account-tabs {
    display: grid;
  }

  .mowvr-account-tabs a {
    text-align: center;
  }

  .mowvr-account-card h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .mowvr-account-login-card {
    padding: 28px 18px;
  }

  .mowvr-login {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mowvr-login-card {
    padding: 26px 18px;
  }

  .mowvr-booking-page-main,
  .mowvr-booking-summary-card {
    padding: 22px 16px;
  }

  .mowvr-booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mowvr-booking-steps::before {
    display: none;
  }

  .mowvr-account-card.registration-card {
    border-radius: 20px;
    min-height: 0;
    padding: 22px 16px;
  }

  .mowvr-account-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mowvr-dashboard-cards {
    grid-template-columns: 1fr;
  }
}

.trip-form.mowvr-booking .mowvr-readonly-field {
  background: #fff !important;
  border: 1px solid #e4e0f3 !important;
  border-radius: 18px !important;
  color: inherit !important;
  cursor: not-allowed;
  font-weight: 400;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="3"] {
  gap: 18px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="3"] > h3 {
  margin-bottom: 2px;
}

.trip-form.mowvr-booking .mowvr-protection-options {
  background: #fff;
  border: 1px solid #e8e1fb;
  border-radius: 18px;
  gap: 10px;
  padding: 18px;
}

.trip-form.mowvr-booking .mowvr-protection-options label {
  background: #f8f6ff;
  border: 1px solid transparent;
  border-radius: 14px;
  min-height: 54px;
  padding: 0 16px;
}

.trip-form.mowvr-booking .mowvr-protection-options label:has(input:checked) {
  background: #fff7f2;
  border-color: rgba(243, 115, 50, .4);
}

.trip-form.mowvr-booking .mowvr-trip-payment-method {
  background: #fff;
  border: 1px solid #e8e1fb;
  border-radius: 18px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.trip-form.mowvr-booking .mowvr-booking-card-fields {
  background: #fff;
  border: 1px solid #e8e1fb;
  border-radius: 18px;
  gap: 12px;
  padding: 18px;
}

.trip-form.mowvr-booking #mowvr-booking-card-element {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  min-height: 65px;
  padding: 22px 35px;
}

.trip-form.mowvr-booking .mowvr-account-secondary {
  background: #fff;
  border: 1px solid #102039;
  border-radius: 999px;
  color: #102039;
}

.trip-form.mowvr-booking .mowvr-payment-card-box {
  background: #fff;
  border: 1px solid #e8e1fb;
  border-radius: 20px;
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  padding: 20px;
}

.trip-form.mowvr-booking .mowvr-payment-card-box .mowvr-trip-payment-method,
.trip-form.mowvr-booking .mowvr-payment-card-box .mowvr-booking-card-fields {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.trip-form.mowvr-booking .mowvr-payment-card-box .mowvr-trip-payment-method {
  gap: 8px;
}

.trip-form.mowvr-booking .mowvr-payment-card-box .mowvr-booking-card-fields {
  border-top: 1px solid #eee8fb;
  padding-top: 18px;
}

.trip-form.mowvr-booking .mowvr-payment-card-box select {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  min-height: 65px;
  padding: 0 35px;
}

.trip-form.mowvr-booking .mowvr-payment-card-box #mowvr-booking-card-element {
  background: #fff;
  border: 1px solid #e4e0f3;
  border-radius: 18px;
  min-height: 65px;
  padding: 22px 35px;
}

.mowvr-booking select,
.mowvr-registration select,
.mowvr-verification select,
.mowvr-profile-form select,
.mowvr-review-form select,
.trip-form.mowvr-booking .mowvr-booking-panel select,
.trip-form.mowvr-booking .mowvr-payment-card-box select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23777386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: calc(100% - 28px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  padding-right: 58px;
}

.trip-form.mowvr-booking .mowvr-booking-nav button {
  min-height: 58px;
}

.trip-form.mowvr-booking .mowvr-booking-submit {
  min-height: 58px;
}

.trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="5"] {
  grid-template-columns: 1fr;
}

.trip-form.mowvr-booking .mowvr-booking-thankyou {
  background: #fff;
  border: 1px solid #ebe5ff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(16, 32, 57, .08);
  gap: 26px;
  justify-items: stretch;
  padding: 34px;
  text-align: left;
}

.trip-form.mowvr-booking .mowvr-confirm-hero {
  background: linear-gradient(135deg, #102039 0%, #17365f 100%);
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.trip-form.mowvr-booking .mowvr-confirm-hero::after {
  background: rgba(243, 115, 50, .18);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: -55px;
  top: -65px;
  width: 170px;
}

.trip-form.mowvr-booking .mowvr-confirm-hero .mowvr-booking-success-icon {
  background: #f37332;
  border: 0;
  color: #fff;
  font-size: 24px;
  height: 56px;
  width: 56px;
}

.trip-form.mowvr-booking .mowvr-confirm-hero span {
  color: #f37332;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.trip-form.mowvr-booking .mowvr-confirm-hero h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.trip-form.mowvr-booking .mowvr-confirm-hero p {
  color: rgba(255, 255, 255, .78);
}

.trip-form.mowvr-booking .mowvr-confirm-summary {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  width: 100%;
}

.trip-form.mowvr-booking .mowvr-confirm-summary span {
  background: #fbfcff;
  border: 1px solid #ebe5ff;
  border-radius: 18px;
  color: #777386;
  padding: 18px;
}

.trip-form.mowvr-booking .mowvr-confirm-summary strong {
  color: #102039;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.trip-form.mowvr-booking .mowvr-confirm-actions {
  justify-content: flex-start;
}

.trip-form.mowvr-booking .mowvr-confirm-actions a {
  border-radius: 999px;
  min-height: 50px;
  padding: 0 24px;
}

@media (max-width: 700px) {
  .trip-form.mowvr-booking .mowvr-confirm-summary {
    grid-template-columns: 1fr !important;
  }

  .trip-form.mowvr-booking .mowvr-booking-thankyou {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .details-page-top.mowvr-single-car .car-details-wrap {
    padding-top: 110px;
  }

  .details-page-top.mowvr-single-car .car-gallery,
  .mowvr-single-car-content > .content-container > .row,
  .mowvr-booking-page-shell,
  .mowvr-account-layout,
  .mowvr-login-grid {
    grid-template-columns: 1fr !important;
  }

  .mowvr-booking-summary-sticky {
    min-height: 0 !important;
  }

  .mowvr-booking-summary-card,
  .mowvr-booking-summary-card.is-fixed,
  .mowvr-booking-summary-card.is-bottom {
    bottom: auto;
    left: auto !important;
    position: static;
    top: auto !important;
    width: 100% !important;
  }

  .mowvr-account-content,
  .mowvr-account-grid,
  .mowvr-account-card {
    min-height: 0;
  }

  .gallery-main-img,
  .gallery-thumbs img {
    max-width: 100%;
    width: 100%;
  }

  .booking-card,
  .mowvr-booking-card {
    margin-left: 0;
    max-width: 100%;
    position: static;
    width: 100%;
  }

  .amenities-grid,
  .review-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .details-page-top.mowvr-single-car .car-details-wrap {
    padding-top: 84px;
  }

  .mowvr-car-detail-meta,
  .mowvr-confirm-actions,
  .mowvr-account-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mowvr-car-detail-meta span,
  .mowvr-confirm-actions a,
  .mowvr-account-actions a,
  .mowvr-account-secondary {
    justify-content: center;
    width: 100%;
  }

  .mowvr-turo-summary-grid,
  .mowvr-trip-rules-grid,
  .mowvr-dashboard-cards,
  .mowvr-order-summary,
  .mowvr-account-details,
  .mowvr-document-grid,
  .mowvr-payment-list,
  .mowvr-payment-method-layout,
  .trip-form.mowvr-booking,
  .mowvr-booking-panel {
    grid-template-columns: 1fr !important;
  }

  .mowvr-booking-page-main,
  .mowvr-booking-summary-card,
  .mowvr-account-card.registration-card,
  .mowvr-login-card,
  .mowvr-add-card-form,
  .mowvr-saved-cards {
    border-radius: 18px;
    padding: 22px 16px;
  }

  .mowvr-account-sidebar {
    border-radius: 18px;
  }

  .mowvr-account-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
  }

  .mowvr-account-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .mowvr-booking-steps {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mowvr-booking-steps::before {
    display: none;
  }

  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box > div {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box button {
    flex: 0 0 auto;
    width: 100%;
  }

  .mowvr-account-table-wrap {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }

  .gallery-main-img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .gallery-thumbs {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gallery-thumbs img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .car-title-row,
  .reviews-heading,
  .booking-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .car-title-row h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .detail-tags {
    gap: 10px;
  }

  .detail-tags span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .details-section {
    padding: 28px 0;
  }

  .booking-card,
  .mowvr-booking-card {
    border-radius: 18px;
    padding: 24px 16px;
  }

  .mowvr-trip-selector,
  .trip-form {
    grid-template-columns: 1fr !important;
  }

  .mowvr-trip-selector .trip-control {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .mowvr-section-heading h2,
  .mowvr-account-card h2,
  .mowvr-login-card h1,
  .mowvr-login-card h2,
  .mowvr-booking-thankyou h3 {
    font-size: 28px;
    line-height: 1.15;
  }

  .mowvr-booking-steps {
    grid-template-columns: 1fr !important;
  }

  .mowvr-account-tabs {
    display: grid;
    overflow: visible;
  }

  .mowvr-account-tabs a {
    width: 100%;
  }

  .mowvr-booking-steps button {
    justify-content: flex-start;
    min-height: 52px;
    padding-left: 18px;
  }

  .trip-form.mowvr-booking .trip-control,
  .trip-form.mowvr-booking .mowvr-booking-panel input:not([type="radio"]):not([type="checkbox"]):not([type="date"]):not([type="time"]),
  .trip-form.mowvr-booking .mowvr-booking-panel input[type="email"],
  .trip-form.mowvr-booking .mowvr-booking-panel input[type="tel"],
  .trip-form.mowvr-booking .mowvr-booking-panel select,
  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box input,
  .trip-form.mowvr-booking .mowvr-payment-card-box select,
  .mowvr-card-element {
    min-height: 58px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .trip-form.mowvr-booking #mowvr-booking-card-element,
  .trip-form.mowvr-booking .mowvr-payment-card-box #mowvr-booking-card-element {
    min-height: 58px;
    padding: 18px;
  }

  .mowvr-booking-price-table th,
  .mowvr-booking-price-table td {
    display: table-cell;
    padding: 10px 0;
    width: auto;
  }

  .mowvr-booking-price-table td {
    text-align: right;
  }

  .mowvr-trip-picker-card {
    border-radius: 18px;
    max-height: calc(100vh - 24px);
    padding: 18px;
    width: calc(100vw - 24px);
  }

  .mowvr-trip-picker-tabs,
  .mowvr-trip-picker-time {
    grid-template-columns: 1fr !important;
  }

  .gallery-thumbs {
    grid-template-columns: 1fr !important;
  }

  .car-title-row h1 {
    font-size: 27px;
  }

  .car-type-badge {
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }

  .reviews-heading > span,
  .booking-price-row strong {
    width: 100%;
  }

  .booking-price-row strong {
    font-size: 24px;
  }

  .review-author {
    align-items: flex-start;
  }

  .review-card {
    padding: 18px 0;
  }
}

@media (max-width: 420px) {
  .mowvr-booking-page-main,
  .mowvr-booking-summary-card,
  .mowvr-account-card.registration-card,
  .mowvr-login-card,
  .mowvr-add-card-form,
  .mowvr-saved-cards {
    padding: 18px 14px;
  }

  .mowvr-account-tabs a,
  .mowvr-booking-steps button,
  .mowvr-booking-nav button,
  .registration-submit,
  .mowvr-button {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .details-page-top.mowvr-single-car .car-gallery,
  .mowvr-single-car-content > .content-container > .row {
    grid-template-columns: 1fr !important;
  }

  .details-page-top.mowvr-single-car .car-gallery > [class*="col"],
  .mowvr-single-car-content .row > [class*="col"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .mowvr-single-car-content .booking-card,
  .mowvr-single-car-content .mowvr-booking-card {
    max-width: 640px;
  }
}

@media (max-width: 900px) {
  .mowvr-booking-page {
    padding: 0;
  }

  .mowvr-booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mowvr-booking-steps::before {
    display: none;
  }

  .trip-form.mowvr-booking .mowvr-insurance-options label,
  .trip-form.mowvr-booking .mowvr-protection-options label,
  .trip-form.mowvr-booking .mowvr-addon-option {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .mowvr-booking-summary-card h3,
  .mowvr-account-user,
  .mowvr-account-status {
    white-space: normal;
  }

  .mowvr-booking-summary-card h3 {
    align-items: flex-start;
    flex-direction: column;
  }

  .mowvr-booking-summary-lines strong {
    font-size: 13px;
  }

  .mowvr-account-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mowvr-tooltip::after {
    left: auto;
    max-width: calc(100vw - 48px);
    right: 0;
    transform: none;
    width: 220px;
  }
}

@media (max-width: 575px) {
  .mowvr-section-heading h2,
  .mowvr-booking-page-main .mowvr-section-heading h2 {
    font-size: 26px;
    line-height: 1.16;
  }

  .mowvr-booking-steps button {
    gap: 9px;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
  }

  .mowvr-booking-summary-card {
    border-radius: 20px;
    padding: 20px 16px !important;
  }

  .mowvr-booking-summary-card h3 {
    margin-bottom: 14px;
  }

  .mowvr-booking-summary-lines {
    gap: 10px;
  }

  .mowvr-booking-summary-lines span {
    border-radius: 14px;
    padding: 14px;
  }

  .mowvr-booking-price-table {
    margin-top: 16px;
  }

  .mowvr-booking-price-table th {
    padding-right: 10px;
  }

  .mowvr-booking-price-table tfoot th,
  .mowvr-booking-price-table tfoot td {
    padding-top: 16px;
  }

  .trip-form.mowvr-booking .mowvr-insurance-options label,
  .trip-form.mowvr-booking .mowvr-protection-options label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .trip-form.mowvr-booking .mowvr-insurance-options em,
  .trip-form.mowvr-booking .mowvr-protection-options em,
  .trip-form.mowvr-booking .mowvr-addon-option em {
    grid-column: 2;
    text-align: left;
    white-space: normal;
  }

  .trip-form.mowvr-booking .mowvr-addon-option {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .mowvr-account-table {
    min-width: 640px;
  }

  .mowvr-account-login-card {
    padding: 28px 18px;
  }
}

@media (max-width: 360px) {
  .mowvr-booking-page-main,
  .mowvr-booking-summary-card,
  .mowvr-account-card.registration-card,
  .mowvr-add-card-form,
  .mowvr-saved-cards,
  .booking-card,
  .mowvr-booking-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .trip-form.mowvr-booking .trip-control,
  .trip-form.mowvr-booking .mowvr-booking-panel input:not([type="radio"]):not([type="checkbox"]):not([type="date"]):not([type="time"]),
  .trip-form.mowvr-booking .mowvr-booking-panel input[type="email"],
  .trip-form.mowvr-booking .mowvr-booking-panel input[type="tel"],
  .trip-form.mowvr-booking .mowvr-booking-panel select,
  .trip-form.mowvr-booking .mowvr-booking-panel[data-mowvr-step="4"] .mowvr-coupon-box input,
  .trip-form.mowvr-booking .mowvr-payment-card-box select,
  .mowvr-card-element {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 1024px) {
  .mowvr-single-car-content .booking-card,
  .mowvr-single-car-content .mowvr-booking-card {
    padding: 32px 28px !important;
  }

  .mowvr-single-car-content .mowvr-trip-selector {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mowvr-single-car-content .mowvr-trip-selector .trip-control {
    border-radius: 18px;
    min-height: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mowvr-single-car-content .mowvr-trip-selector button {
    margin-top: 8px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mowvr-single-car-content .booking-card,
  .mowvr-single-car-content .mowvr-booking-card {
    border-radius: 22px;
    padding: 28px 22px !important;
  }

  .mowvr-single-car-content .mowvr-trip-selector {
    grid-template-columns: 1fr !important;
  }

  .mowvr-single-car-content .booking-divider {
    margin-left: -22px;
    margin-right: -22px;
  }
}

@media (max-width: 420px) {
  .mowvr-single-car-content .booking-card,
  .mowvr-single-car-content .mowvr-booking-card {
    padding: 26px 18px !important;
  }

  .mowvr-single-car-content .booking-divider {
    margin-left: -18px;
    margin-right: -18px;
  }

  .mowvr-single-car-content .mowvr-trip-selector .trip-control {
    min-height: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mowvr-single-car-content .booking-price-row strong {
    font-size: 26px;
  }

  .mowvr-single-car-content .booking-price-row strong span {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .details-page-top.mowvr-single-car {
    min-height: auto;
  }

  .details-page-top.mowvr-single-car .car-details-wrap {
    padding-top: 128px;
  }

  .details-page-top.mowvr-single-car .car-gallery,
  .mowvr-single-car-content > .content-container > .row {
    gap: 28px;
    grid-template-columns: 1fr !important;
  }

  .details-page-top.mowvr-single-car .gallery-thumbs {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .details-page-top.mowvr-single-car .gallery-main-img,
  .details-page-top.mowvr-single-car .gallery-thumbs img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .mowvr-single-car-content .booking-card,
  .mowvr-single-car-content .mowvr-booking-card {
    margin-left: 0;
    max-width: 100%;
    position: static;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 834px) {
  .mowvr-single-car-content .details-section {
    padding: 24px 0 28px;
  }

  .mowvr-single-car-content .details-section h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .mowvr-single-car-content .amenities-grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-bottom: 22px;
  }

  .mowvr-single-car-content .amenities-grid h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mowvr-single-car-content .amenities-grid ul {
    font-size: 12px;
    gap: 7px;
    line-height: 1.3;
  }

  .mowvr-single-car-content .amenities-grid li::marker {
    font-size: 12px;
  }

  .mowvr-single-car-content .view-features-btn {
    font-size: 12px;
    min-height: 40px;
    min-width: 190px;
    padding: 12px 20px;
  }

  .mowvr-single-car-content .mowvr-trip-rules-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mowvr-single-car-content .mowvr-trip-rules-grid > div {
    border-radius: 14px;
    gap: 5px;
    padding: 14px;
  }

  .mowvr-single-car-content .mowvr-trip-rules-grid strong {
    font-size: 15px;
  }

  .mowvr-single-car-content .mowvr-trip-rules-grid p {
    font-size: 12px;
    line-height: 1.35;
  }
}
