/* Schedule an Appointment page */

/* Restore normal site container width (do not stretch edge-to-edge like Elementor pages). */
body.true-calm-schedule-page-body .main-content-section-wrapper > .container {
	max-width: 1340px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

body.true-calm-schedule-page-body .main-content-section-wrapper > .container > .row > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.true-calm-schedule-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 24px 0 48px;
	box-sizing: border-box;
	overflow-x: hidden;
}

.true-calm-schedule-page__intro {
	max-width: 820px;
	margin: 0 0 28px;
	padding: 0;
	box-sizing: border-box;
}

.true-calm-schedule-page__title {
	margin: 0 0 14px;
	padding: 0;
	color: #0c2f25;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.1;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.true-calm-schedule-page__text,
.true-calm-schedule-page__note {
	max-width: 760px;
	margin: 0 0 12px;
	padding: 0;
	color: #33443e;
	font-size: 16px;
	line-height: 1.7;
}

.true-calm-schedule-page__note {
	margin-bottom: 0;
	color: #4d5f58;
}

.true-calm-schedule-calendar-card {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	overflow: visible;
}

.true-calm-schedule-calendar {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 760px;
	border: 0;
	background: transparent;
}

.true-calm-schedule-calendar iframe {
	display: block;
	width: 100%;
	min-height: 760px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	outline: 0;
	max-width: 100%;
	box-shadow: none;
	background: transparent;
}

@media (max-width: 1399px) {
	body.true-calm-schedule-page-body .main-content-section-wrapper > .container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	body.true-calm-schedule-page-body .main-content-section-wrapper > .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	body.true-calm-schedule-page-body .main-content-section-wrapper > .container > .row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.true-calm-schedule-page {
		padding: 16px 0 36px;
	}

	.true-calm-schedule-page__intro {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.true-calm-schedule-page__title {
		font-size: clamp(28px, 8vw, 36px);
		line-height: 1.12;
		margin-bottom: 12px;
	}

	.true-calm-schedule-page__text,
	.true-calm-schedule-page__note {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.65;
	}

	.true-calm-schedule-calendar,
	.true-calm-schedule-calendar iframe {
		min-height: 820px;
	}
}
