.gce-event-detail {
	margin: 0 auto;
	max-width: 780px;
}

.gce-event-title-row {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	position: relative;
}

.gce-event-title-row h1 {
	margin-right: 36px;
}

.gce-event-section {
	margin-bottom: 24px;
}

.gce-event-section h2 {
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.gce-event-cancelled {
	background: #b32d2e;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 4px 10px;
}

.gce-event-expired,
.gce-label {
	background: #f0f0f1;
	color: #1d2327;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	padding: 2px 7px;
}

.gce-watch-now-button {
	background: #2271b1;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 5px 12px 5px 8px;
	text-decoration: none;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
}

.gce-watch-now-button::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: currentColor;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4086 9.35258C23.5305 10.5065 23.5305 13.4935 21.4086 14.6474L8.59662 21.6145C6.53435 22.736 4 21.2763 4 18.9671L4 5.0329C4 2.72368 6.53435 1.26402 8.59661 2.38548L21.4086 9.35258Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask-size: contain;
	mask-repeat: no-repeat;
	margin-right: 10px;
}

.gce-watch-now-button[hidden] {
	display: none !important;
}

.gce-local-time[hidden] {
	display: none !important;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.gce-watch-now-button:hover,
.gce-watch-now-button:focus {
	background: #135e96;
	color: #fff;
}

.gce-label-cancelled {
	background: #b32d2e;
	color: #fff;
}

.gce-event-pill {
	background: #f0f0f1;
	display: inline-block;
	margin-left: 8px;
	padding: 3px 8px;
}

.gce-event-note,
.gce-event-notice {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	padding: 12px 14px;
}

.gce-cancellation-reason {
	background: #fff8e5;
	border-left: 4px solid #b32d2e;
	padding: 12px 14px;
}

.gce-speaker {
	border-top: 1px solid #e5e5e5;
	padding-top: 14px;
}

.gce-speaker:first-of-type {
	border-top: 0;
	padding-top: 0;
}


/* Calendar, scheduler, assignment, modal, and shared control styles live in calendar-controls.css. */


.gce-upcoming-services ul {
	list-style: none;
	margin: 0;
	background: #fff;
	border-radius: 0.5em;
	padding: 0.5em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: flex-start;
	container-type: inline-size;
}

.gce-upcoming-services li {
	display: flex;
	gap: 0.8em;
	align-items: flex-start;
}

.gce-upcoming-month,
.gce-upcoming-day,
.gce-upcoming-title,
.gce-upcoming-time {
	display: inline-block;
}

.gce-upcoming-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #cbcbcb;
	font-size: 0.9em;
	border-radius: 0.5em;
	overflow: hidden;
	flex-shrink: 0;
	align-items: stretch;
	min-width: 3em;
}

.gce-upcoming-month {
	background: #000;
	color: #fff;
	padding: 0.2em 0.5em;
	display: block;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.gce-upcoming-day {
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	letter-spacing: -3px;
}

.gce-upcoming-local-time {
	opacity: 0.5;
	display: inline-block;
	font-size: 0.7em;
}

.gce-upcoming-details {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}

.gce-upcoming-details a {
	text-decoration: none;
	font-weight: 600;
}

.gce-countdown {
	display: flex;
	gap: 1em;
	align-items: center;
	justify-content: flex-start;
	container-type: inline-size;
	flex-wrap: wrap;
	min-width: 200px;
}

.gce-next-service-label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1;
}

.gce-next-service-label[hidden] {
	display: none !important;
}

.gce-next-service-label-next {
	color: #50575e;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gce-next-service-label-service {
	color: #1d2327;
	font-size: 1.35rem;
	font-weight: 800;
}

.gce-countdown-status:empty {
	display: none;
}

.gce-countdown-status {
	font-weight: 700;
}

.gce-countdown-local-datetime {
	color: #1d2327;
	display: flex;
	flex-direction: column;
	font-size: 0.95rem;
	gap: 4px;
	line-height: 1.35;
}

.gce-countdown-local-datetime[hidden] {
	display: none !important;
}

.gce-countdown-local-date,
.gce-countdown-local-time {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em;
}

.gce-countdown-local-date span,
.gce-countdown-local-time span {
	color: #50575e;
	font-weight: 700;
}

.gce-countdown-local-date strong,
.gce-countdown-local-time strong {
	font-weight: 600;
}

.gce-countdown-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gce-countdown-grid[hidden] {
	display: none !important;
}

.gce-countdown-grid div {
	background: #f6f7f7;
	padding: 14px;
	text-align: center;
}

.gce-countdown-grid strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.gce-countdown-grid span {
	display: block;
	font-size: 0.85rem;
	margin-top: 6px;
}

