/* Shared typography, colour, and button styles for .page-header--v2.
 * Layout (flex ratios, padding, overflow) stays per-template because
 * page-template-sell.php and page-template-city-sell.php use different
 * structural approaches for the hero image. */

.page-header--v2 p {
	font-size: 16px;
	color: #243065;
	margin-bottom: 18px;
	line-height: 1.6;
}

.page-header--v2 .packages-from {
	color: #243065;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
}

.page-header--v2 .hero-price {
	color: #243065;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
}

.page-header--v2 .header_top_message {
	display: inline-block;
	background: #34a0d0;
	color: #fff;
	padding: 8px 30px;
	border-radius: 0 24px;
	font-size: 15px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.page-header--v2 .page-header__title {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #243065;
}

.page-header--v2 .page-header__left * {
	text-align: left;
}

.page-header--v2 .page-header__cta .btn {
	background: #008255;
	color: #fff;
	padding: 16px 32px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}

.page-header--v2 .page-header__right img {
	max-width: 100%;
	height: auto;
}

.page-header--v2 .page-header__right .page-header__video iframe {
	width: 100%;
	height: 256px;
}

.page-header--v2 ul.bullets,
.city-sell-section ul.bullets { list-style-type: disc; }
.page-header--v2 strong,
.city-sell-section strong { font-weight: bold; }
.prices { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.license-hero__price .prices .original-price,
.license-hero__price .prices .price { margin-bottom: 0; }
.license-hero__price .includes { display: none !important; }

@media ( max-width: 768px ) {
	.page-header--v2 .page-header__container {
		flex-direction: column;
	}

	.page-header--v2 .header_top_message {
		font-size: 13px;
	}

	.page-header--v2 .page-header__title {
		font-size: 32px;
	}

	.page-header--v2 .page-header__cta .btn {
		padding: 12px 18px;
		border-radius: 13px;
	}

	.page-header--v2 .page-header__right {
		display: none;
	}
}
