:root {
	--solar-yellow: #f5c518;
	--solar-yellow-dark: #ddb013;
	--solar-navy: #0a1a2f;
	--solar-bg-light: #f8fafc;
	--solar-bg-soft: #f1f5f9;
	--solar-text-dark: #1e293b;
	--solar-text-muted: #64748b;
	--solar-white: #ffffff;
	--solar-border: #d7e0ea;
	--border-light: #d7e0ea;
	--solar-border-soft: #e2e8f0;
	--solar-navy-rgb: 10, 26, 47;
	--solar-text-dark-rgb: 30, 41, 59;
}

body.home {
	background: var(--solar-bg-light);
	color: var(--solar-text-dark);
}

#top-utility-header,
#main-header-nav {
	background: var(--solar-white);
	box-shadow: 0 3px 12px rgba(var(--solar-navy-rgb), 0.08);
}

#top-utility-header {
	min-height: 0.5rem;
}

#main-header-nav {
	min-height: 3.75rem;
}

.solar-city-switcher {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	width: 100%;
	max-width: 420px;
	position: relative;
	z-index: 1;
	background: var(--solar-white);
	border: 1px solid var(--solar-border-soft);
	border-radius: 16px;
	padding: 0.7rem 0.85rem;
}

.solar-city-switcher__current {
	margin: 0;
	font-size: 0.9rem;
	color: var(--solar-text-dark);
	white-space: nowrap;
}

.hero-city-picker {
	margin: 0;
	flex: 0 0 auto;
}

.hero-city-picker[hidden] {
	display: none;
}

.hero-location-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 0.35rem;
}

.hero-search__location-status {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--solar-text-dark);
}

.hero-search__change-location {
	margin-left: 0.35rem;
}

.solar-city-switcher__select {
	border: 1px solid var(--solar-border);
	border-radius: 10px;
	padding: 0.35rem 0.65rem;
	font-size: 0.85rem;
	color: var(--solar-text-dark);
	background: var(--solar-white);
	max-width: 260px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.solar-city-switcher__select:focus-visible {
	outline: 2px solid var(--solar-yellow);
	outline-offset: 2px;
	z-index: 20;
}

#homepage-main-content {
	display: block;
}

.home-hero {
	position: relative;
	overflow: visible;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.hero-inner {
	position: relative;
	background-color: var(--solar-navy);
	background-image:
		linear-gradient(115deg, rgba(10, 26, 47, 0.94) 0%, rgba(15, 118, 110, 0.78) 52%, rgba(10, 26, 47, 0.88) 100%),
		url("../images/hero-solar-marketplace.svg");
	background-size: cover, cover;
	background-position: center, right center;
	background-repeat: no-repeat, no-repeat;
	min-height: 62vh;
	display: flex;
	align-items: center;
}

.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3.25rem 20px;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 1.1rem;
	padding: 6px 14px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #eafaf6;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
}

.hero-eyebrow__icon {
	display: inline-flex;
	color: var(--solar-yellow);
}

.hero-search-wrapper {
	position: absolute;
	left: 50%;
	bottom: -64px;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1100px;
	padding: 0 16px;
	z-index: 10;
	overflow: visible;
}

.hero-search-card {
	overflow: visible;
}

.solar-search-bar {
	background: var(--solar-white);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.hero-search__title {
	margin: 0;
	font-size: clamp(1.45rem, 4.3vw, 2.4rem);
	line-height: 1.25;
	color: var(--solar-text-dark);
}

.hero-search__subtitle {
	margin: 0.6rem 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--solar-text-muted);
}

/* Homepage-only hero redesign (marketplace look). */
body.home .hero-search-card {
	max-width: 860px;
	margin-top: 1.6rem;
}

body.home .solar-search-bar {
	box-shadow: 0 18px 44px rgba(6, 20, 34, 0.32);
}

body.home .hero-search__title {
	font-size: clamp(1.7rem, 4.6vw, 2.9rem);
	line-height: 1.18;
	font-weight: 700;
	color: #ffffff;
	max-width: 640px;
	text-shadow: 0 2px 18px rgba(6, 20, 34, 0.35);
}

body.home .hero-search__subtitle {
	margin: 0.75rem 0 0;
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.6;
	color: #d6efe9;
	max-width: 560px;
}

.hero-search__form {
	margin-top: 1rem;
}

.hero-search-form {
	display: flex;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.hero-search__input-wrap {
	position: relative;
	flex: 1 1 100%;
}

.solar-search-field::before,
.solar-search-field::after {
	content: none;
}

.solar-search-input {
	--icon-building: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l7-3 7 3v14'/%3E%3Cpath d='M9 10h1M9 13h1M9 16h1M14 10h1M14 13h1M14 16h1'/%3E%3C/svg%3E");
	--icon-location: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.5-6-10a6 6 0 1 1 12 0c0 4.5-6 10-6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.4'/%3E%3C/svg%3E");
}

.hero-search-input,
.hero-search__input {
    width: 100%;
    height: 42px;
    padding: 0 16px 0 44px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--solar-text-dark);
    background: var(--solar-white);
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px;
    appearance: none;
}

.solar-search-input--vendor {
	background-image: var(--icon-building);
}

.solar-search-input--location {
	background-image: var(--icon-location);
}

.solar-search-input::placeholder {
	color: #9ca3af;
}

.solar-search-input:focus,
.solar-search-input:focus-visible {
	outline: none;
	border-color: #facc15;
	box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.25);
}

.hero-search__submit-wrap {
	flex: 0 0 auto;
	display: flex;
	align-items: stretch;
}

.hero-search-button,
.hero-search__button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #facc15, #f59e0b);
	color: #0f172a;
	border-radius: 14px;
	padding: 0 24px;
	height: 42px;
	border: none;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	flex: 1 1 100%;
}

.solar-search-button:hover,
.solar-search-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(245, 158, 11, 0.3);
	filter: brightness(1.02);
}

.solar-search-button:active {
	transform: translateY(0);
	box-shadow: 0 6px 12px rgba(245, 158, 11, 0.22);
}

.hero-chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 1.2rem;
}

.hero-chips__label {
	font-size: 0.82rem;
	color: #cfeae3;
}

.hero-chip {
	font-size: 0.85rem;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	padding: 5px 13px;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.hero-chip:hover,
.hero-chip:focus-visible {
	background: rgba(245, 158, 11, 0.92);
	border-color: rgba(245, 158, 11, 0.92);
	color: #0f172a;
	transform: translateY(-1px);
}

.hero-stats {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	background: var(--solar-white);
	border-radius: 0 0 16px 16px;
	box-shadow: 0 10px 26px rgba(var(--solar-navy-rgb), 0.1);
}

.hero-stat {
	flex: 1 1 160px;
	min-width: 140px;
	padding: 1.1rem 1rem;
	text-align: center;
	border-right: 1px solid var(--solar-border-soft);
}

.hero-stat:last-child {
	border-right: none;
}

.hero-stat__value {
	display: block;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--solar-navy);
}

.hero-stat__star {
	margin-left: 2px;
	color: var(--solar-yellow-dark);
}

.hero-stat__label {
	display: block;
	margin-top: 3px;
	font-size: 0.82rem;
	color: var(--solar-text-muted);
}

.after-hero-section {
	padding-top: 120px;
}

body.home .after-hero-section {
	padding-top: 2.75rem;
}

#vendor-listing-section {
	padding: 2.5rem 1rem;
	background: var(--solar-bg-soft);
}

.vendor-listing__container {
	max-width: 1200px;
	margin: 0 auto;
}

.vendor-listing__heading-container {
	margin-top: 16px;
	margin-bottom: 1rem;
}

.vendor-listing__heading {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1.3;
	color: var(--solar-text-dark);
}

.vendor-listing__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	align-items: stretch;
}

.solar-vendor-card.vendor-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--solar-border-soft);
	border-radius: 16px;
	background-color: var(--solar-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transition: all 0.25s ease;
}

.solar-vendor-card.vendor-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.vendor-card__image-link {
	display: block;
	position: relative;
	flex-shrink: 0;
}

.vendor-card__image {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.vendor-card__image-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48%;
	background: linear-gradient(to top, rgba(var(--solar-navy-rgb), 0.26), rgba(var(--solar-navy-rgb), 0));
	pointer-events: none;
}

.vendor-card__image--placeholder {
	background: #eaf1f8;
}

.vendor-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1rem;
	gap: 0.6rem;
}

.vendor-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	color: #0f172a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vendor-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.vendor-card__title a:hover,
.vendor-card__title a:focus-visible {
	color: var(--solar-navy);
}

.vendor-card__location {
	margin: 0;
	font-size: 0.95rem;
	color: #64748b;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.vendor-card__location-icon {
	display: inline-block;
	width: 0.78rem;
	height: 0.78rem;
	border: 2px solid var(--solar-text-muted);
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	flex-shrink: 0;
}

.vendor-card__trust-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
}

.vendor-card__rating {
	margin: 0;
	font-size: 1rem;
	color: #facc15;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.vendor-card__rating-value {
	font-size: 0.92rem;
	font-weight: 600;
	color: #0f172a;
}

.vendor-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.75rem;
	font-weight: 600;
	border-radius: 999px;
	border: 1px solid #86efac;
	color: #166534;
	background: #f0fdf4;
}

.vendor-card__badge--new {
	border-color: #facc15;
	color: #92400e;
	background: #fffbeb;
}

.vendor-card__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #64748b;
	font-size: 0.8rem;
	line-height: 1.4;
}

.vendor-card__highlights li {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.vendor-card__excerpt {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.62;
	color: #64748b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vendor-card__link {
	display: inline-block;
	margin-top: auto;
	padding: 0.6rem 1rem;
	font-weight: 600;
	text-decoration: none;
	color: #0f172a;
	background: #facc15;
	border: 1px solid #facc15;
	border-radius: 999px;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	align-self: flex-start;
}

.vendor-card__link:hover,
.vendor-card__link:focus-visible {
	background: var(--solar-yellow-dark);
	border-color: var(--solar-yellow-dark);
	transform: translateY(-1px);
}

.vendor-card__link-arrow {
	display: inline-block;
	margin-left: 0.3rem;
	transition: transform 0.2s ease;
}

.vendor-card__link:hover .vendor-card__link-arrow,
.vendor-card__link:focus-visible .vendor-card__link-arrow {
	transform: translateX(2px);
}

.solar-vendor-pagination {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}

.solar-vendor-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.solar-vendor-pagination .page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.solar-vendor-pagination .page-numbers a,
.solar-vendor-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.75rem;
	border-radius: 999px;
	border: 1px solid var(--solar-border-soft);
	background: var(--solar-white);
	color: var(--solar-text-dark);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
}

.solar-vendor-pagination .page-numbers a:hover,
.solar-vendor-pagination .page-numbers a:focus-visible {
	border-color: var(--solar-yellow-dark);
	background: #fff5cc;
	color: var(--solar-text-dark);
}

.solar-vendor-pagination .page-numbers .current {
	border-color: var(--solar-yellow-dark);
	background: var(--solar-yellow);
	color: #0f172a;
}

.solar-vendor-pagination .page-numbers .dots {
	border-color: transparent;
	background: transparent;
	min-width: 1.5rem;
	padding: 0;
}

#seo-content-section {
	padding: 2.5rem 1rem;
	background: var(--solar-bg-light);
}

.seo-content__container {
	max-width: 80ch;
	margin: 0 auto;
}

.seo-content__heading {
	margin: 0;
	font-size: clamp(1.4rem, 4vw, 2rem);
	line-height: 1.25;
	color: var(--solar-text-dark);
}

.seo-content__text {
	margin: 0.9rem 0 0;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--solar-text-muted);
}

@media (min-width: 768px) {
	.hero-location-row {
		flex-wrap: nowrap;
	}

	.hero-search__location-status {
		white-space: nowrap;
	}

	.solar-city-switcher {
		flex-direction: row;
		align-items: center;
		max-width: 520px;
	}

	.solar-city-switcher__select {
		max-width: 200px;
	}

	.solar-search-bar {
		padding: 24px;
	}

	.hero-search-form {
		flex-wrap: nowrap;
		gap: 14px;
	}

	.hero-search__input-wrap {
		flex: 1 1 auto;
	}

	.hero-search-button,
	.hero-search__button {
		flex: 0 0 auto;
		min-width: 180px;
	}

	#vendor-listing-section {
		padding: 3.25rem 1.5rem;
	}

	#seo-content-section {
		padding: 1.25rem 1.5rem;
	}

	.vendor-listing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.hero-search-wrapper {
		padding: 0 24px;
	}

	.vendor-listing__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1360px) {
	.vendor-listing__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.vendor-card {
		opacity: 1;
		transform: none;
		transition: box-shadow 0.2s ease;
	}

	.vendor-card__link,
	.hero-search__button {
		transition: background-color 0.2s ease;
	}
}

/* -------------------------------------------------------------------------
 * City content block (SolarCore\Content\City_Content)
 * ---------------------------------------------------------------------- */
.sv-city-content {
	margin: 8px auto 40px;
	max-width: 1120px;
	padding: 0 20px;
}

.sv-city-content__inner {
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	padding: 28px 26px;
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(15, 118, 110, 0.06), transparent 55%),
		linear-gradient(180deg, #ffffff, #f8fafb);
	box-shadow: 0 10px 30px -20px rgba(15, 23, 42, 0.4);
}

.sv-city-content__title {
	margin: 0 0 12px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #0f172a;
}

.sv-city-content__lead {
	margin: 0 0 20px;
	color: #374151;
	line-height: 1.6;
	max-width: 70ch;
}

.sv-city-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.sv-city-stat {
	flex: 1 1 150px;
	min-width: 140px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px 18px;
	background: #ffffff;
	text-align: center;
}

.sv-city-stat__value {
	display: block;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1;
	color: #0f766e;
}

.sv-city-stat__label {
	display: block;
	margin-top: 6px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #6b7280;
}

.sv-city-content__subsidy {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-left: 4px solid #f59e0b;
	border-radius: 0 10px 10px 0;
	background: rgba(245, 158, 11, 0.08);
	color: #0f172a;
	line-height: 1.55;
}

.sv-city-content__subsidy a {
	color: #0f766e;
	font-weight: 600;
	text-decoration: none;
}

.sv-city-content__subsidy a:hover,
.sv-city-content__subsidy a:focus {
	text-decoration: underline;
}

.sv-city-content__local {
	margin: 0 0 18px;
	color: #374151;
	line-height: 1.6;
}

.sv-city-related {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.sv-city-related__label {
	font-weight: 600;
	color: #0f172a;
}

.sv-city-related__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-city-related__list a {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #ffffff;
	color: #0f766e;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sv-city-related__list a:hover,
.sv-city-related__list a:focus {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}

/* -------------------------------------------------------------------------
 * State subsidy block (SolarCore\Content\State_Content)
 * ---------------------------------------------------------------------- */
.sv-state-subsidy {
	margin: 8px auto 40px;
	max-width: 1120px;
	padding: 0 20px;
}

.sv-state-subsidy__inner {
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	padding: 28px 26px;
	background:
		radial-gradient(120% 140% at 100% 0%, rgba(245, 158, 11, 0.09), transparent 55%),
		linear-gradient(180deg, #ffffff, #f8fafb);
	box-shadow: 0 10px 30px -20px rgba(15, 23, 42, 0.4);
}

.sv-state-subsidy__title {
	margin: 0 0 12px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #0f172a;
}

.sv-state-subsidy__lead {
	margin: 0 0 20px;
	color: #374151;
	line-height: 1.6;
	max-width: 72ch;
}

.sv-subsidy-table {
	max-width: 420px;
	margin: 0 0 18px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
}

.sv-subsidy-table__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	padding: 12px 16px;
	border-top: 1px solid #f1f5f9;
}

.sv-subsidy-table__row:first-child {
	border-top: 0;
}

.sv-subsidy-table__row--head {
	background: #0f766e;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.sv-subsidy-table__row span:last-child {
	font-weight: 700;
	color: #0f172a;
}

.sv-subsidy-table__row--head span:last-child {
	color: #ffffff;
}

.sv-state-subsidy__note,
.sv-state-subsidy__official {
	margin: 0 0 14px;
	color: #374151;
	line-height: 1.6;
	max-width: 72ch;
}

.sv-state-subsidy__official {
	font-size: 0.9rem;
	color: #6b7280;
}

.sv-state-subsidy__note a,
.sv-state-subsidy__official a {
	color: #0f766e;
	font-weight: 600;
	text-decoration: none;
}

.sv-state-subsidy__note a:hover,
.sv-state-subsidy__note a:focus,
.sv-state-subsidy__official a:hover,
.sv-state-subsidy__official a:focus {
	text-decoration: underline;
}

.sv-state-cities {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
}

.sv-state-cities__label {
	font-weight: 600;
	color: #0f172a;
}

.sv-state-cities__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-state-cities__list a {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #ffffff;
	color: #0f766e;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sv-state-cities__list a:hover,
.sv-state-cities__list a:focus {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}
