.booking-popup-maker__content-section {
	display: flex;
	margin-bottom: var(--ui-space-stack-sm);
}

.booking-popup-maker__content-section:last-child {
	margin-bottom: 0;
}

.booking-popup-maker__content-section_item {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: var(--ui-space-inline-sm);
	max-width: 100%;
	border-radius: var(--ui-border-radius-lg);
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
	transition: transform .2s ease;
}

.booking-popup-maker__content-section_item.--shrink {
	flex: 0;
}

.booking-popup-maker__content-section_item.--secondary {
	background: rgba(255, 255, 255, 0.75);
}

.booking-popup-maker__content-section_item.--secondary:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
	background: #fff;
}

.booking-popup-maker__content-section_item:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
}

.booking-popup-maker__content-section_item.--block {
	flex: none;
	display: block;
}

.booking-popup-maker__content-section_item.--flex-column .booking-popup-maker__content-section_item {
	margin-right: 0;
	margin-bottom: var(--ui-space-stack-sm, 12px);
}

.booking-popup-maker__content-section_item.--transparent:hover {
	transform: translateY(0);
	box-shadow: none;
}

.booking-popup-maker__content-section_item.--flex-column .booking-popup-maker__content-section_item:last-child {
	margin-bottom: 0;
}

.booking-popup-maker__content-section_item.--flex-column {
	display: flex;
	flex-direction: column;
}

.booking-popup-maker__content-section_item.--transparent {
	background: none;
	box-shadow: none;
}

.booking-popup-maker__content-section_item.--overflow-hidden {
	overflow: hidden;
}

.booking-popup-maker__content-section_item.--disabled {
	pointer-events: none;
}

.booking-popup-maker__content-section_item.--awaiting {
	min-height: 70px;
}

.booking-popup-maker__content-section_item:last-child {
	margin-right: 0;
}

.booking-popup-maker__content-section_item.--transparent {
	background: none;
	box-shadow: none;
}
