/***** Transit is Essential Page *****/

/* Increase embed caption text size */
body.page-id-379334 .wp-block-embed figcaption {
	font-size: inherit;
}

/* Hide projects section title because it is moved to the middle of the page */
body.page-id-379334 .rc-section--projects .rc-section-item--left {
	display: none;
}

@media (min-width:1040px) {
	/* Custom class added to section for extra space at bottom */
	body.page-id-379334 .rc-section:where(.is-style-custom-projects) {
		padding-bottom: calc(3rem + var(--rc-section--spacing));
	}

	/* Remove extra padding on last section because the projects section has been moved. */
	body.page-id-379334 .site-content > .rc-section--default:last-child {
		padding-bottom: var(--rc-section--spacing);
	}
}

/***** Purple Line Page *****/

/* Adjust stay connected section container width */
@media (max-width: 1039.98px) {
	body.page-id-379021 .site-content > .rc-section:last-child .rc-section-container {
		--rc-container--max-width: none;
	}
}

/***** Taylor Swift Concert Weekend Page *****/

/* Make image at the top taller on small devices. */
body.page-id-380915 .wp-image-379632 {
	min-width: 900px;
	min-height: 200px;
	width: 100%;
	object-fit: contain;
	background-color: #242122;
}

/***** All-Star 2024 Weekend Detours Page *****/

/* Page title */
body.page-id-380872 .rc-section--header .wp-block-heading {
	display: none;
}
