.fgtickets-program {
	width: 100%;
}

.fgtickets-program__scroll {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.fgtickets-program__scroll:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 2px;
}

.fgtickets-program__table {
	width: 100%;
	min-width: 48rem;
	border-collapse: collapse;
	border-spacing: 0;
}

.fgtickets-program__table th,
.fgtickets-program__table td {
	padding: 0.875rem 1rem;
	border: 1px solid #d8dee5;
	vertical-align: top;
	text-align: left;
}

.fgtickets-program__table thead th {
	background: #f3f5f7;
}

.fgtickets-program--matrix .fgtickets-program__table th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 10rem;
	background: #fff;
}

.fgtickets-program--matrix .fgtickets-program__table thead th:first-child {
	z-index: 2;
	background: #f3f5f7;
}

.fgtickets-program--matrix .fgtickets-program__table thead th:not(:first-child) {
	min-width: 12rem;
	white-space: nowrap;
}

.fgtickets-program--matrix .fgtickets-program__table thead span {
	padding-inline: 0.3em;
}

.fgtickets-program__session + .fgtickets-program__session {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #d8dee5;
}

.fgtickets-program__session strong,
.fgtickets-program__speaker {
	display: block;
}

.fgtickets-program__speaker {
	margin-top: 0.2rem;
	color: #57606a;
	font-size: 0.925em;
}

.fgtickets-program--list .fgtickets-program__table th:nth-child(1),
.fgtickets-program--list .fgtickets-program__table th:nth-child(2),
.fgtickets-program--list .fgtickets-program__table td:nth-child(1),
.fgtickets-program--list .fgtickets-program__table td:nth-child(2) {
	width: 1%;
	white-space: nowrap;
}

.fgtickets-program--list .fgtickets-program__table th:nth-child(3),
.fgtickets-program--list .fgtickets-program__table td:nth-child(3) {
	width: 22%;
}

.fgtickets-program__details summary {
	list-style: none;
}

.fgtickets-program__details summary::-webkit-details-marker {
	display: none;
}

.fgtickets-program__summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.fgtickets-program__details .fgtickets-program__summary {
	cursor: pointer;
}

.fgtickets-program__details .fgtickets-program__summary::after {
	content: "";
	flex: 0 0 0.65rem;
	width: 0.65rem;
	height: 0.65rem;
	margin-top: 0.25rem;
	border-right: 2px solid currentcolor;
	border-bottom: 2px solid currentcolor;
	transform: rotate(45deg);
	transition: transform 160ms ease;
}

.fgtickets-program__details[open] .fgtickets-program__summary::after {
	transform: translateY(0.25rem) rotate(225deg);
}

.fgtickets-program__description {
	margin-top: 0.75rem;
}

.fgtickets-program__description > :last-child {
	margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.fgtickets-program__details .fgtickets-program__summary::after {
		transition: none;
	}
}
