.north-co-checkout-page {
	--north-ink: #18201e;
	--north-muted: #6c7471;
	--north-line: #e4e8e6;
	--north-soft: #f5f7f6;
	--north-brand: #d55248;
	--north-brand-dark: #b94038;
	--north-green: #176b52;
	--north-green-soft: #eaf6f1;
	--north-white: #fff;
	--north-shadow: 0 22px 65px rgba(24, 32, 30, 0.09);
	color: var(--north-ink);
	font-family: "DM Sans", sans-serif;
}

.north-co-checkout-page .entry-header,
.north-co-checkout-page .page-header,
.north-co-checkout-page .entry-title {
	display: none;
}

.north-co-checkout-page .site-main,
.north-co-checkout-page .entry-content,
.north-co-checkout-page .wp-site-blocks,
.north-co-checkout-page main {
	max-width: none;
	margin: 0;
	padding: 0;
}

.north-co-checkout-page * {
	box-sizing: border-box;
}

.north-co-checkout-page button,
.north-co-checkout-page input,
.north-co-checkout-page select,
.north-co-checkout-page textarea {
	font-family: inherit;
}

.north-co-checkout-page svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.north-checkout-header {
	width: 100%;
	min-height: 82px;
	padding: 0 clamp(24px, 6vw, 96px);
	border-bottom: 1px solid var(--north-line);
	background: var(--north-white);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 30px;
	align-items: center;
}

.north-brand {
	width: fit-content;
	color: var(--north-ink);
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-decoration: none;
}

.north-brand:hover {
	color: var(--north-ink);
}

.north-brand-mark {
	width: 33px;
	height: 33px;
	border-radius: 10px;
	color: var(--north-white);
	background: var(--north-brand);
	display: grid;
	place-items: center;
	font-size: 17px;
}

.north-progress {
	color: #9aa19e;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 700;
}

.north-progress i {
	width: 30px;
	height: 1px;
	background: #d7dcda;
}

.north-progress .is-complete {
	color: var(--north-green);
}

.north-progress .is-active {
	color: var(--north-ink);
}

.north-secure-note {
	color: var(--north-muted);
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 7px;
	font-size: 12px;
	font-weight: 600;
}

.north-secure-note svg {
	width: 16px;
	stroke-width: 1.8;
}

.north-checkout-shell {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto !important;
	padding: 42px 0 80px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 80px;
	align-items: start;
}

.north-back-link {
	width: fit-content;
	margin-bottom: 26px;
	color: var(--north-muted);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.north-back-link:hover {
	color: var(--north-ink);
}

.north-back-link svg {
	width: 16px;
	stroke-width: 2;
}

.north-title-block {
	margin-bottom: 38px;
}

.north-eyebrow {
	margin: 0 0 6px;
	color: var(--north-brand);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.north-title-block h1,
.north-section-heading h2,
.north-summary-heading h2,
.north-cart-product h3 {
	color: var(--north-ink);
	font-family: "Manrope", sans-serif;
	letter-spacing: -0.7px;
}

.north-title-block h1 {
	margin: 0 0 8px;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.14;
}

.north-title-block > p:last-child {
	margin: 0;
	color: var(--north-muted);
	font-size: 15px;
}

.north-form-section {
	padding: 31px 0;
	border-top: 1px solid var(--north-line);
}

.north-section-heading {
	margin-bottom: 23px;
	display: grid;
	grid-template-columns: 34px 1fr auto;
	gap: 13px;
	align-items: start;
}

.north-section-heading-simple {
	grid-template-columns: 34px 1fr;
}

.north-step-number {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--north-green);
	background: var(--north-green-soft);
	display: grid;
	place-items: center;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.north-section-heading h2 {
	margin: 1px 0 2px;
	font-size: 19px;
	line-height: 1.3;
}

.north-section-heading p {
	margin: 0;
	color: var(--north-muted);
	font-size: 12px;
}

.north-login-copy {
	padding-top: 5px;
}

.north-login-copy a,
.north-summary-heading a {
	color: var(--north-ink);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.north-fields .woocommerce-billing-fields__field-wrapper,
.north-fields .woocommerce-shipping-fields__field-wrapper,
.north-fields .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 17px;
}

.north-fields .woocommerce-additional-fields {
	margin-top: 18px;
}

.north-fields .woocommerce-additional-fields h3,
.north-fields .woocommerce-billing-fields > h3,
.north-fields .woocommerce-shipping-fields > h3 {
	display: none;
}

.north-fields .form-row {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.north-fields .north-field-wide {
	grid-column: 1 / -1;
}

.north-fields .form-row label {
	color: var(--north-ink);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.north-fields .form-row .required {
	color: var(--north-brand);
	text-decoration: none;
}

.north-fields .form-row .optional {
	color: #979e9b;
	font-weight: 500;
}

.north-fields .input-text,
.north-fields select,
.north-fields textarea,
.north-fields .select2-selection {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #d7ddda !important;
	border-radius: 10px !important;
	outline: none;
	color: var(--north-ink);
	background: var(--north-white);
	box-shadow: none !important;
	font-size: 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.north-fields textarea {
	min-height: 105px;
	padding-top: 13px;
	resize: vertical;
}

.north-fields .input-text:focus,
.north-fields select:focus,
.north-fields textarea:focus,
.north-fields .select2-container--open .select2-selection {
	border-color: var(--north-ink) !important;
	box-shadow: 0 0 0 3px rgba(24, 32, 30, 0.08) !important;
}

.north-fields .select2-container {
	width: 100% !important;
}

.north-fields .select2-selection__rendered {
	padding: 9px 0 !important;
	line-height: 30px !important;
}

.north-fields .select2-selection__arrow {
	top: 12px !important;
	right: 8px !important;
}

.north-fields .woocommerce-invalid .input-text,
.north-fields .woocommerce-invalid select,
.north-fields .woocommerce-invalid .select2-selection {
	border-color: #c92a2a !important;
}

.north-shipping-fields #ship-to-different-address {
	margin: 0;
	padding: 16px;
	border: 1px solid var(--north-line);
	border-radius: 11px;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	letter-spacing: 0;
}

.north-shipping-fields #ship-to-different-address label {
	display: flex;
	gap: 9px;
	align-items: center;
	cursor: pointer;
}

.north-shipping-fields #ship-to-different-address-checkbox {
	width: 17px;
	height: 17px;
	accent-color: var(--north-green);
}

.north-shipping-fields .shipping_address {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid var(--north-line);
	border-radius: 11px;
	background: var(--north-soft);
}

.north-payment-section #payment {
	border: 1px solid #d7ddda;
	border-radius: 13px;
	background: var(--north-white);
	overflow: hidden;
}

.north-payment-section #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.north-payment-section #payment .wc_payment_method {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--north-line);
	background: var(--north-white);
}

.north-payment-section #payment .wc_payment_method.is-selected {
	background: #fbfcfb;
}

.north-payment-section #payment .wc_payment_method > input {
	width: 17px;
	height: 17px;
	margin: 20px 0 0 16px;
	position: absolute;
	accent-color: var(--north-green);
}

.north-payment-section #payment .wc_payment_method > label {
	min-height: 58px;
	margin: 0;
	padding: 0 16px 0 44px;
	color: var(--north-ink);
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
}

.north-payment-section #payment .wc_payment_method > label img {
	max-height: 24px;
	margin-left: auto;
}

.north-payment-section #payment .payment_box {
	width: 100%;
	margin: 0;
	padding: 18px 16px;
	border-top: 1px solid var(--north-line);
	border-radius: 0;
	color: var(--north-muted);
	background: var(--north-soft);
	font-size: 12px;
}

.north-payment-section #payment .payment_box::before {
	display: none;
}

.north-payment-section #payment .payment_box p:last-child {
	margin-bottom: 0;
}

.north-payment-section #payment .form-row {
	margin: 0 0 12px;
	padding: 0;
}

.north-payment-section #payment .form-row:last-child {
	margin-bottom: 0;
}

.north-payment-section #payment .input-text,
.north-payment-section #payment select {
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid #d7ddda;
	border-radius: 9px;
	background: var(--north-white);
	box-shadow: none;
}

.north-payment-section #payment .place-order {
	margin: 0;
	padding: 20px 16px 16px;
	background: var(--north-white);
}

.north-payment-section #payment .woocommerce-privacy-policy-text,
.north-payment-section #payment .woocommerce-terms-and-conditions-wrapper {
	color: var(--north-muted);
	font-size: 11px;
}

.north-payment-section #payment .woocommerce-privacy-policy-text a,
.north-payment-section #payment .woocommerce-terms-and-conditions-wrapper a {
	color: var(--north-ink);
	font-weight: 700;
}

.north-payment-section #payment #place_order {
	width: 100%;
	min-height: 58px;
	margin: 12px 0 0;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	color: var(--north-white);
	background: var(--north-brand);
	float: none;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(213, 82, 72, 0.23);
	transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.north-payment-section #payment #place_order:hover {
	background: var(--north-brand-dark);
	box-shadow: 0 12px 28px rgba(213, 82, 72, 0.3);
	transform: translateY(-1px);
}

.north-order-summary {
	padding-top: 83px;
	position: sticky;
	top: 20px;
}

.north-summary-card {
	padding: 22px;
	border: 1px solid var(--north-line);
	border-radius: 18px;
	background: var(--north-white);
	box-shadow: var(--north-shadow);
}

.north-summary-heading {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--north-line);
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.north-summary-heading h2 {
	margin: 0;
	font-size: 18px;
}

.north-summary-heading a {
	color: var(--north-muted);
	font-size: 10px;
}

.north-cart-products {
	padding: 20px 0 4px;
}

.north-cart-product {
	margin-bottom: 18px;
	display: grid;
	grid-template-columns: 64px 1fr auto;
	gap: 13px;
	align-items: center;
}

.north-product-image {
	position: relative;
}

.north-product-image img {
	width: 64px;
	height: 64px;
	margin: 0;
	border-radius: 10px;
	display: block;
	object-fit: cover;
}

.north-product-image span {
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid var(--north-white);
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -7px;
	color: var(--north-white);
	background: #6f7773;
	display: grid;
	place-items: center;
	font-size: 9px;
	font-weight: 700;
}

.north-product-copy {
	min-width: 0;
}

.north-cart-product h3 {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 1.35;
}

.north-product-description {
	margin: 3px 0;
	color: var(--north-muted);
	font-size: 9px;
	line-height: 1.45;
}

.north-cart-product .variation {
	margin: 0;
	color: var(--north-muted);
	font-size: 10px;
}

.north-cart-product .variation dt,
.north-cart-product .variation dd,
.north-cart-product .variation p {
	margin: 0;
	display: inline;
	float: none;
}

.north-cart-product > strong {
	font-size: 11px;
	white-space: nowrap;
}

.north-totals {
	padding-top: 18px;
	border-top: 1px solid var(--north-line);
}

.north-totals > div {
	margin-bottom: 9px;
	color: #56605c;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 11px;
}

.north-totals .woocommerce-remove-coupon {
	margin-left: 4px;
	color: var(--north-brand);
	font-size: 9px;
}

.north-shipping-table,
.north-shipping-table tbody,
.north-shipping-table tr,
.north-shipping-table th,
.north-shipping-table td {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	background: transparent;
}

.north-shipping-table {
	margin-bottom: 10px;
	color: #56605c;
	font-size: 11px;
}

.north-shipping-table th {
	margin-bottom: 5px;
	color: var(--north-ink);
	font-weight: 700;
}

.north-shipping-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.north-shipping-table li {
	margin: 5px 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.north-shipping-table input {
	accent-color: var(--north-green);
}

.north-shipping-table .woocommerce-shipping-destination,
.north-shipping-table .woocommerce-shipping-calculator {
	margin: 7px 0 0;
}

.north-totals .north-order-total {
	margin: 17px 0 0;
	padding-top: 17px;
	border-top: 1px solid var(--north-line);
	color: var(--north-ink);
	align-items: center;
	font-size: 14px;
}

.north-order-total small {
	margin-right: 5px;
	color: var(--north-muted);
	font-size: 8px;
	font-weight: 600;
}

.north-order-total .woocommerce-Price-amount {
	font-size: 17px;
}

.north-cancellation-notice {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--north-line);
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.north-cancellation-notice svg {
	width: 19px;
	flex: 0 0 auto;
	color: var(--north-green);
	stroke-width: 1.7;
}

.north-cancellation-notice strong {
	display: block;
	color: var(--north-ink);
	font-size: 11px;
	line-height: 1.4;
}

.north-cancellation-notice p {
	margin: 3px 0 0;
	color: var(--north-muted);
	font-size: 10px;
	line-height: 1.5;
}

.north-cancellation-notice a {
	color: var(--north-ink);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.north-trust-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.north-trust-grid div {
	padding: 11px;
	border: 1px solid var(--north-line);
	border-radius: 10px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.north-trust-grid svg {
	width: 17px;
	flex: 0 0 auto;
	color: var(--north-green);
	stroke-width: 1.7;
}

.north-trust-grid p {
	margin: 0;
	color: var(--north-muted);
	font-size: 8px;
	line-height: 1.5;
}

.north-trust-grid strong {
	color: var(--north-ink);
	font-size: 9px;
}

.north-co-checkout-page .woocommerce-notices-wrapper,
.north-co-checkout-page > .woocommerce-error,
.north-co-checkout-page > .woocommerce-message {
	width: min(1200px, calc(100% - 48px));
	margin: 18px auto 0;
}

.north-co-checkout-page .woocommerce-error,
.north-co-checkout-page .woocommerce-message,
.north-co-checkout-page .woocommerce-info {
	padding: 14px 18px 14px 44px;
	border: 1px solid var(--north-line);
	border-top: 3px solid var(--north-green);
	border-radius: 10px;
	background: var(--north-white);
	font-size: 12px;
}

.north-co-checkout-page .woocommerce-error {
	border-top-color: var(--north-brand);
}

.north-co-checkout-page .blockUI.blockOverlay {
	border-radius: 12px;
	background-color: var(--north-white) !important;
	opacity: 0.7 !important;
}

.north-co-thankyou-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at top left, rgba(234, 246, 241, 0.9), transparent 35%),
		linear-gradient(180deg, #fbfcfb 0%, #f5f7f6 100%);
}

.north-co-thankyou-page .entry-header,
.north-co-thankyou-page .page-header,
.north-co-thankyou-page .entry-title,
.north-co-thankyou-page .woocommerce-order-overview,
.north-co-thankyou-page .woocommerce-order-details,
.north-co-thankyou-page .woocommerce-customer-details {
	display: none !important;
}

.north-co-thankyou-page .north-confirmation-shell {
	width: min(720px, calc(100% - 36px));
	margin: 0 auto;
	padding: 48px 0 70px;
}

.north-confirmation-brand {
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--north-ink);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
}

.north-confirmation-card {
	padding: clamp(28px, 6vw, 56px);
	border: 1px solid var(--north-line);
	border-radius: 24px;
	background: var(--north-white);
	box-shadow: var(--north-shadow);
	text-align: center;
}

.north-confirmation-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: grid;
	place-items: center;
}

.north-confirmation-icon.is-successful {
	color: var(--north-green);
	background: var(--north-green-soft);
}

.north-confirmation-icon.is-pending {
	color: #9a6a20;
	background: #fff5df;
}

.north-confirmation-icon svg {
	width: 30px;
	stroke-width: 2;
}

.north-confirmation-card > h1 {
	margin: 0 0 10px;
	color: var(--north-ink);
	font-family: "Manrope", sans-serif;
	font-size: clamp(27px, 5vw, 38px);
	line-height: 1.2;
	letter-spacing: -1.2px;
}

.north-confirmation-intro {
	max-width: 500px;
	margin: 0 auto 26px;
	color: var(--north-muted);
	font-size: 14px;
}

.north-booking-reference {
	margin-bottom: 28px;
	padding: 16px 20px;
	border: 1px dashed #cbd5d0;
	border-radius: 12px;
	background: var(--north-soft);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
}

.north-booking-reference span {
	color: var(--north-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.north-booking-reference strong {
	color: var(--north-green);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
}

.north-confirmation-details {
	margin-bottom: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	border: 1px solid var(--north-line);
	border-radius: 14px;
	background: var(--north-line);
	overflow: hidden;
	text-align: left;
}

.north-confirmation-details > div {
	min-width: 0;
	padding: 16px;
	background: var(--north-white);
}

.north-confirmation-details span,
.north-reservation-summary h2 {
	margin-bottom: 4px;
	color: var(--north-muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.north-confirmation-details strong {
	color: var(--north-ink);
	display: block;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.north-reservation-summary {
	padding: 20px;
	border: 1px solid var(--north-line);
	border-radius: 14px;
	text-align: left;
}

.north-reservation-summary h2 {
	margin: 0 0 14px;
}

.north-reservation-item {
	padding: 14px 0;
	border-top: 1px solid var(--north-line);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-start;
}

.north-reservation-item:last-child {
	padding-bottom: 0;
}

.north-reservation-item strong {
	color: var(--north-ink);
	display: block;
	font-size: 13px;
}

.north-reservation-item > span,
.north-reservation-item .wc-item-meta {
	margin: 2px 0 0;
	color: var(--north-muted);
	font-size: 10px;
}

.north-reservation-item .wc-item-meta {
	padding: 0;
	list-style: none;
}

.north-reservation-item .wc-item-meta p,
.north-reservation-item .wc-item-meta li {
	margin: 0;
}

.north-confirmation-message {
	margin-top: 20px;
	padding: 15px 16px;
	border-radius: 12px;
	color: #52605b;
	background: var(--north-green-soft);
	display: flex;
	gap: 11px;
	align-items: flex-start;
	text-align: left;
}

.north-confirmation-message svg {
	width: 19px;
	flex: 0 0 auto;
	color: var(--north-green);
	stroke-width: 1.7;
}

.north-confirmation-message p {
	margin: 0;
	font-size: 11px;
}

.north-confirmation-message strong {
	margin-bottom: 1px;
	color: var(--north-ink);
	display: block;
	font-size: 12px;
}

.north-confirmation-footer {
	margin: 20px 0 0;
	color: var(--north-muted);
	font-size: 11px;
	text-align: center;
}

@media (max-width: 980px) {
	.north-checkout-header {
		grid-template-columns: 1fr auto;
	}

	.north-progress {
		display: none;
	}

	.north-checkout-shell {
		width: min(690px, calc(100% - 40px));
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.north-order-summary {
		padding-top: 0;
		position: static;
		grid-row: 1;
	}

	.north-checkout-main {
		grid-row: 2;
	}

	.north-back-link {
		display: none;
	}
}

@media (max-width: 620px) {
	.north-checkout-header {
		min-height: 68px;
		padding: 0 18px;
	}

	.north-secure-note {
		font-size: 0;
	}

	.north-secure-note svg {
		width: 19px;
	}

	.north-checkout-shell {
		width: min(100% - 30px, 690px);
		padding: 24px 0 48px;
	}

	.north-summary-card {
		padding: 16px;
		box-shadow: 0 10px 40px rgba(24, 32, 30, 0.07);
	}

	.north-title-block {
		margin-bottom: 28px;
	}

	.north-title-block h1 {
		font-size: 29px;
	}

	.north-form-section {
		padding: 26px 0;
	}

	.north-section-heading {
		grid-template-columns: 32px 1fr;
	}

	.north-login-copy {
		grid-column: 2;
		padding-top: 3px;
	}

	.north-fields .woocommerce-billing-fields__field-wrapper,
	.north-fields .woocommerce-shipping-fields__field-wrapper,
	.north-fields .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.north-fields .north-field-wide {
		grid-column: auto;
	}

	.north-cart-product {
		grid-template-columns: 54px 1fr auto;
	}

	.north-product-image img {
		width: 54px;
		height: 54px;
	}

	.north-trust-grid {
		display: none;
	}

	.north-co-thankyou-page .north-confirmation-shell {
		padding-top: 28px;
	}

	.north-confirmation-card {
		border-radius: 18px;
	}

	.north-confirmation-details {
		grid-template-columns: 1fr;
	}

	.north-reservation-item {
		display: block;
	}

	.north-reservation-item > span {
		margin-top: 6px;
		display: block;
	}
}
