.eccrm-book-meeting {
	width: 100%;
}

.eccrm-book-meeting__card {
	border-width: 0;
	border-style: none;
	border-radius: 8px;
	max-width: 760px;
	min-height: 760px;
	margin: 0 auto;
	overflow: hidden;
}

.eccrm-book-meeting__header {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: center;
	padding: 20px 22px;
	border-bottom-width: 0;
	border-bottom-style: none;
	text-align: center;
}

.eccrm-book-meeting__header strong {
	display: block;
	line-height: 1.3;
}

.eccrm-book-meeting__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 0 0 auto;
}

.eccrm-book-meeting__status {
	min-height: 22px;
	padding: 8px 22px 0;
	font-size: 14px;
}

.eccrm-book-meeting__body {
	min-height: 655px;
	padding: 18px 22px 24px;
}

.eccrm-book-meeting__monthbar {
	display: grid;
	grid-template-columns: 42px 1fr 42px;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.eccrm-book-meeting__monthbar span {
	text-align: center;
	font-weight: 700;
}

.eccrm-book-meeting__month-nav,
.eccrm-book-meeting__guest-remove {
	display: flex;
	align-items: center;
	justify-content: center;
}

.eccrm-book-meeting button,
.eccrm-book-meeting select,
.eccrm-book-meeting input {
	font: inherit;
}

.eccrm-book-meeting button {
	border-width: 0;
	border-style: none;
	border-radius: 6px;
	min-height: 38px;
	cursor: pointer;
}

.eccrm-book-meeting button:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.eccrm-book-meeting__weekdays,
.eccrm-book-meeting__calendar {
	display: grid;
	grid-template-columns: repeat(7, minmax(0,1fr));
	gap: 6px;
}

.eccrm-book-meeting__weekdays {
	margin-bottom: 6px;
	font-size: 13px;
	text-align: center;
	opacity: .78;
}

.eccrm-book-meeting__calendar button {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border-width: 0;
	min-height: 0;
	padding: 0;
}

.eccrm-book-meeting__back {
	margin-bottom: 12px;
	padding: 0 14px;
}

.eccrm-book-meeting h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.eccrm-book-meeting h4 {
	margin: 20px 0 10px;
	font-size: 15px;
}

.eccrm-book-meeting__note {
	margin: 0;
}

.eccrm-book-meeting__durations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eccrm-book-meeting__durations button,
.eccrm-book-meeting__slots button {
	padding: 0 14px;
}

.eccrm-book-meeting__slots {
	margin-left: -4px;
	margin-right: -4px;
}

.eccrm-book-meeting__slot {
	padding: 0 4px 8px;
}

.eccrm-book-meeting__slot button {
	width: 100%;
	text-align: center;
}

.eccrm-book-meeting__timezone {
	width: 100%;
	max-width: 360px;
	min-height: 40px;
	margin-bottom: 12px;
	border-width: 0;
	border-style: none;
	border-radius: 6px;
	padding: 0 10px;
}

.eccrm-book-meeting__form label {
	display: block;
	margin-bottom: 12px;
	font-weight: 700;
}

.eccrm-book-meeting__form label span {
	font-weight: 400;
	opacity: .76;
}

.eccrm-book-meeting__form input {
	display: block;
	width: 100%;
	min-height: 40px;
	margin-top: 5px;
	border-width: 0;
	border-style: none;
	border-radius: 6px;
	padding: 0 10px;
}

.eccrm-book-meeting__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 12px;
}

.eccrm-book-meeting__guests > label {
	margin-bottom: 6px;
}

.eccrm-book-meeting__guest-row {
	display: grid;
	grid-template-columns: 1fr 40px;
	gap: 8px;
	margin-bottom: 8px;
}

.eccrm-book-meeting__guest-row input {
	margin-top: 0;
}

.eccrm-book-meeting__guest-remove {
	width: 40px;
	padding: 0;
}

.eccrm-book-meeting__captcha {
	display: grid;
	grid-template-columns: minmax(110px,32%) 1fr;
	gap: 8px 12px;
	align-items: center;
	min-height: 40px;
	margin: 14px 0;
}

.eccrm-book-meeting__form .eccrm-book-meeting__captcha-label {
	margin: 0;
}

.eccrm-book-meeting__form .ecfrm-captcha input[type="checkbox"] {
	display: inline-block;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.eccrm-book-meeting__submit {
	width: 100%;
}

.eccrm-book-meeting__submit-status {
	margin-top: 12px;
	padding: 12px;
	border-radius: 6px;
}

.eccrm-book-meeting__submit-status[hidden] {
	display: none;
}

@media (max-width: 767px) {
	.eccrm-book-meeting__card {
		min-height: 820px;
	}

	.eccrm-book-meeting__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.eccrm-book-meeting__captcha {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.eccrm-book-meeting__body,
	.eccrm-book-meeting__header {
		padding-left: 16px;
		padding-right: 16px;
	}
}
