/**
 * Header Module Styles
 *
 * @package WP_Immo_Detail
 */

/* Badge für Objektart + Vermarktungsart */
.wp-immo-header-badge {
	display: inline-block;
	background-color: #aaa;
	color: #ffffff;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	vertical-align: middle;
	line-height: 1.2;
}

/* Location wrapper for inline layout */
.wp-immo-header-location {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}
