/* Transforming Massage — brand + Vagaro embed styling (Eagle Cove Media) */

.tm-vagaro {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

/* Booking widget gets more room than the reviews widget (calendar needs width). */
.tm-vagaro--booking {
	max-width: 1000px;
}

/* Vagaro's embedded iframe is injected as a sibling of the .vagaro attribution block.
   Let it fill the container instead of the default fixed 250px. */
.tm-vagaro iframe {
	width: 100% !important;
	max-width: 100% !important;
	border: 0;
	display: block;
	margin: 0 auto;
}

.tm-vagaro .vagaro {
	width: auto !important;
	margin: 12px auto 0 !important;
	opacity: 0.65;
	font-size: 12px;
}

/* Hide the empty Vagaro title placeholder unless Vagaro fills it. */
.tm-vagaro #frameTitle:empty {
	display: none;
}
