/**
 * Related attractions section styles.
 *
 * Card appearance lives in mt-cards.css.
 * Grid layout lives in mt-grid.css.
 */

.mt-related-attractions {
	width: 100%;
}

.mt-related-attractions__heading {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.mt-related-attractions__empty {
	margin: 0;
	padding: 24px 0;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
