.offme-schedule-detail-main {
	width: min(900px, calc(100% - 32px));
}

.offme-schedule-detail-hero h1 {
	overflow-wrap: anywhere;
	text-wrap: wrap;
	word-break: keep-all;
}

.offme-schedule-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	color: #666;
	font-size: 12px;
	font-weight: 700;
}

.offme-schedule-event-tag {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 10px;
	border-radius: 2px;
	background: var(--event-tag, #ec6ba2);
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

.offme-schedule-event-tag.offme-category {
	margin: 0;
}

.offme-custom-event-style .offme-schedule-event-tag.offme-category {
	background: var(--event-tag, #ec6ba2) !important;
}

.offme-schedule-event-tag:hover,
.offme-schedule-event-tag:focus-visible {
	color: #fff;
}

.offme-schedule-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 2px 9px;
	border: 1px solid #b8c7d1;
	border-radius: 999px;
	background: #edf5fa;
	color: #244b65;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
	white-space: nowrap;
}

.offme-schedule-status-completed {
	border-color: #c7c7c7;
	background: #f3f3f3;
	color: #555;
}

.offme-schedule-status-postponed {
	border-color: #dfb663;
	background: #fff7df;
	color: #72500c;
}

.offme-schedule-status-cancelled {
	border-color: #dc9b9b;
	background: #fff0f0;
	color: #8c2424;
}

.offme-schedule-summary {
	margin-bottom: 6px;
}

.offme-schedule-result {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 4px 18px;
	margin: 20px 0 6px;
	padding: 17px 20px;
	border: 2px solid #0f7a5c;
	border-radius: 6px;
	background: #effaf6;
}

.offme-schedule-result div {
	display: grid;
	gap: 2px;
}

.offme-schedule-result strong {
	color: #095b44;
	font-size: 17px;
}

.offme-schedule-result span {
	color: #555;
	font-size: 12px;
}

.offme-schedule-result a,
.offme-schedule-primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 9px 17px;
	border-radius: 4px;
	background: #0f7a5c;
	color: #fff !important;
	font-weight: 800;
	text-align: center;
}

.offme-schedule-result a:hover,
.offme-schedule-result a:focus-visible,
.offme-schedule-primary-link:hover,
.offme-schedule-primary-link:focus-visible {
	background: #095b44;
	text-decoration: none !important;
}

.offme-schedule-primary-link {
	display: flex;
	margin-top: 14px;
}

.offme-schedule-overview .offme-info-table th {
	width: 24%;
}

.offme-schedule-location {
	display: block;
	margin-top: 2px;
	color: #666;
	font-size: 12px;
}

.offme-schedule-organizer-names {
	overflow-wrap: anywhere;
}

.offme-schedule-memos {
	margin: 0;
	padding-left: 1.35em;
}

.offme-schedule-body {
	min-width: 0;
}

.offme-schedule-content {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	padding: 0 0 8px;
	-webkit-overflow-scrolling: touch;
}

.offme-schedule-content > :first-child {
	margin-top: 0;
}

.offme-schedule-content img,
.offme-schedule-content video,
.offme-schedule-content canvas,
.offme-schedule-content svg {
	max-width: 100%;
	height: auto;
}

.offme-schedule-content iframe,
.offme-schedule-content .wp-caption {
	max-width: 100%;
}

.offme-schedule-content a,
.offme-schedule-content h2,
.offme-schedule-content h3,
.offme-schedule-content h4 {
	overflow-wrap: anywhere;
}

.offme-schedule-organizers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-schedule-organizers li {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-weight: 700;
}

.offme-schedule-organizers img {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 50%;
	object-fit: cover;
}

.offme-schedule-organizers a,
.offme-schedule-organizers span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.offme-schedule-related-links {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.offme-schedule-video p {
	margin: 0;
	text-align: center;
}

.offme-schedule-line-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2px 18px;
	margin-top: 32px;
	padding: 18px 20px;
	border: 2px solid #21b34b;
	border-radius: 6px;
	background: #eefbf2;
}

.offme-schedule-line-cta strong {
	color: #136c2c;
	font-size: 17px;
}

.offme-schedule-line-cta span {
	color: #555;
	font-size: 12px;
}

.offme-schedule-line-cta a {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 16px;
	border-radius: 4px;
	background: #16b93d;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
}

.offme-schedule-line-cta a:hover,
.offme-schedule-line-cta a:focus-visible {
	background: #0d8e2c;
	text-decoration: none;
}

@media (max-width: 640px) {
	.offme-schedule-detail-main {
		width: 100%;
	}

	.offme-schedule-detail-hero h1 {
		font-size: clamp(18px, 5.4vw, 21px);
		line-height: 1.42;
	}

	.offme-schedule-kicker {
		align-items: flex-start;
	}

	.offme-schedule-overview .offme-info-table th {
		width: 100%;
	}

	.offme-schedule-result,
	.offme-schedule-line-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.offme-schedule-result a,
	.offme-schedule-line-cta a {
		grid-column: 1;
		grid-row: auto;
		margin-top: 10px;
		white-space: normal;
	}

	.offme-schedule-content {
		font-size: 13px;
	}

	.offme-schedule-content p {
		font-size: 14px;
	}

	.offme-schedule-content td,
	.offme-schedule-content th {
		min-width: 76px;
		padding-right: 6px;
		padding-left: 6px;
		font-size: 11px;
	}

	.offme-schedule-organizers,
	.offme-schedule-related-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 375px) {
	.offme-schedule-detail-hero h1 {
		font-size: 20px;
	}

	.offme-schedule-kicker {
		font-size: 11px;
	}

	.offme-share a {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
	}

	.offme-schedule-content td,
	.offme-schedule-content th {
		min-width: 68px;
	}
}
