.ss-booking-app {
	margin: 2rem auto;
	max-width: 720px;
}

.ss-booking-app__placeholder {
	padding: 2.5rem 2rem;
	border: 1px dashed #c9c9c9;
	border-radius: 12px;
	text-align: center;
	background: #fafafa;
}

.ss-booking-app__title {
	margin: 0 0 .5rem;
	font-size: 1.5rem;
}

.ss-booking-app__note {
	margin: 0;
	color: #666;
}
