/************************************
SEATED OVERRIDES
************************************/

.seated-events-table {
	color: var(--color-white);
}

.seated-event-date-cell {
	color: var(--main-color);
}

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
	background: var(--main-color) !important;
	color: var(--color-white) !important;
}

.seated-event-link1-sold-out,
.seated-event-link1-sold-out:visited {
	background: transparent !important;
	color: red !important;
	border: none !important;
}

/***
seated-follow-box {
	visibility: hidden;
}
***/

.seated-follow-text {
	color: var(--color-gray-737);
}

a.seated-follow-link {
	background-color: var(--color-gray-3a);
	color: var(--color-white);
}

a.seated-follow-link:hover {
	background-color: var(--color-gray-8a);
}

.seated-event-details-cell {
	color: var(--main-color);
}

@media (max-width: 768px) {
	.seated-events-table {
		width: 100% !important;
	}

	.seated-event-row {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		padding: 14px 0 !important;
		border-top: 1px solid var(--color-border-muted) !important;
		text-align: left !important;
	}

	.seated-event-row:first-child {
		border-top: 0 !important;
	}

	.seated-event-description-cells {
		display: grid !important;
		grid-template-columns: 92px minmax(0, 1fr);
		grid-template-areas:
			"date venue";
		column-gap: 12px;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
	}

	.seated-event-date-cell {
		grid-area: date;
		width: auto !important;
		height: auto !important;
		color: var(--main-color) !important;
		font-size: 14px !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
		letter-spacing: 0;
		text-align: left !important;
		text-transform: uppercase;
	}

	.seated-event-venue-cell {
		grid-area: venue;
		display: block !important;
		width: auto !important;
		height: auto !important;
		min-width: 0;
	}

	.seated-event-venue-name {
		display: block !important;
		width: auto !important;
		color: var(--color-white) !important;
		font-size: 14px !important;
		font-weight: 900 !important;
		line-height: 1.25 !important;
		text-align: left !important;
	}

	.seated-event-venue-location {
		display: block !important;
		width: auto !important;
		margin-top: 4px !important;
		color: var(--color-light-text) !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-align: left !important;
	}

	.seated-event-details-cell {
		display: none !important;
	}

	.seated-event-link-cells {
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch;
		gap: 8px;
		width: auto !important;
		height: auto !important;
		margin: 10px 0 0 104px !important;
		padding: 0 !important;
	}

	.seated-event-link-cell,
	.seated-event-link-cell1,
	.seated-event-link-cell2 {
		display: block !important;
		flex: 1 1 0;
		width: auto !important;
		height: 34px !important;
		min-height: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}

	.seated-event-link1,
	.seated-event-link2,
	.seated-event-link1:visited,
	.seated-event-link2:visited {
		width: 100% !important;
		height: 34px !important;
		padding: 0 8px !important;
		line-height: 34px !important;
		font-size: 11px !important;
		font-weight: 900 !important;
		letter-spacing: 0;
		text-align: center !important;
	}
}
