/**
 * Header Module Styles
 *
 * @package WP_R2Go4_Detail
 */

.wp-r2go4-header-module {
	width: 100%;
}

/* Location (PLZ, Ort, Stadtteil) */
.wp-r2go4-header-location {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--wp-r2go4-ci-color-1, #aa9a7f);
	margin-bottom: 10px;
}

/* Title - styled like H2 */
.wp-r2go4-header-title {
	font-style: normal;
	font-weight: normal;
	font-size: 2.55em;
	line-height: 1.2;
	font-family: Marcellus, serif;
	text-transform: none;
	color: var(--global-palette3);
	margin: 0;
}
