.tec-sfts-control {
	margin: 0 0 1.25rem;
	max-width: 48rem;
}

.tec-sfts-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.tec-sfts-input-wrap {
	position: relative;
}

.tec-sfts-input {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 2.75rem 0.65rem 0.85rem;
	border: 1px solid currentColor;
	border-radius: 0.25rem;
	background: transparent;
	color: inherit;
	font: inherit;
}

.tec-sfts-input:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.tec-sfts-clear {
	position: absolute;
	top: 50%;
	right: 0.35rem;
	transform: translateY(-50%);
	width: 2.1rem;
	height: 2.1rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.tec-sfts-status {
	min-height: 1.35em;
	margin-top: 0.4rem;
	font-size: 0.9em;
}

.tec-sfts-no-results {
	margin: 0.75rem 0;
	padding: 0.75rem 0;
	font-weight: 600;
}

/* Keep table geometry intact while hiding non-matching session content. */
.tec-schedule.tec-layout-table td.tec-sfts-filtered-out .tec-session-cell-content {
	visibility: hidden !important;
	pointer-events: none !important;
}

.tec-sfts-control [hidden],
.tec-sfts-no-results[hidden],
.tec-schedule [hidden] {
	display: none !important;
}
