.mvc-checkout-form,
.mphb_sc_checkout-wrapper {
	--mvc-ink: #0f1113;
	--mvc-text: #2f3438;
	--mvc-muted: #687078;
	--mvc-line: #dce2e8;
	--mvc-soft: #f5f7f9;
	--mvc-soft-strong: #eef2f5;
	--mvc-green: #0f8b55;
	--mvc-red: #b42318;
	--mvc-shadow: 0 18px 55px rgba(15, 17, 19, 0.09);
	color: var(--mvc-text);
	font-size: 16px;
}

.mphb_sc_checkout-wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

.mvc-checkout-form {
	display: block;
	margin-top: 42px;
}

.mvc-checkout-form h3,
.mvc-checkout-form h4 {
	color: var(--mvc-ink);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
}

.mvc-checkout-form input[type="text"],
.mvc-checkout-form input[type="email"],
.mvc-checkout-form input[type="number"],
.mvc-checkout-form select,
.mvc-checkout-form textarea {
	background: var(--mvc-soft) !important;
	border: 1px solid transparent !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--mvc-ink) !important;
	font-size: 15px !important;
	min-height: 48px;
	padding: 13px 16px !important;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.mvc-checkout-form input:focus,
.mvc-checkout-form select:focus,
.mvc-checkout-form textarea:focus {
	background: #ffffff !important;
	border-color: var(--mvc-ink) !important;
	box-shadow: 0 0 0 3px rgba(15, 17, 19, 0.1) !important;
	outline: 0;
}

.mvc-checkout-form label {
	color: var(--mvc-muted);
	font-weight: 700;
	letter-spacing: 0;
}

.mvc-checkout-form abbr[title] {
	color: var(--mvc-red);
	text-decoration: none;
}

.mvc-checkout-steps {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 26px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.mvc-checkout-step {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	color: var(--mvc-muted);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 58px;
	padding: 10px 14px;
	text-align: center;
	transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.mvc-checkout-step:hover {
	border-color: var(--mvc-ink);
	color: var(--mvc-ink);
	transform: translateY(-1px);
}

.mvc-checkout-step span {
	align-items: center;
	background: var(--mvc-soft-strong);
	border-radius: 999px;
	color: var(--mvc-muted);
	display: inline-flex;
	font-size: 13px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.mvc-checkout-step.is-active {
	border-color: var(--mvc-ink);
	box-shadow: inset 0 0 0 1px var(--mvc-ink), 0 12px 30px rgba(15, 17, 19, 0.08);
	color: var(--mvc-ink);
}

.mvc-checkout-step.is-complete span,
.mvc-checkout-step.is-active span {
	background: var(--mvc-ink);
	color: #ffffff;
}

.mvc-checkout-panel[hidden] {
	display: none !important;
}

.mvc-checkout-panel {
	animation: mvcPanelIn 180ms ease both;
}

@keyframes mvcPanelIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mvc-checkout-panel__actions {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 28px;
}

.mvc-checkout-panel__actions .button,
.mvc-checkout-form .mphb_sc_checkout-submit-wrapper .button {
	background: var(--mvc-ink) !important;
	border: 1px solid var(--mvc-ink) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	min-height: 52px;
	min-width: 170px;
	padding: 16px 22px !important;
	text-align: center;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mvc-checkout-panel__actions .button:hover,
.mvc-checkout-form .mphb_sc_checkout-submit-wrapper .button:hover {
	background: #000000 !important;
	box-shadow: 0 14px 32px rgba(15, 17, 19, 0.18) !important;
	padding: 16px 22px !important;
	transform: translateY(-1px);
}

.mvc-checkout-panel__actions .button::after,
.mvc-checkout-form .mphb_sc_checkout-submit-wrapper .button::after {
	display: none !important;
}

.mvc-checkout-prev {
	background: #ffffff !important;
	color: var(--mvc-ink) !important;
}

.mvc-checkout-next {
	margin-left: auto !important;
}

.mvc-checkout-form #mphb-booking-details,
.mvc-checkout-form #mphb-customer-details,
.mvc-checkout-form #mphb-billing-details,
.mvc-checkout-form .mphb-checkout-terms-wrapper,
.mvc-vehicle-selector {
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	box-shadow: var(--mvc-shadow);
	clear: both;
	margin: 0 0 22px;
	padding: 24px;
}

.mvc-checkout-form .mphb-reserve-rooms-details,
.mvc-checkout-form .mphb-room-details,
.mvc-checkout-form .mphb-services-details {
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	margin-top: 20px;
	padding: 18px;
}

.mvc-checkout-form .mphb-check-in-date,
.mvc-checkout-form .mphb-check-out-date,
.mvc-checkout-form .mphb-room-type-title {
	display: none !important;
}

.mvc-checkout-form .mphb-room-details {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mvc-checkout-form .mphb-room-number,
.mvc-checkout-form .mphb-room-type-title {
	grid-column: 1 / -1;
}

.mvc-checkout-form .mphb-room-number {
	background: var(--mvc-ink);
	border-radius: 8px;
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	padding: 16px 18px;
}

.mvc-checkout-form .mphb-room-type-title {
	align-items: center;
	background: var(--mvc-soft);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 12px 14px;
}

.mvc-checkout-form .mphb-adults-chooser,
.mvc-checkout-form .mphb-children-chooser {
	background: #ffffff;
	border: 2px solid var(--mvc-ink);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(15, 17, 19, 0.08);
	padding: 18px !important;
	position: relative;
	width: 100%;
}

.mvc-checkout-form .mphb-adults-chooser label,
.mvc-checkout-form .mphb-children-chooser label {
	color: var(--mvc-ink);
	display: block;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

.mvc-checkout-form .mphb-adults-chooser::after,
.mvc-checkout-form .mphb-children-chooser::after {
	background: var(--mvc-ink);
	border-radius: 999px;
	color: #ffffff;
	content: "Obligatoire";
	font-size: 11px;
	font-weight: 900;
	padding: 5px 9px;
	position: absolute;
	right: 14px;
	text-transform: uppercase;
	top: 14px;
}

.mvc-checkout-form .mphb-guest-name-wrapper,
.mvc-checkout-form .mphb-customer-details p {
	margin: 0 !important;
	padding: 0 !important;
}

.mvc-checkout-form .mphb-guest-name-wrapper {
	grid-column: 1 / -1;
}

.mvc-checkout-form .mphb-room-details .mphb-guest-name-wrapper {
	display: none !important;
}

.mvc-booking-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 18px 0 20px;
}

.mvc-booking-summary__item {
	background: var(--mvc-soft);
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 14px 16px;
}

.mvc-booking-summary__item span {
	color: var(--mvc-muted);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.mvc-booking-summary__item strong {
	color: var(--mvc-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.mvc-checkout-form .mphb-services-details-title,
.mvc-checkout-form .mphb-customer-details-title,
.mvc-checkout-form .mphb-gateway-chooser-title {
	color: var(--mvc-ink);
	font-size: 18px;
	text-transform: none;
}

.mvc-checkout-form .mphb_sc_checkout-services-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none !important;
	padding: 0 !important;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li {
	align-items: start;
	background: var(--mvc-soft);
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li label {
	margin: 0;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li label:first-child {
	align-items: center;
	color: var(--mvc-ink);
	display: flex;
	font-weight: 900;
	gap: 8px;
	line-height: 1.25;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li em {
	color: var(--mvc-muted);
	display: block;
	font-size: 13px;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li label:not(:first-child) {
	align-items: center;
	color: var(--mvc-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 4px;
}

.mvc-service-controls {
	align-items: center;
	color: var(--mvc-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 4px;
	line-height: 1.2;
}

.mvc-service-controls label {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	white-space: nowrap;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li.mvc-service-locked {
	background: #eef2f5;
	border-color: #cfd7df;
	cursor: not-allowed;
	opacity: 0.78;
}

.mvc-checkout-form .mvc-service-locked label,
.mvc-checkout-form .mvc-service-locked input,
.mvc-checkout-form .mvc-service-locked select,
.mvc-checkout-form .mvc-service-locked .mvc-service-controls {
	cursor: not-allowed;
	pointer-events: none;
}

.mvc-checkout-form .mvc-service-locked label:first-child::after {
	background: var(--mvc-ink);
	border-radius: 999px;
	color: #ffffff;
	content: "Obligatoire";
	font-size: 10px;
	font-weight: 900;
	margin-left: auto;
	padding: 4px 7px;
	text-transform: uppercase;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li > input[type="hidden"] + * {
	margin-top: 0;
}

.mvc-checkout-form .mphb_sc_checkout-services-list li select,
.mvc-checkout-form .mphb_sc_checkout-services-list li input[type="number"] {
	display: inline-block;
	margin: 0 4px !important;
	min-height: 30px;
	padding: 5px 8px !important;
	font-size: 12px !important;
	width: auto;
}

.mvc-checkout-form .mphb-services-details {
	background: #ffffff;
	grid-column: 1 / -1;
	padding: 16px;
}

.mvc-checkout-form input[type="checkbox"],
.mvc-checkout-form input[type="radio"],
.mvc-vehicle-card input[type="checkbox"],
.mvc-vehicle-card input[type="radio"] {
	accent-color: var(--mvc-ink);
}

.mvc-checkout-form #mphb-coupon-details {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 10px 0 22px;
}

.mvc-checkout-form #mphb-coupon-details p {
	margin: 0;
	padding: 0;
}

.mvc-checkout-form #mphb-coupon-details .button {
	background: #ffffff !important;
	border: 1px solid var(--mvc-ink) !important;
	border-radius: 8px !important;
	color: var(--mvc-ink) !important;
	font-weight: 800 !important;
	min-height: 48px;
	padding: 12px 18px !important;
}

.mvc-checkout-form #mphb-price-details {
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	margin: 0 0 22px;
	overflow: hidden;
	position: relative;
}

.mvc-checkout-form .mphb-price-breakdown-title {
	background: var(--mvc-soft);
	color: var(--mvc-muted);
	font-size: 15px;
	padding: 12px 16px;
	text-transform: none;
}

.mvc-checkout-form table.mphb-price-breakdown {
	border: 0 !important;
	display: table;
	margin: 0 !important;
	width: 100%;
}

.mvc-checkout-form table.mphb-price-breakdown tbody,
.mvc-checkout-form table.mphb-price-breakdown tfoot,
.mvc-checkout-form table.mphb-price-breakdown tr {
	table-layout: fixed;
	width: 100%;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-adults,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-children,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-nights,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-dates,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-date,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-services-headers {
	display: none !important;
}

.mvc-checkout-form table.mphb-price-breakdown th,
.mvc-checkout-form table.mphb-price-breakdown td {
	border: 0 !important;
	border-top: 1px solid #ebeff2 !important;
	color: var(--mvc-text);
	font-size: 13px;
	padding: 9px 16px !important;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-booking td {
	background: #ffffff;
	padding-top: 14px !important;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-services th {
	background: var(--mvc-soft);
	color: var(--mvc-muted);
	font-size: 12px;
	text-transform: uppercase;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mvc-price-breakdown-vehicle th {
	background: #f0fbf5;
	color: var(--mvc-ink);
}

.mvc-checkout-form table.mphb-price-breakdown tr.mvc-price-breakdown-vehicle th:first-child {
	font-size: 14px;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mvc-price-breakdown-vehicle span:not(.mphb-currency):not(.mphb-price) {
	color: var(--mvc-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 2px;
}

.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-accommodation-total th,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-services-total th,
.mvc-checkout-form table.mphb-price-breakdown tr.mphb-price-breakdown-subtotal th {
	font-size: 13px;
}

.mvc-checkout-form table.mphb-price-breakdown tfoot th {
	background: var(--mvc-ink);
	color: #ffffff;
	font-size: 16px;
	padding: 14px 16px !important;
}

.mvc-checkout-form table.mphb-price-breakdown tfoot .mphb-price,
.mvc-checkout-form table.mphb-price-breakdown tfoot .mphb-currency {
	color: #ffffff;
}

.mvc-checkout-form .mphb-price {
	color: var(--mvc-ink);
	font-weight: 900;
	letter-spacing: 0;
}

.mvc-checkout-form .mphb-price-breakdown-total .mphb-price,
.mvc-checkout-form .mphb-total-price-field .mphb-price {
	font-size: 24px;
}

.mvc-vehicle-selector {
	padding: 22px;
}

.mvc-vehicle-selector h3 {
	font-size: 24px;
	margin: 0 0 8px;
}

.mvc-vehicle-selector > p {
	color: var(--mvc-muted);
	margin: 0 0 14px;
	padding: 0;
}

.mvc-vehicle-selector__status {
	color: var(--mvc-green);
	font-weight: 800;
	margin: 10px 0 16px;
}

.mvc-vehicle-selector__location {
	display: grid;
	gap: 6px;
	margin: 0 0 18px;
	max-width: 360px;
}

.mvc-vehicle-selector__location label strong {
	color: var(--mvc-ink);
}

.mvc-vehicle-selector__summary {
	color: var(--mvc-ink);
	font-weight: 900;
	margin-top: 4px;
}

.mvc-vehicle-selector__summary:empty {
	display: none;
}

.mvc-vehicle-selector__selected {
	align-items: center;
	background: var(--mvc-soft);
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	margin: 18px 0;
	padding: 14px;
}

.mvc-vehicle-selector__selected[hidden] {
	display: none !important;
}

.mvc-vehicle-selector__selected-media {
	background: #ffffff;
	border-radius: 8px;
	height: 68px;
	overflow: hidden;
	width: 92px;
}

.mvc-vehicle-selector__selected-media:empty::before {
	align-items: center;
	color: var(--mvc-muted);
	content: "Auto";
	display: flex;
	font-size: 12px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
}

.mvc-vehicle-selector__selected-media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mvc-vehicle-selector__selected-copy {
	min-width: 0;
}

.mvc-vehicle-selector__selected-copy span,
.mvc-vehicle-selector__selected-copy strong,
.mvc-vehicle-selector__selected-copy div {
	display: block;
}

.mvc-vehicle-selector__selected-copy span {
	color: var(--mvc-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mvc-vehicle-selector__selected-copy strong {
	color: var(--mvc-ink);
	font-size: 18px;
	line-height: 1.25;
}

.mvc-vehicle-selector__location-value {
	color: var(--mvc-muted);
	font-size: 14px;
	font-weight: 700;
	margin-top: 4px;
}

.mvc-vehicle-selector__remove {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	color: var(--mvc-red);
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	width: 46px;
}

.mvc-vehicle-selector__remove:hover {
	border-color: var(--mvc-red);
}

.mvc-trash-icon::before {
	content: "\f2ed";
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.mvc-vehicle-selector__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mvc-vehicle-card {
	background: #ffffff;
	border: 1px solid var(--mvc-line);
	border-radius: 8px;
	cursor: pointer;
	display: grid;
	gap: 10px;
	min-height: 100%;
	padding: 14px;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mvc-vehicle-card:hover {
	border-color: var(--mvc-ink);
	box-shadow: 0 14px 36px rgba(15, 17, 19, 0.08);
	transform: translateY(-2px);
}

.mvc-vehicle-card.is-selected {
	border-color: var(--mvc-ink);
	box-shadow: inset 0 0 0 1px var(--mvc-ink), 0 18px 44px rgba(15, 17, 19, 0.13);
}

.mvc-vehicle-card.is-unavailable {
	opacity: 0.6;
}

.mvc-vehicle-card > input[type="radio"] {
	height: 22px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 22px;
	z-index: 2;
}

.mvc-vehicle-card img {
	aspect-ratio: 16 / 10;
	background: var(--mvc-soft);
	border-radius: 8px;
	object-fit: contain;
	padding: 10px;
	width: 100%;
}

.mvc-vehicle-card strong {
	color: var(--mvc-ink);
	font-size: 17px;
	line-height: 1.25;
}

.mvc-vehicle-card__features,
.mvc-vehicle-card__price,
.mvc-vehicle-card__choose {
	display: block;
}

.mvc-vehicle-card__features {
	color: var(--mvc-muted);
}

.mvc-vehicle-card__price {
	color: var(--mvc-ink);
	font-size: 18px;
	font-weight: 900;
	margin-top: auto;
}

.mvc-vehicle-card__choose {
	background: var(--mvc-soft);
	border-radius: 8px;
	color: var(--mvc-ink);
	font-weight: 900;
	margin-top: 4px;
	padding: 12px;
	text-align: center;
}

.mvc-vehicle-card.is-selected .mvc-vehicle-card__choose {
	background: var(--mvc-ink);
	color: #ffffff;
}

.mvc-vehicle-card__options {
	border-top: 1px solid var(--mvc-line);
	display: none;
	gap: 8px;
	margin-top: 4px;
	padding-top: 12px;
}

.mvc-vehicle-card.is-selected .mvc-vehicle-card__options {
	display: grid;
}

.mvc-vehicle-card__options label {
	align-items: center;
	background: var(--mvc-soft);
	border-radius: 8px;
	color: var(--mvc-text);
	display: flex;
	font-weight: 800;
	gap: 8px;
	padding: 10px;
}

.mvc-vehicle-option-row {
	position: relative;
}

.mvc-option-info-toggle {
	background: transparent;
	border: 0;
	color: var(--mvc-ink);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	margin: 6px 0 0;
	padding: 0;
	text-decoration: underline;
}

.mvc-option-info-popover {
	background: var(--mvc-ink);
	border-radius: 8px;
	bottom: calc(100% + 8px);
	box-shadow: 0 14px 36px rgba(15, 17, 19, 0.18);
	color: #ffffff;
	font-size: 12px;
	left: 0;
	line-height: 1.35;
	max-width: 260px;
	padding: 10px 12px;
	position: absolute;
	width: max-content;
	z-index: 5;
}

.mvc-option-info-popover[hidden] {
	display: none !important;
}

.mvc-vehicle-card__options input:disabled {
	cursor: not-allowed;
}

.mvc-checkout-panel--payment #mphb-customer-details {
	display: grid;
	gap: 18px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mvc-checkout-panel--payment #mphb-customer-details .mphb-customer-details-title,
.mvc-checkout-panel--payment #mphb-customer-details .mphb-required-fields-tip,
.mvc-checkout-panel--payment #mphb-customer-details .mphb-customer-note {
	grid-column: 1 / -1;
}

.mvc-checkout-form .mphb-gateways-list {
	display: grid;
	gap: 12px;
	list-style: none !important;
	padding: 0 !important;
}

.mvc-checkout-form .mphb-gateway {
	background: var(--mvc-soft);
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 16px;
}

.mvc-checkout-form .mphb-gateway:has(input:checked) {
	background: #ffffff;
	border-color: var(--mvc-ink);
}

.mvc-checkout-form .mphb-total-price {
	align-items: center;
	background: var(--mvc-ink);
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	margin: 0 0 18px;
	min-height: 72px;
	padding: 18px 22px;
}

.mvc-checkout-form .mphb-total-price output,
.mvc-checkout-form .mphb-total-price .mphb-price,
.mvc-checkout-form .mphb-total-price .mphb-currency {
	color: #ffffff;
}

.mvc-checkout-form .mphb-checkout-terms-wrapper {
	box-shadow: none;
}

.mvc-checkout-form .mphb-terms-and-conditions {
	background: var(--mvc-soft);
	border-radius: 8px;
	max-height: 260px;
	overflow: auto;
	padding: 18px;
}

.mvc-checkout-form .mphb-terms-and-conditions-accept {
	margin: 18px 0 0;
	padding: 0;
}

.mvc-checkout-form .mphb_sc_checkout-submit-wrapper {
	margin: 18px 0 0;
	padding: 0;
}

.mvc-checkout-form .mphb-errors-wrapper {
	background: #fff3f0;
	border: 1px solid #ffd5cc;
	border-radius: 8px;
	color: var(--mvc-red);
	font-weight: 800;
	padding: 14px 16px;
}

@media (max-width: 980px) {
	.mvc-checkout-steps,
	.mvc-vehicle-selector__grid,
	.mvc-checkout-form .mphb-room-details,
	.mvc-checkout-panel--payment #mphb-customer-details,
	.mvc-booking-summary {
		grid-template-columns: 1fr;
	}

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

	.mvc-checkout-form .mphb_sc_checkout-services-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mvc-checkout-steps {
		position: static;
	}
}

@media (max-width: 700px) {
	.mvc-checkout-form,
	.mphb_sc_checkout-wrapper {
		font-size: 15px;
	}

	.mvc-checkout-form #mphb-booking-details,
	.mvc-checkout-form #mphb-customer-details,
	.mvc-checkout-form #mphb-billing-details,
	.mvc-checkout-form .mphb-checkout-terms-wrapper,
	.mvc-vehicle-selector {
		padding: 18px;
	}

	.mvc-vehicle-selector__selected {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.mvc-vehicle-selector__remove {
		grid-column: 1 / -1;
		width: 100%;
	}

	.mvc-checkout-form #mphb-coupon-details {
		grid-template-columns: 1fr;
	}

	.mvc-checkout-form .mphb_sc_checkout-services-list {
		grid-template-columns: 1fr;
	}

	.mvc-booking-summary {
		grid-template-columns: 1fr;
	}

	.mvc-checkout-panel__actions {
		flex-direction: column-reverse;
	}

	.mvc-checkout-panel__actions .button {
		width: 100%;
	}
}
