.blog .site-content.container {
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
	max-width: inherit!important;
}

.site-main--nova-places-post-list {
	background: #fff;
}

.nova-places-hero {
	min-height: 150px;
	padding: 28px 16px 38px;
	background:
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .35), transparent 8%),
		radial-gradient(circle at 68% 18%, rgba(255, 255, 255, .25), transparent 10%),
		linear-gradient(180deg, rgba(0, 44, 66, .2), rgba(0, 26, 39, .72)),
		linear-gradient(135deg, #08415f, #0b2438 60%, #12384c);
	color: #fff;
	text-align: center;
}

.nova-places-hero__overlay {
	max-width: 820px;
	margin: 0 auto;
}

.nova-places-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	font-weight: 800;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.nova-places-search {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 720px;
	margin: 0 auto;
	padding: 8px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .24);
}

.nova-places-search select,
.nova-places-search input {
	min-width: 0;
	height: 35px;
	padding: 0 10px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #c9dedc;
	border-radius: 999px;
	outline: none;
}

.nova-places-search select {
	width: 160px;
	color: #637381;
}

.nova-places-search input {
	padding: 0 8px!important;
	border: 1px solid #c9dedc!important;
    border-radius: 100px!important;
	flex: 1;
}

.nova-places-search button {
	min-width: 66px;
	height: 35px;
	padding: 0 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	background: #13b5a5;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.nova-places-feature-strip {
	padding: 14px 8px 18px;
	background: #dff8f5;
	border-bottom: 1px solid #c5eeea;
}

.nova-places-feature-strip__track {
	display: flex;
	gap: 10px;
	max-width: 1440px;
	margin: 0 auto;
	overflow-x: auto;
	padding: 0 0 2px;
	scroll-snap-type: x mandatory;
}

.nova-places-feature-card {
	display: grid;
	grid-template-columns: 54px minmax(150px, 1fr);
	gap: 9px;
	align-items: center;
	flex: 0 0 190px;
	min-height: 74px;
	padding: 9px;
	color: #1f2937;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .18);
	text-decoration: none;
	scroll-snap-align: start;
}

.nova-places-feature-card__media,
.nova-places-feature-card__initial {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	background: #0ea5a3;
	border-radius: 50%;
}

.nova-places-feature-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nova-places-feature-card__content {
	display: grid;
	gap: 4px;
	min-width: 0;
	text-align: left;
}

.nova-places-feature-card__meta {
	display: flex;
	gap: 6px;
	color: #00a89d;
	font-size: 12px;
	font-weight: 700;
}

.nova-places-feature-card strong {
	overflow: hidden;
	color: #111827;
	font-size: 13px;
	line-height: 1.25;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nova-places-feature-card small {
	color: #374151;
	font-size: 13px;
}

.nova-places-results {
	max-width: 730px;
	margin: 0 auto;
	padding: 20px 14px 54px;
}

.nova-places-results__head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
	color: #555;
	font-size: 13px;
}

.nova-places-results__head span:last-child {
	text-align: right;
}

.nova-places-list {
	border-top: 1px solid #e5e7eb;
}

.nova-places-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 145px 95px;
	gap: 12px;
	align-items: center;
	min-height: 54px;
	padding: 9px 8px;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.nova-places-row.is-featured {
	background: #fffbe7;
}

.nova-places-row__category {
	display: inline-block;
	margin-bottom: 1px;
	color: #00a99d;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.nova-places-row h2 {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
}

.nova-places-row h2 a {
	color: #111827;
	text-decoration: none;
	font-weight: 400;
    padding: 5px 0;
}

.nova-places-row.is-featured h2 a {
    color: #f15925 !important;
	font-weight: 800;
	padding: 0!important;
}

.nova-places-row__crown {
	color: #d7a319;
	font-size: 25px;
    padding-bottom: 5px;
}

.nova-places-row__main p {
	margin: 1px 0 0;
	color: #999;
	font-size: 14px;
	line-height: 1.3;
}

.nova-places-row__phone a {
	color: #20252b;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
}

.nova-places-row__actions {
	display: grid;
	gap: 4px;
	justify-items: end;
	width: max-content;
}

.nova-places-row__actions a {
	min-width: 96px;
	padding: 4px 10px;
	color: #8b949e;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dbe2e8;
	border-radius: 999px;
}

.nova-places-row.is-featured .nova-places-row__actions a {
	color: #00a99d;
	border-color: #00c7b5;
	font-weight: 600;
}

.nova-places-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
	color: #888;
	font-size: 14px;
}

.nova-places-pagination a,
.nova-places-pagination span {
	color: #808890;
	text-decoration: none;
}

.nova-places-pagination .current {
	color: #00a99d;
	font-weight: 800;
}
.nova-places-pagination a.next.page-numbers {
    background: #01a99d;
    color: white !important;
    padding: 0px 7px 3px;
}
.nova-places-results__empty {
	margin: 28px 0;
	color: #6b7280;
	text-align: center;
}

section.container.nova-places-promo {
    margin-bottom: 2rem;
}
.nova-places-promo h2 {
	text-transform: uppercase;
    font-size: 2rem;
	font-weight: 300;
    margin-bottom: 1rem;
	line-height: 1.25;
}
.nova-places-promo h2 strong {
	font-weight: 800;
}
.nova-places-promo-details p.pre-header {
	color:#00a99d;
	margin-top: 0;
}
.nova-places-promo a.btn-teal {
	background: #00a99d;
	color: white!Important;
	padding: 5px 15px;
	border-radius:50px;
	font-size: .95rem;
    font-weight: 300;
    text-decoration: none;
}
@media (max-width: 700px) {
	.nova-places-search {
		display: grid;
		grid-template-columns: 1fr 1fr;
		border-radius: 18px;
	}

	.nova-places-search input,
	.nova-places-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.nova-places-search select {
		width: 100%;
	}

	.nova-places-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.nova-places-row__actions {
		display: flex;
		justify-items: start;
	}
}
