.nearyo-country-single-hero {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 112px 72px;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}

.nearyo-country-single-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.nearyo-country-single-hero__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 840px;
	text-align: center;
}

.nearyo-country-single-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-30);
	width: 100%;
}

.nearyo-country-single-hero .nearyo-country-single-hero__breadcrumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background: #fff;
}

.nearyo-country-single-hero .ds2-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearyo-country-single-hero .ds2-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
}

.nearyo-country-single-hero .ds2-breadcrumbs__link,
.nearyo-country-single-hero .ds2-breadcrumbs__current,
.nearyo-country-single-hero .ds2-breadcrumbs__sep {
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.5;
	text-decoration: none;
}

.nearyo-country-single-hero .ds2-breadcrumbs__link {
	color: #595d62;
}

.nearyo-country-single-hero .ds2-breadcrumbs__current {
	color: #000;
}

.nearyo-country-single-hero .ds2-breadcrumbs__sep {
	display: inline-flex;
	margin: 0 8px;
	color: #999ca0;
}

.nearyo-country-single-hero__title {
	width: 100%;
	max-width: 84rem;
	margin: 0;
	color: #000;
	font-size: var(--font-h1);
	font-weight: var(--font-weight-h1);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.nearyo-country-single-hero__body {
	width: 100%;
	max-width: 72rem;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-lg);
	line-height: 1.7;
}

.nearyo-country-states,
.nearyo-top-rated-studios,
.nearyo-newsletter-section,
.nearyo-owner-section {
	padding: 112px 72px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nearyo-country-single-hero {
		padding: 96px 56px;
	}

	.nearyo-country-single-hero__title {
		max-width: 76rem;
	}

	.nearyo-country-single-hero__body {
		max-width: 60rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nearyo-country-single-hero {
		padding: 80px 40px;
	}

	.nearyo-country-single-hero__inner,
	.nearyo-country-single-hero__intro {
		max-width: 72rem;
	}

	.nearyo-country-single-hero__body {
		max-width: 56rem;
		font-size: var(--font-text-lg);
	}
}

@media (max-width: 767px) {
	.nearyo-country-single-hero {
		padding: 64px 24px;
	}

	.nearyo-country-single-hero__inner,
	.nearyo-country-single-hero__intro {
		max-width: 100%;
	}

	.nearyo-country-single-hero__title {
		max-width: 36rem;
		line-height: 1.04;
		letter-spacing: -0.03em;
	}

	.nearyo-country-single-hero__body {
		max-width: 34rem;
		font-size: var(--font-text-lg);
	}
}

.nearyo-country-states {
	position: relative;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}

.nearyo-country-cities,
.nearyo-country-states--browse-state {
	background: #f5f5f5;
}

.nearyo-country-states__divider {
	display: none;
}

.nearyo-country-states__inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-60);
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.nearyo-country-states__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: var(--space-60);
}

.nearyo-country-states__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-30);
	max-width: 56rem;
}

.nearyo-country-states__title-group {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
}

.nearyo-country-states__title,
.nearyo-top-rated-studios__title {
	margin: 0;
	color: #000;
	font-size: var(--font-h2);
	font-weight: var(--font-weight-h2);
}

.nearyo-country-states__title {
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.nearyo-country-states__body,
.nearyo-top-rated-studios__body,
.nearyo-country-states__empty,
.nearyo-top-rated-studios__empty {
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
}

.nearyo-country-states__body,
.nearyo-country-states__empty,
.nearyo-top-rated-studios__empty {
	line-height: 1.7;
}

.nearyo-country-states__controls {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	flex: 0 0 auto;
}

.nearyo-country-states__control-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.nearyo-country-states__control-label {
	margin: 0;
	color: #595d62;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-country-states__control-label::after {
	content: ":";
}

.nearyo-country-states__search,
.nearyo-country-states__filter-button,
.nearyo-country-cities__sort {
	min-height: 48px;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	background: #fff;
}

.nearyo-country-states__search {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	width: 264px;
	padding: 12px 16px;
}

.nearyo-country-states__search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	color: #999ca0;
	flex: 0 0 auto;
}

.nearyo-country-states__search-input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #000;
	font-size: var(--font-text-md);
	line-height: 1.5;
}

.nearyo-country-states__search-input::placeholder {
	color: #999ca0;
}

.nearyo-country-states__filter-button,
.nearyo-country-cities__sort {
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-country-states__filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding: 12px 16px;
	cursor: pointer;
}

.nearyo-country-cities__sort {
	min-width: 168px;
	padding: 12px 44px 12px 16px;
	background-color: #fff;
	background-image: url("../icons/chevron-down.svg");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nearyo-country-states__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-30);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearyo-country-states__results {
	display: flex;
	flex-direction: column;
	gap: var(--space-30);
}

.nearyo-country-states__item,
.nearyo-top-rated-studios__item {
	min-width: 0;
	list-style: none;
}

.nearyo-country-states-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	min-height: 136px;
	padding: var(--space-24);
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background: #fff;
}

.nearyo-country-states-card__title {
	margin: 0;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.2;
}

.nearyo-country-states-card__title a {
	color: #000;
	text-decoration: none;
}

.nearyo-country-states-card__meta {
	margin: 0;
	color: #999ca0;
	font-size: var(--font-text-md);
	line-height: 1.5;
}

.nearyo-country-states--browse-state .nearyo-country-states-card,
.nearyo-country-cities .nearyo-country-states-card,
.nearyo-state-related-states .nearyo-country-states-card,
.nearyo-state-cities .nearyo-country-states-card {
	min-height: 0;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-radius: 26px;
	box-shadow: 0 18px 42px -18px rgba(17, 24, 39, 0.15), 0 3px 10px -4px rgba(17, 24, 39, 0.07);
	overflow: hidden;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__content,
.nearyo-country-cities .nearyo-country-states-card__content,
.nearyo-state-related-states .nearyo-country-states-card__content,
.nearyo-state-cities .nearyo-country-states-card__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	height: 100%;
	padding: var(--space-24) var(--space-20) var(--space-20);
}

.nearyo-country-states--browse-state .nearyo-country-states-card__title,
.nearyo-country-cities .nearyo-country-states-card__title,
.nearyo-state-related-states .nearyo-country-states-card__title,
.nearyo-state-cities .nearyo-country-states-card__title {
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__title a,
.nearyo-country-cities .nearyo-country-states-card__title a,
.nearyo-state-related-states .nearyo-country-states-card__title a,
.nearyo-state-cities .nearyo-country-states-card__title a {
	color: #000;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__description,
.nearyo-country-cities .nearyo-country-states-card__description,
.nearyo-state-related-states .nearyo-country-states-card__description,
.nearyo-state-cities .nearyo-country-states-card__description {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stats,
.nearyo-country-cities .nearyo-country-states-card__stats,
.nearyo-state-related-states .nearyo-country-states-card__stats,
.nearyo-state-cities .nearyo-country-states-card__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: var(--space-24);
	padding: var(--space-16) 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stat,
.nearyo-country-cities .nearyo-country-states-card__stat,
.nearyo-state-related-states .nearyo-country-states-card__stat,
.nearyo-state-cities .nearyo-country-states-card__stat {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stat--end,
.nearyo-country-cities .nearyo-country-states-card__stat--end,
.nearyo-state-related-states .nearyo-country-states-card__stat--end,
.nearyo-state-cities .nearyo-country-states-card__stat--end {
	align-items: center;
	text-align: center;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stat-value,
.nearyo-country-states--browse-state .nearyo-country-states-card__stat-label,
.nearyo-country-cities .nearyo-country-states-card__stat-value,
.nearyo-country-cities .nearyo-country-states-card__stat-label,
.nearyo-state-related-states .nearyo-country-states-card__stat-value,
.nearyo-state-related-states .nearyo-country-states-card__stat-label,
.nearyo-state-cities .nearyo-country-states-card__stat-value,
.nearyo-state-cities .nearyo-country-states-card__stat-label {
	margin: 0;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stat-value,
.nearyo-country-cities .nearyo-country-states-card__stat-value,
.nearyo-state-related-states .nearyo-country-states-card__stat-value,
.nearyo-state-cities .nearyo-country-states-card__stat-value {
	color: #595d62;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.1;
}

.nearyo-country-states--browse-state .nearyo-country-states-card__stat-label,
.nearyo-country-cities .nearyo-country-states-card__stat-label,
.nearyo-state-related-states .nearyo-country-states-card__stat-label,
.nearyo-state-cities .nearyo-country-states-card__stat-label {
	color: #999ca0;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.4;
}

.nearyo-country-cities .nearyo-country-states-card__stat:first-child .nearyo-country-states-card__stat-value,
.nearyo-state-cities .nearyo-country-states-card__stat:first-child .nearyo-country-states-card__stat-value {
	font-size: var(--font-text-md);
	line-height: 1.3;
}

.nearyo-country-states__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-15);
}

.nearyo-country-states__pagination-item a,
.nearyo-country-states__pagination-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-strong);
	line-height: 1;
	text-decoration: none;
}

.nearyo-country-states__pagination-item .current {
	border-color: #4e46b4;
	background: #4e46b4;
	color: #fff;
}

.nearyo-country-states__empty,
.nearyo-top-rated-studios__empty {
	text-align: center;
}

.nearyo-top-rated-studios {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-60);
	background: #f5f5f5;
}

.nearyo-top-rated-studios__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

.nearyo-top-rated-studios__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
}

.nearyo-top-rated-studios__title {
	width: 100%;
	max-width: 80rem;
	line-height: 1.06;
	letter-spacing: -1.2px;
	text-align: center;
}

.nearyo-top-rated-studios__body {
	width: 100%;
	max-width: 62rem;
	font-weight: var(--font-weight-text);
	line-height: 1.65;
	text-align: center;
}

.nearyo-top-rated-studios__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-30);
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nearyo-studio-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	height: 100%;
	min-height: 528px;
	padding: var(--space-15);
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.16);
}

.nearyo-studio-card__media {
	position: relative;
	line-height: 0;
}

.nearyo-studio-card__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 270 / 236;
	overflow: hidden;
	border-radius: 20px;
	background: #f5f5f5;
}

.nearyo-studio-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nearyo-studio-card__status {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 32px);
	padding: var(--space-8) var(--space-12);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(255, 60, 1, 0.85);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.3;
	text-align: center;
}

.nearyo-studio-card__status--permanent {
	background: #ff0000d9;
}

.nearyo-studio-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: var(--space-30);
	min-height: 0;
}

.nearyo-studio-card__details,
.nearyo-studio-card__excerpt {
	display: flex;
	flex-direction: column;
	gap: var(--space-7);
}

.nearyo-studio-card__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
}

.nearyo-studio-card__title {
	margin: 0;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.15;
}

.nearyo-studio-card__title a {
	display: block;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nearyo-studio-card__location {
	display: flex;
	align-items: center;
	gap: var(--space-7);
	min-height: 24px;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.5;
}

.nearyo-studio-card__location-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nearyo-studio-card__location-icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	line-height: 0;
	color: #4e46b4;
}

.nearyo-studio-card__summary {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #999ca0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.55;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-studio-card__reviews {
	min-height: 24px;
}

.nearyo-studio-card__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-7);
	padding: 0;
	margin: 0;
	list-style: none;
}

.nearyo-studio-card__location[data-empty="1"],
.nearyo-studio-card__reviews[data-empty="1"],
.nearyo-studio-card__details[data-empty="1"] {
	visibility: hidden;
}

.nearyo-studio-card__excerpt[data-empty="1"] {
	display: none;
}

.nearyo-studio-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-7);
	margin-top: auto;
	flex-wrap: wrap;
}

.nearyo-state-top-studios .nearyo-top-rated-studios__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nearyo-state-top-studios .nearyo-studio-card,
.nearyo-country-top-rated-studios .nearyo-studio-card {
	gap: 0;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 18px 42px -18px rgba(17, 24, 39, 0.15), 0 3px 10px -4px rgba(17, 24, 39, 0.07);
}

.nearyo-state-top-studios .nearyo-studio-card__media,
.nearyo-country-top-rated-studios .nearyo-studio-card__media {
	position: relative;
	overflow: hidden;
}

.nearyo-state-top-studios .nearyo-studio-card__image,
.nearyo-country-top-rated-studios .nearyo-studio-card__image {
	aspect-ratio: 36 / 26;
	border-radius: 0;
}

.nearyo-state-top-studios .nearyo-studio-card__image img,
.nearyo-country-top-rated-studios .nearyo-studio-card__image img {
	transform: scale(1.01);
}

.nearyo-state-top-studios .nearyo-studio-card__hot-badge,
.nearyo-state-top-studios .nearyo-studio-card__favorite,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-badge,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite {
	position: absolute;
	top: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
}

.nearyo-state-top-studios .nearyo-studio-card__hot-badge,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-badge {
	left: 16px;
}

.nearyo-state-top-studios .nearyo-studio-card__favorite,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite {
	right: 16px;
	padding: 0;
}

.nearyo-state-top-studios .nearyo-studio-card__hot-icon,
.nearyo-state-top-studios .nearyo-studio-card__favorite .ds2-favorite-heart,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	line-height: 0;
}

.nearyo-state-top-studios .nearyo-studio-card__hot-icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon {
	color: #4e46b4;
}

.nearyo-state-top-studios .nearyo-studio-card__hot-icon .nearyo-icon-svg,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon .nearyo-icon-svg {
	width: 18px;
	height: 18px;
}

.nearyo-state-top-studios .nearyo-studio-card__hot-icon .nearyo-icon-svg path,
.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon .nearyo-icon-svg path {
	fill: currentColor;
	stroke: currentColor;
}

.nearyo-state-top-studios .nearyo-studio-card__favorite .ds2-favorite-heart,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart {
	width: 18px;
	height: 18px;
	color: #000;
}

.nearyo-state-top-studios .nearyo-studio-card__favorite .ds2-favorite-heart__icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart__icon {
	width: 18px;
	height: 18px;
	stroke: #000;
}

.nearyo-state-top-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited,
.nearyo-state-top-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited .ds2-favorite-heart__icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited .ds2-favorite-heart__icon {
	color: #4e46b4;
	stroke: #4e46b4;
	fill: #4e46b4;
}

.nearyo-state-top-studios .nearyo-studio-card__content,
.nearyo-country-top-rated-studios .nearyo-studio-card__content {
	gap: var(--space-30);
	padding: var(--space-30);
}

.nearyo-state-top-studios .nearyo-studio-card__title,
.nearyo-country-top-rated-studios .nearyo-studio-card__title {
	font-size: var(--font-h4);
	line-height: 1.15;
}

.nearyo-state-top-studios .nearyo-studio-card__location,
.nearyo-country-top-rated-studios .nearyo-studio-card__location {
	gap: var(--space-7);
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

.nearyo-state-top-studios .nearyo-studio-card__location-icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__location-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #595d62;
}

.nearyo-state-top-studios .nearyo-studio-card__reviews,
.nearyo-country-top-rated-studios .nearyo-studio-card__reviews {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-7);
	margin: 0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-state-top-studios .nearyo-studio-card__reviews-stars,
.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-stars {
	color: #4e46b4;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	letter-spacing: 0.08em;
}

.nearyo-state-top-studios .nearyo-studio-card__reviews-score,
.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-score {
	color: #000;
	font-weight: var(--font-weight-text-strong);
}

.nearyo-state-top-studios .nearyo-studio-card__reviews-count,
.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-count {
	color: #4e46b4;
	font-weight: var(--font-weight-text-medium);
}

.nearyo-state-top-studios .nearyo-studio-card__highlights,
.nearyo-country-top-rated-studios .nearyo-studio-card__highlights {
	gap: var(--space-7);
}

.nearyo-state-top-studios .nearyo-studio-card__details,
.nearyo-country-top-rated-studios .nearyo-studio-card__details {
	padding: var(--space-15) 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.nearyo-state-top-studios .nearyo-studio-card__highlight,
.nearyo-country-top-rated-studios .nearyo-studio-card__highlight {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
	min-width: 0;
	text-align: center;
}

.nearyo-state-top-studios .nearyo-studio-card__highlight-icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	line-height: 0;
	color: #999ca0;
}

.nearyo-state-top-studios .nearyo-studio-card__highlight-icon .nearyo-icon-svg,
.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-icon .nearyo-icon-svg {
	fill: none;
	stroke: currentColor;
}

.nearyo-state-top-studios .nearyo-studio-card__highlight-label,
.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-label {
	display: -webkit-box;
	overflow: hidden;
	color: #595d62;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nearyo-state-top-studios .nearyo-studio-card__summary,
.nearyo-country-top-rated-studios .nearyo-studio-card__summary {
	display: -webkit-box;
	overflow: hidden;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-state-top-studios .nearyo-studio-card__actions,
.nearyo-country-top-rated-studios .nearyo-studio-card__actions {
	padding-top: var(--space-15);
	margin-top: auto;
	gap: var(--space-7);
	flex-wrap: nowrap;
	align-items: center;
}

.nearyo-state-top-studios .nearyo-studio-card__pricing,
.nearyo-country-top-rated-studios .nearyo-studio-card__pricing {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: var(--space-15);
	margin-left: auto;
	text-align: right;
}

.nearyo-state-top-studios .nearyo-studio-card__price-value,
.nearyo-country-top-rated-studios .nearyo-studio-card__price-value {
	color: #000;
	font-size: var(--font-text-lg);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.1;
}

.nearyo-state-top-studios .nearyo-studio-card__price-duration,
.nearyo-state-top-studios .nearyo-studio-card__price-fallback,
.nearyo-country-top-rated-studios .nearyo-studio-card__price-duration,
.nearyo-country-top-rated-studios .nearyo-studio-card__price-fallback {
	color: #999ca0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-owner-cta__title,
.nearyo-owner-cta__body,
.nearyo-owner-cta__footnote {
	color: #fff;
}

.nearyo-owner-cta__body,
.nearyo-owner-cta__footnote {
	color: #999ca0;
}

.nearyo-owner-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36.4rem;
	column-gap: var(--space-60);
	align-items: start;
	padding: 0;
}

.nearyo-owner-cta__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-15);
	width: 100%;
	max-width: 64rem;
}

.nearyo-owner-cta__title {
	width: 100%;
	max-width: 64rem;
	color: #fff;
	letter-spacing: -1.2px;
}

.nearyo-owner-cta__body {
	width: 100%;
	max-width: 56rem;
	color: #999ca0;
}

.nearyo-owner-cta__actions {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	width: 100%;
	max-width: 36.4rem;
	padding-top: 30px;
}

.nearyo-owner-cta__primary,
.nearyo-owner-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border-radius: var(--cta-standard-radius);
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
}

.nearyo-owner-cta__primary {
	border: 1px solid transparent;
	background: #4e46b4;
	color: #fff;
}

.nearyo-owner-cta__secondary {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #000;
}

.nearyo-owner-cta__footnote {
	width: 100%;
	max-width: 32rem;
	margin: 0;
	color: #999ca0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7142857143;
	text-align: center;
	align-self: center;
}

.nearyo-newsletter-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--space-30);
	padding: 0;
}

.nearyo-newsletter-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
}

.nearyo-newsletter-cta__title,
.nearyo-newsletter-cta__body {
	color: #fff;
}

.nearyo-newsletter-cta__title {
	width: 100%;
	max-width: 72rem;
	font-size: var(--font-h2);
	letter-spacing: -1.1px;
	text-align: center;
}

.nearyo-newsletter-cta__body {
	width: 100%;
	max-width: 62rem;
	color: #999ca0;
	text-align: center;
}

.nearyo-newsletter-cta__form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 62rem;
	margin: 0;
}

.nearyo-newsletter-cta__form > p:empty {
	display: none;
}

.nearyo-newsletter-cta .ds2-form--newsletter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 62rem;
	margin: 0;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__fields {
	flex: 1 1 auto;
	width: 100%;
	max-width: 43.2rem;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field {
	position: relative;
	width: 100%;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::before,
.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::after {
	content: "";
	position: absolute;
	left: 16px;
	pointer-events: none;
	z-index: 1;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::before {
	top: 12px;
	width: 24px;
	height: 24px;
	background: #595d62;
	-webkit-mask-image: url("../icons/mail.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("../icons/mail.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::after {
	display: none;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__control {
	width: 100%;
	height: 48px;
	padding: 12px 16px 12px 55px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7142857143;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__control::placeholder {
	color: #595d62;
	opacity: 1;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__actions {
	flex: 0 0 auto;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 176px;
	height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border: 0;
	border-radius: var(--cta-standard-radius);
	background: #4e46b4;
	color: #fff;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	cursor: pointer;
}

.nearyo-newsletter-cta .ds2-form__notice {
	width: 100%;
	max-width: 62rem;
	margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nearyo-country-states,
	.nearyo-top-rated-studios,
	.nearyo-newsletter-section,
	.nearyo-owner-section {
		padding: 96px 56px;
	}

	.nearyo-country-states__top {
		gap: var(--space-60);
	}

	.nearyo-country-states__intro {
		max-width: 48rem;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		justify-items: center;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		align-items: center;
		padding-top: 0;
	}

	.nearyo-top-rated-studios__grid,
	.nearyo-state-top-studios .nearyo-top-rated-studios__grid,
	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-flow: row;
		justify-content: stretch;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nearyo-country-states,
	.nearyo-top-rated-studios,
	.nearyo-newsletter-section,
	.nearyo-owner-section {
		padding: 80px 40px;
	}

	.nearyo-country-states__top {
		flex-direction: column;
		gap: var(--space-60);
	}

	.nearyo-country-states__intro {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-country-states__controls {
		flex-wrap: nowrap;
		align-items: flex-end;
	}

	.nearyo-country-states--browse-state .nearyo-country-states__controls,
	.nearyo-country-cities .nearyo-country-states__controls,
	.nearyo-country-top-rated-studios .nearyo-country-states__controls,
	.nearyo-state-top-studios .nearyo-country-states__controls {
		width: auto;
		max-width: 100%;
		align-self: center;
		justify-content: center;
	}

	.nearyo-country-states__search {
		width: 264px;
		max-width: 264px;
	}

	.nearyo-country-cities__sort {
		width: auto;
	}

	.nearyo-country-states--browse-state .nearyo-country-states__intro,
	.nearyo-country-states--browse-state .nearyo-country-states__body,
	.nearyo-country-cities .nearyo-country-states__intro,
	.nearyo-country-cities .nearyo-country-states__body,
	.nearyo-state-top-studios .nearyo-country-states__intro,
	.nearyo-state-top-studios .nearyo-country-states__body,
	.nearyo-country-top-rated-studios .nearyo-country-states__intro,
	.nearyo-country-top-rated-studios .nearyo-country-states__body {
		text-align: center;
	}

	.nearyo-country-states--browse-state .nearyo-country-states__title-group,
	.nearyo-country-cities .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-country-states--browse-state .nearyo-section-pill,
	.nearyo-country-cities .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}
	.nearyo-state-top-studios .nearyo-country-states__title-group,
	.nearyo-country-top-rated-studios .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-state-top-studios .nearyo-section-pill,
	.nearyo-country-top-rated-studios .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-state-cities .nearyo-country-states__grid,
	.nearyo-state-related-states .nearyo-country-states__grid {
		grid-template-columns: 1fr;
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta__content,
	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body,
	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body,
	.nearyo-owner-cta__footnote {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		align-items: center;
	}

	.nearyo-owner-cta__primary,
	.nearyo-owner-cta__secondary {
		width: auto;
		min-width: 22rem;
		max-width: 100%;
	}

	.nearyo-owner-cta__footnote {
		width: 100%;
		max-width: 32rem;
		text-align: center;
	}

	.nearyo-newsletter-cta {
		gap: var(--space-30);
	}

	.nearyo-newsletter-cta__content,
	.nearyo-newsletter-cta__title,
	.nearyo-newsletter-cta__body,
	.nearyo-newsletter-cta .ds2-form--newsletter {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-top-rated-studios__grid,
	.nearyo-state-top-studios .nearyo-top-rated-studios__grid,
	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-flow: row;
	}
}

@media (max-width: 767px) {
	.nearyo-country-states,
	.nearyo-top-rated-studios,
	.nearyo-newsletter-section,
	.nearyo-owner-section {
		padding: 64px 24px;
	}

	.nearyo-country-states__inner {
		gap: var(--space-60);
	}

	.nearyo-country-states__top {
		flex-direction: column;
		gap: var(--space-60);
	}

	.nearyo-country-states__intro,
	.nearyo-country-states__controls,
	.nearyo-country-states__control-group,
	.nearyo-country-states__search {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-country-states__intro {
		text-align: center;
	}

	.nearyo-country-states--browse-state .nearyo-country-states__body,
	.nearyo-country-cities .nearyo-country-states__body,
	.nearyo-state-top-studios .nearyo-country-states__intro,
	.nearyo-state-top-studios .nearyo-country-states__body,
	.nearyo-country-top-rated-studios .nearyo-country-states__intro,
	.nearyo-country-top-rated-studios .nearyo-country-states__body {
		text-align: center;
	}

	.nearyo-country-states--browse-state .nearyo-country-states__title-group,
	.nearyo-country-cities .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-country-states--browse-state .nearyo-section-pill,
	.nearyo-country-cities .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}

	.nearyo-state-top-studios .nearyo-country-states__title-group,
	.nearyo-country-top-rated-studios .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-state-top-studios .nearyo-section-pill,
	.nearyo-country-top-rated-studios .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}

	.nearyo-country-states__controls {
		flex-direction: row;
		align-items: center;
	}

	.nearyo-country-states__filter-button {
		width: auto;
		min-width: 112px;
	}

	.nearyo-country-cities__sort {
		width: auto;
		min-width: 132px;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-country-states--browse-state .nearyo-country-states__grid,
	.nearyo-country-cities .nearyo-country-states__grid,
	.nearyo-state-cities .nearyo-country-states__grid,
	.nearyo-state-related-states .nearyo-country-states__grid {
		grid-template-columns: 1fr;
	}

	.nearyo-top-rated-studios {
		gap: var(--space-30);
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta__content,
	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		align-items: center;
	}

	.nearyo-owner-cta__primary,
	.nearyo-owner-cta__secondary {
		width: auto;
		min-width: 22rem;
		max-width: 100%;
	}

	.nearyo-owner-cta__footnote {
		width: 100%;
		max-width: 32rem;
		text-align: center;
	}

	.nearyo-newsletter-cta {
		gap: var(--space-30);
	}

	.nearyo-newsletter-cta .ds2-form--newsletter {
		flex-direction: column;
	}

	.nearyo-newsletter-cta__content,
	.nearyo-newsletter-cta__title,
	.nearyo-newsletter-cta__body,
	.nearyo-newsletter-cta .ds2-form--newsletter,
	.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__submit {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__fields {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-top-rated-studios__grid,
	.nearyo-state-top-studios .nearyo-top-rated-studios__grid,
	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-flow: row;
		gap: var(--space-30);
		padding: 0;
	}
}
