.tbc-native-calendar {
	color: #29292a;
}

.tbc-native-calendar a {
	text-decoration: none;
}

.tbc-native-featured {
	margin: 0 0 34px;
}

.tbc-native-eyebrow {
	color: #f01903;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tbc-native-featured-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.tbc-native-featured-card {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	color: #29292a;
	display: block;
	margin: 0 11px 22px;
	min-width: 0;
	transition: border-color .18s ease, transform .18s ease;
	width: calc(33.333% - 22px);
}

.tbc-native-featured-card:hover {
	border-color: #03b1e8;
	color: #29292a;
	transform: translateY(-2px);
}

.tbc-native-featured-image {
	background: #eeeeee;
	display: block;
	height: 190px;
	object-fit: cover;
	width: 100%;
}

.tbc-native-featured-body {
	display: block;
	padding: 14px 15px 16px;
}

.tbc-native-featured-meta {
	color: #666666;
	display: block;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 7px;
}

.tbc-native-featured-title {
	color: #29292a;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.tbc-native-category {
	background: #f7f7f7;
	border-left: 3px solid #03b1e8;
	color: #666666;
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 12px;
	padding: 4px 8px;
}

.tbc-calendar-shell {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	transition: opacity .16s ease;
}

.tbc-calendar-shell.is-loading {
	opacity: .58;
}

.tbc-calendar-toolbar {
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 18px 20px;
}

.tbc-calendar-title {
	color: #29292a;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.tbc-calendar-subtitle {
	color: #666666;
	font-size: 13px;
	line-height: 1.3;
	margin: 0 0 4px;
	text-align: center;
}

.tbc-calendar-nav {
	align-items: center;
	border: 2px solid #f01903;
	color: #f01903;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-width: 104px;
	padding: 9px 12px;
}

.tbc-calendar-nav:hover {
	background: #f01903;
	color: #ffffff;
}

.tbc-calendar-filters {
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 20px;
}

.tbc-calendar-filter {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	color: #29292a;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-family: inherit;
	gap: 6px;
	line-height: 1.2;
	padding: 7px 10px;
	text-align: left;
}

.tbc-calendar-filter:hover,
.tbc-calendar-filter.is-active {
	background: #eef9fd;
	border-color: #03b1e8;
	color: #29292a;
}

.tbc-calendar-filter-dot {
	background: #03b1e8;
	border-radius: 99px;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.tbc-calendar-weekdays {
	background: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
}

.tbc-calendar-weekday {
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 8px;
	text-align: center;
	text-transform: uppercase;
	width: 14.2857%;
}

.tbc-calendar-month-grid {
	display: flex;
	flex-wrap: wrap;
}

.tbc-calendar-day {
	background: #ffffff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	box-sizing: border-box;
	min-height: 148px;
	min-width: 0;
	padding: 10px;
	width: 14.2857%;
}

.tbc-calendar-day:nth-child(7n) {
	border-right: 0;
}

.tbc-calendar-day.is-empty {
	background: #fafafa;
}

.tbc-calendar-day.is-today {
	box-shadow: inset 0 0 0 2px #03b1e8;
}

.tbc-calendar-date {
	align-items: center;
	color: #29292a;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.2;
	margin: 0 0 7px;
}

.tbc-calendar-count {
	color: #666666;
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}

.tbc-calendar-event {
	background: #f7f7f7;
	border-left: 3px solid #03b1e8;
	color: #29292a;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	margin-top: 6px;
	padding: 6px 7px;
}

.tbc-calendar-event:hover {
	background: #eef9fd;
	color: #29292a;
}

.tbc-calendar-event-time {
	color: #666666;
	display: block;
	font-size: 11px;
	line-height: 1.25;
}

.tbc-calendar-more {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #f01903;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.25;
	margin: 7px 0 0;
	padding: 0;
	text-align: left;
	text-decoration: underline;
}

.tbc-calendar-more:hover {
	color: #29292a;
}

.tbc-calendar-event.is-extra {
	display: none;
}

.tbc-calendar-day.is-expanded .tbc-calendar-event.is-extra {
	display: block;
}

.tbc-calendar-event[hidden],
.tbc-calendar-more[hidden],
.tbc-calendar-count[hidden],
.tbc-calendar-agenda-day[hidden],
.tbc-calendar-agenda-event[hidden] {
	display: none !important;
}

.tbc-calendar-agenda {
	display: none;
	padding: 0 18px 18px;
}

.tbc-calendar-agenda-day {
	border-bottom: 1px solid #e7e7e7;
	padding: 18px 0;
}

.tbc-calendar-agenda-date {
	color: #29292a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

.tbc-calendar-agenda-event {
	border-top: 1px solid #f0f0f0;
	color: #29292a;
	display: flex;
	gap: 12px;
	padding: 11px 0;
}

.tbc-calendar-agenda-time {
	color: #666666;
	flex: 0 0 74px;
	font-size: 13px;
	line-height: 1.35;
}

.tbc-calendar-agenda-title {
	color: #29292a;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.tbc-calendar-empty {
	color: #666666;
	margin: 0;
	padding: 24px 20px;
}

.tbc-event-back-wrap {
	box-sizing: border-box;
	margin: 32px auto 24px;
	max-width: var(--site_width, 1100px);
	padding: 0 30px;
}

.tbc-event-back-link {
	color: #f01903;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tbc-event-back-link:hover {
	color: #c71705;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.tbc-native-featured-card {
		width: calc(50% - 22px);
	}

	.tbc-calendar-day {
		min-height: 128px;
		padding: 8px;
	}

	.tbc-calendar-event {
		font-size: 11px;
	}
}

@media (max-width: 760px) {
	.tbc-native-featured-grid {
		display: block;
		margin: 0;
	}

	.tbc-native-featured-card {
		margin: 0 0 22px;
		width: 100%;
	}

	.tbc-calendar-toolbar {
		align-items: stretch;
		display: block;
		padding: 16px;
	}

	.tbc-calendar-title,
	.tbc-calendar-subtitle {
		text-align: left;
	}

	.tbc-calendar-nav {
		box-sizing: border-box;
		margin: 8px 0;
		width: 100%;
	}

	.tbc-calendar-filters {
		padding: 14px 16px;
	}

	.tbc-calendar-weekdays,
	.tbc-calendar-month-grid {
		display: none;
	}

	.tbc-calendar-agenda {
		display: block;
	}

	.tbc-calendar-shell {
		border-left: 0;
		border-right: 0;
	}

	.tbc-calendar-agenda-event {
		gap: 10px;
	}

	.tbc-calendar-agenda-time {
		flex-basis: 64px;
	}
}
