.sm-gmp-admin .sm-gmp-sessions-table input[type="text"],
.sm-gmp-admin .sm-gmp-sessions-table input[type="time"] {
	width: 100%;
}

.sm-gmp-multiselect {
	min-width: 280px;
	max-width: 100%;
}

.sm-gmp-meet-link {
	margin: 0 0 0.25em;
	word-break: break-all;
}

.sm-gmp-meet-link code {
	display: inline-block;
	margin-inline-start: 0.35em;
}

.wp-list-table .sm-gmp-meet-link {
	margin-bottom: 0.15em;
}

.wp-list-table .sm-gmp-meet-link + .description {
	margin: 0;
}

.sm-gmp-meet-overrides {
	margin: 1.5em 0;
	padding: 0.75em 1em;
	border: 1px solid #dcdcde;
	background: #fff;
}

.sm-gmp-meet-overrides summary {
	cursor: pointer;
	font-weight: 600;
}

.sm-gmp-delete-link {
	margin-inline-start: 1em;
	color: #b32d2e;
}

.sm-gmp-generate {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: flex-end;
	margin: 0 0 1em;
	padding: 0.75em 1em;
	border: 1px solid #dcdcde;
	background: #fff;
}

.sm-gmp-generate-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.sm-gmp-generate-days {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
}

.sm-gmp-generate-days label {
	font-weight: 400;
	white-space: nowrap;
}

.sm-gmp-generate-count {
	width: 4.5rem;
}

.sm-gmp-generate-hint {
	flex: 1 0 100%;
	margin: 0;
}

.sm-gmp-datetime {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	min-width: 11.5rem;
}

.sm-gmp-datetime .sm-gmp-time {
	width: 6.2rem !important;
}

.sm-gmp-cal-toggle {
	min-width: 7.2rem;
	font-size: 12px !important;
	line-height: 1.3 !important;
	padding: 0 6px !important;
	height: 30px;
}

.sm-gmp-cal {
	position: absolute;
	z-index: 30;
	top: 34px;
	inset-inline-start: 0;
	width: 15.5rem;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	padding: 0.4rem;
}

.sm-gmp-cal-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.25rem;
}

.sm-gmp-cal-title {
	font-size: 12px;
	font-weight: 600;
}

.sm-gmp-cal-week,
.sm-gmp-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1.9rem);
	justify-content: center;
	gap: 1px;
}

.sm-gmp-cal-week span {
	font-size: 10px;
	color: #646970;
	text-align: center;
	line-height: 1.4;
}

.sm-gmp-cal-empty {
	height: 2.35rem;
}

.sm-gmp-cal-day {
	height: 2.35rem;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 1px 0 0;
	line-height: 1;
}

.sm-gmp-cal-day:hover,
.sm-gmp-cal-day.is-selected {
	background: #f0f6fc;
	border-radius: 3px;
}

.sm-gmp-cal-day.is-selected {
	box-shadow: inset 0 0 0 1px #2271b1;
}

.sm-gmp-cal-jalali {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.sm-gmp-cal-greg {
	display: block;
	font-size: 9px;
	color: #8c8f94;
	margin-top: 1px;
}

.sm-gmp-lesson-extras {
	margin-top: 2rem;
}

.sm-gmp-checklist {
	list-style: none;
	padding-left: 0;
}

.sm-gmp-checklist li {
	margin-bottom: 0.5em;
}

.sm-gmp-meet-upcoming,
.sm-gmp-meet-ongoing,
.sm-gmp-meet-expired {
	margin-top: 1rem;
}

.sm-gmp-recording-embed {
	margin: 0 0 0.5rem;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	border-radius: 6px;
}

.sm-gmp-recording-embed iframe,
.sm-gmp-recording-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.sm-gmp-notes {
	background: #f8f9fa;
	padding: 1.25rem;
	border-radius: 6px;
	margin-top: 0;
	margin-bottom: 0;
	white-space: pre-wrap;
}

.sm-gmp-artifacts-heading {
	margin: 0 0 0.5rem;
}

.sm-gmp-artifacts-heading-spaced {
	margin-top: 1.5rem;
}

.sm-gmp-artifacts-heading-notes {
	margin-top: 0.5rem;
}

.sm-gmp-translation-pending {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.sm-gmp-translation-pending p {
	margin: 0;
}

.sm-gmp-expired-summary {
	max-width: 640px;
}

.sm-gmp-artifacts-last-checked {
	margin-top: 0;
}
