/* The theme's single.html template shows the featured image in an
   "alignwide" cover banner sized by its own inline min-height style.
   Pin it to a fixed 1100x420 banner instead — !important is needed
   since core's alignwide layout style and the block's inline
   min-height otherwise win. */
body.single-destination .hostinger-ai-featured-cover {
	width: 1100px !important;
	height: 420px !important;
	min-height: 420px !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.tp-destination-meta {
	max-width: 1200px;
	margin: 32px auto 0;
	padding: 0 20px;
}

.tp-destination-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.tp-destination-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px 24px;
}

.tp-destination-highlights li {
	padding-left: 20px;
	position: relative;
}

.tp-destination-highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tp-primary, #61ce70);
}

.tp-destination-packages {
	max-width: 1200px;
	margin: 48px auto;
	padding: 0 20px;
}

.tp-destination-packages-heading {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 24px;
}
