.seojobs-bls-insights {
	margin: 1.25rem 0 2.25rem;
	padding: 0;
	border: 0;
}

.seojobs-bls-insights--top {
	margin-bottom: 0.75rem;
}

.seojobs-bls-insights--bottom {
	margin-top: 2rem;
	scroll-margin-top: 96px;
}

.seojobs-bls-insights__panel {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 14px;
	background: #fff;
	padding: 1.25rem 1.35rem 1.15rem;
}

.seojobs-bls-insights__header {
	margin-bottom: 1rem;
}

.seojobs-bls-insights__title {
	margin: 0 0 0.35rem;
	font-size: 1.85rem;
	line-height: 1.25;
	font-weight: 700;
}

.seojobs-bls-insights__subtitle {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 650;
}

.seojobs-bls-insights__us-labor {
	margin-top: 1.35rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seojobs-bls-insights__us-labor > .seojobs-bls-insights__subtitle {
	margin-bottom: 0.35rem;
}

.seojobs-bls-insights__us-labor > .seojobs-bls-insights__lede {
	margin: 0 0 0.85rem;
}


.seojobs-bls-insights__lede {
	margin: 0.35rem 0 0;
	color: #666;
	font-size: 1.05rem;
	line-height: 1.45;
}

.seojobs-bls-insights__callout {
	display: none;
}

.seojobs-bls-insights__card-top {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.35rem;
}

.seojobs-bls-insights__icon {
	display: inline-flex;
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
	color: #25a5c0;
}

.seojobs-bls-insights__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.seojobs-bls-insights__icon--site {
	color: #1a5f4a;
}

.seojobs-bls-insights__disclaimer,
.seojobs-bls-insights__source {
	margin: 0;
	color: #555;
	font-size: 0.92rem;
	line-height: 1.45;
}

.seojobs-bls-insights__note {
	margin: 0;
	color: #555;
	font-size: 0.95rem;
	line-height: 1.45;
}

.seojobs-bls-insights__disclaimer {
	margin: 0.75rem 0 0;
	font-style: normal;
	color: #666;
}

.seojobs-bls-insights__source {
	margin-top: 0.65rem;
	font-size: 0.78rem;
	color: #888;
}

.seojobs-bls-insights__jump {
	margin: 1rem 0 0;
	text-align: center;
}

.seojobs-bls-insights__jump a,
.seojobs-bls-insights__jump-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid #25a5c0;
	border-radius: 6px;
	background: #fff;
	color: #25a5c0;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.seojobs-bls-insights__jump a:hover,
.seojobs-bls-insights__jump a:focus,
.seojobs-bls-insights__jump-btn:hover,
.seojobs-bls-insights__jump-btn:focus {
	background: #25a5c0;
	color: #fff;
	text-decoration: none;
}

.seojobs-bls-insights__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem 1rem;
}

.seojobs-bls-insights__grid--geo-pair,
.seojobs-bls-insights__grid--triple {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.seojobs-bls-insights__grid--triple {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seojobs-bls-insights__card {
	padding: 0.85rem 0.85rem 0.55rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
}

.seojobs-bls-insights__card .seojobs-bls-insights__kicker {
	margin-bottom: 0;
}

.seojobs-bls-insights__card--labor .seojobs-bls-insights__card-top > .seojobs-bls-insights__icon,
.seojobs-bls-census__panel-head > .seojobs-bls-insights__icon,
.seojobs-bls-census-teaser__item > .seojobs-bls-insights__icon,
.seojobs-bls-site-salary__title-row > .seojobs-bls-insights__icon {
	width: 2.35rem;
	height: 2.35rem;
	padding: 0.45rem;
	box-sizing: border-box;
	border-radius: 50%;
	background: #25a5c0;
	color: #fff;
}

.seojobs-bls-census-teaser__item > .seojobs-bls-insights__icon {
	width: 2.82rem;
	height: 2.82rem;
	padding: 0.54rem;
}

.seojobs-bls-insights__card--labor .seojobs-bls-insights__icon-bg,
.seojobs-bls-census__panel-head .seojobs-bls-insights__icon-bg,
.seojobs-bls-census-teaser__item .seojobs-bls-insights__icon-bg,
.seojobs-bls-site-salary__title-row .seojobs-bls-insights__icon-bg {
	display: none;
}

.seojobs-bls-site-salary__title-row > .seojobs-bls-insights__icon {
	background: #1a5f4a;
}

.seojobs-bls-insights__card--geo {
	padding: 1.1rem 1.15rem 0.85rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-width: 0;
}

.seojobs-bls-insights__geo-row {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.seojobs-bls-insights__geo-main {
	flex: 1 1 auto;
	min-width: 0;
}

.seojobs-bls-insights__geo-title {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
	color: #122;
	margin: 0 0 0.2rem;
}

.seojobs-bls-insights__card--geo .seojobs-bls-insights__kicker {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #666;
	margin: 0 0 0.35rem;
}

.seojobs-bls-insights__card--geo .seojobs-bls-insights__value,
.seojobs-bls-insights__card--labor .seojobs-bls-insights__value {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 700;
	color: #25a5c0;
	line-height: 1.15;
}

.seojobs-bls-insights__card--geo > .seojobs-bls-insights__geo-row > .seojobs-bls-insights__icon {
	width: 3.5rem;
	height: 3.5rem;
	padding: 0.45rem;
	box-sizing: border-box;
	border-radius: 50%;
	background: #25a5c0;
	color: #fff;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.seojobs-bls-insights__card--geo > .seojobs-bls-insights__geo-row > .seojobs-bls-insights__icon svg {
	width: 100%;
	height: 100%;
}

.seojobs-bls-insights__card--geo > .seojobs-bls-insights__geo-row > .seojobs-bls-insights__icon .seojobs-bls-insights__icon-bg {
	display: none;
}

.seojobs-bls-insights__card--state > .seojobs-bls-insights__geo-row > .seojobs-bls-insights__icon {
	background: #e0f4f8;
	color: #25a5c0;
}

.seojobs-bls-insights__icon--badge {
	display: inline-flex !important;
}

.seojobs-bls-insights__badge-text {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	color: inherit;
}

.seojobs-bls-insights__geo-accent {
	flex: 0 0 auto;
	margin-left: auto;
	align-self: flex-start;
	opacity: 0.85;
}

.seojobs-bls-insights__geo-accent .seojobs-bls-insights__icon {
	width: 1.15rem;
	height: 1.15rem;
}

.seojobs-bls-insights__geo-accent .seojobs-bls-insights__icon-bg {
	display: none;
}

.seojobs-bls-insights__geo-source {
	margin: 0;
	text-align: right;
	font-size: 0.72rem;
	line-height: 1.3;
	color: #888;
}

.seojobs-bls-insights__card--site-salary {
	border-color: rgba(26, 95, 74, 0.22);
	border-left: 1px solid rgba(26, 95, 74, 0.22);
	background: #f7fbf9;
	border-radius: 10px;
	padding: 0.9rem 0.95rem 0.8rem;
}

.seojobs-bls-site-salary {
	margin-top: 0.15rem;
	padding-top: 0;
	border-top: 0;
}

.seojobs-bls-site-salary__header {
	margin-bottom: 0.85rem;
}

.seojobs-bls-site-salary__title-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.25rem;
}

.seojobs-bls-site-salary__title-row .seojobs-bls-insights__subtitle {
	margin: 0;
	color: #145a45;
}

.seojobs-bls-insights__card--site-salary .seojobs-bls-insights__kicker {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #456;
	margin-bottom: 0.35rem;
}

.seojobs-bls-insights__card--site-salary .seojobs-bls-insights__value {
	color: #145a45;
	font-size: 1.45rem;
	margin: 0;
}

.seojobs-bls-insights--unified .seojobs-bls-insights__header {
	margin-bottom: 1rem;
}

.seojobs-bls-insights--unified .seojobs-bls-insights__title {
	margin: 0;
	color: #145a45;
}

.seojobs-bls-insights--unified .seojobs-bls-insights__grid--unified {
	margin-top: 0.35rem;
}

.seojobs-bls-insights--unified .seojobs-bls-insights__grid--geo-pair {
	margin-bottom: 1rem;
}

.seojobs-bls-cos {
	margin-top: 1.35rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seojobs-bls-cos__header {
	margin-bottom: 0.85rem;
}

.seojobs-bls-cos .seojobs-bls-insights__subtitle {
	color: #1a4a6e;
}

.seojobs-bls-insights__card--cos .seojobs-bls-insights__kicker {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #456;
	margin-bottom: 0.35rem;
}

.seojobs-bls-insights__card--cos .seojobs-bls-insights__value {
	color: #1a4a6e;
}

.seojobs-bls-insights__kicker {
	font-size: 0.78rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0.25rem;
}

.seojobs-bls-insights__value {
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	color: #122;
	margin-bottom: 0.35rem;
}

.seojobs-bls-insights__header--tight {
	margin-bottom: 0.75rem;
}

.seojobs-bls-insights__detail-grid {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seojobs-bls-insights__detail-grid--split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 1rem 1.5rem;
	align-items: start;
}

.seojobs-bls-insights__detail {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.seojobs-bls-insights__dl {
	margin: 0.45rem 0 0;
}

.seojobs-bls-insights__dl-row {
	display: grid;
	grid-template-columns: minmax(120px, 42%) 1fr;
	gap: 0.35rem 0.85rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.seojobs-bls-insights__dl-row dt {
	margin: 0;
	font-weight: 650;
	color: #333;
	font-size: 0.92rem;
}

.seojobs-bls-insights__dl-row dd {
	margin: 0;
	color: #222;
	font-size: 0.92rem;
}

.seojobs-bls-insights__chart-wrap {
	margin-top: 0;
	padding: 0.85rem 1rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
}

.seojobs-bls-insights__chart-geo {
	margin: 0.2rem 0 0.55rem;
	color: #666;
	font-size: 0.88rem;
	line-height: 1.35;
}

.seojobs-bls-chart {
	width: 100%;
	min-height: 200px;
	margin-top: 0.25rem;
}

.seojobs-bls-insights__workmode {
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seojobs-bls-insights__wm-list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
}

.seojobs-bls-insights__wm-list li {
	margin: 0.25rem 0;
}

.seojobs-bls-insights__wm-list span {
	color: #666;
	font-size: 0.9em;
}

/* Career teaser (inside labor panel) */
.seojobs-bls-census-teaser {
	margin-top: 1.25rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(200px, 0.85fr);
	gap: 0.75rem;
	align-items: stretch;
}

.seojobs-bls-census-teaser__stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem 1.2rem;
	padding: 1.02rem 1.2rem;
	border: 1px solid rgba(84, 32, 144, 0.14);
	border-radius: 12px;
	background: rgba(84, 32, 144, 0.03);
	min-width: 0;
}

.seojobs-bls-census-teaser__item {
	display: flex;
	align-items: center;
	gap: 0.66rem;
	min-width: 0;
	flex: 1 1 0;
}

.seojobs-bls-census-teaser__label {
	font-size: 0.94rem;
	font-weight: 700;
	color: #25a5c0;
}

.seojobs-bls-census-teaser__value {
	font-size: 1.03rem;
	color: #333;
	line-height: 1.25;
}

.seojobs-bls-insights__jump--cta {
	margin: 0;
	display: flex;
}

.seojobs-bls-insights__jump--cta .seojobs-bls-insights__jump-btn {
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 12px;
	white-space: normal;
	text-align: center;
	line-height: 1.3;
}

/* Census career profile */
.seojobs-bls-census {
	margin-top: 0.15rem;
}

.seojobs-bls-census--compact {
	margin-top: 0;
}

.seojobs-bls-census__header {
	margin-bottom: 0.65rem;
}

.seojobs-bls-census__insight {
	margin: 0.5rem 0 0;
	color: #333;
	font-size: 1.05rem;
	line-height: 1.45;
}

.seojobs-bls-census__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.seojobs-bls-census__panel {
	padding: 1rem 1rem 0.85rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
}

.seojobs-bls-census__panel-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.75rem;
}

.seojobs-bls-census__panel-title {
	font-size: 0.98rem;
	font-weight: 700;
	color: #122;
	margin-bottom: 0.1rem;
}

.seojobs-bls-census__panel-geo {
	font-size: 0.8rem;
	color: #666;
}

.seojobs-bls-census__panel-source {
	margin: 0.75rem 0 0;
	font-size: 0.72rem;
	color: #888;
	line-height: 1.35;
}

.seojobs-bls-census__row {
	margin-bottom: 0.45rem;
}

.seojobs-bls-census__row-label {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.88rem;
	color: #333;
	margin-bottom: 0.15rem;
}

.seojobs-bls-census__track {
	height: 8px;
	background: rgba(84, 32, 144, 0.08);
	border-radius: 999px;
	overflow: hidden;
}

.seojobs-bls-census__fill {
	display: block;
	height: 100%;
	background: #25a5c0;
	border-radius: 999px;
}

.seojobs-bls-census__sex-note {
	margin: 0.65rem 0 0;
	font-size: 0.78rem;
	line-height: 1.4;
	color: #666;
}

.seojobs-bls-census__pie-wrap {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.seojobs-bls-census__pie {
	--female: 50;
	--male: 50;
	position: relative;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: conic-gradient(
		#25a5c0 0 calc(var(--female) * 1%),
		#8fd0df calc(var(--female) * 1%) 100%
	);
	flex: 0 0 auto;
}

.seojobs-bls-census__pie-hole {
	position: absolute;
	inset: 22%;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seojobs-bls-census__pie-total {
	font-size: 0.85rem;
	font-weight: 700;
	color: #333;
}

.seojobs-bls-census__pie-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.seojobs-bls-census__pie-legend li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.92rem;
	color: #333;
}

.seojobs-bls-census__pie-legend strong {
	margin-left: 0.15rem;
}

.seojobs-bls-census__swatch {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	flex: 0 0 auto;
}

.seojobs-bls-census__swatch--female {
	background: #25a5c0;
}

.seojobs-bls-census__swatch--male {
	background: #8fd0df;
}

@media (max-width: 900px) {
	.seojobs-bls-census__grid,
	.seojobs-bls-insights__grid--geo-pair,
	.seojobs-bls-insights__grid--triple,
	.seojobs-bls-insights__detail-grid--split {
		grid-template-columns: 1fr;
	}

	.seojobs-bls-census-teaser {
		grid-template-columns: 1fr;
	}

	.seojobs-bls-census-teaser__stats {
		flex-wrap: wrap;
	}

	.seojobs-bls-census-teaser__item {
		flex: 1 1 calc(50% - 0.5rem);
	}

	.seojobs-bls-insights__jump--cta .seojobs-bls-insights__jump-btn {
		min-height: 3.25rem;
	}
}

@media (max-width: 600px) {
	.seojobs-bls-insights__dl-row {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}

	.seojobs-bls-insights__value {
		font-size: 1.25rem;
	}

	.seojobs-bls-insights__panel {
		padding: 1rem;
	}
}

/* US tile map (role filter pages) */
.seojobs-bls-usmap {
	margin: 1.5rem 0 2rem;
	position: relative;
}

.seojobs-bls-usmap__toggles {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0 1rem;
}

.seojobs-bls-usmap__btn {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #234;
	border-radius: 8px;
	padding: 0.45rem 0.85rem;
	font: inherit;
	font-size: 0.92rem;
	cursor: pointer;
}

.seojobs-bls-usmap__btn.is-active {
	background: #145a45;
	border-color: #145a45;
	color: #fff;
}

.seojobs-bls-usmap__btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.seojobs-bls-usmap__grid {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	max-width: 720px;
}

.seojobs-bls-usmap__row {
	display: grid;
	grid-template-columns: repeat(11, minmax(0, 1fr));
	gap: 0.35rem;
}

.seojobs-bls-usmap__cell {
	aspect-ratio: 1.15 / 1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #eef2f1;
	color: #345;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seojobs-bls-usmap__cell--empty {
	border: 0;
	background: transparent;
	pointer-events: none;
}

.seojobs-bls-usmap__cell.has-value {
	background: color-mix(in srgb, #1a7a5c calc(var(--fill-pct, 0) * 100%), #eef2f1);
	color: #0f2f24;
}

.seojobs-bls-usmap__cell.is-filterable {
	cursor: pointer;
}

.seojobs-bls-usmap__cell.is-active-state {
	outline: 2px solid #0f4a56;
	outline-offset: 1px;
	box-shadow: 0 0 0 2px rgba(15, 74, 86, 0.2);
}

.seojobs-bls-usmap.is-navigating {
	cursor: progress;
}

.seojobs-bls-usmap.is-navigating .seojobs-bls-usmap__cell,
.seojobs-bls-usmap.is-navigating .seojobs-bls-usmap__btn {
	pointer-events: none;
}

.seojobs-bls-usmap__cell.is-navigating {
	outline: 2px solid #145a45;
	outline-offset: 1px;
	box-shadow: 0 0 0 3px rgba(20, 90, 69, 0.28);
	transform: scale(1.06);
	z-index: 2;
	animation: seojobs-bls-usmap-pulse 0.9s ease-in-out infinite;
}

.seojobs-bls-usmap__overlay-cta--loading {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #d7f5e8;
}

.seojobs-bls-usmap__spinner {
	width: 0.7rem;
	height: 0.7rem;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #9fe7c8;
	border-radius: 50%;
	animation: seojobs-bls-usmap-spin 0.65s linear infinite;
	flex: 0 0 auto;
}

@keyframes seojobs-bls-usmap-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 3px rgba(20, 90, 69, 0.22);
	}
	50% {
		box-shadow: 0 0 0 5px rgba(20, 90, 69, 0.38);
	}
}

@keyframes seojobs-bls-usmap-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.seojobs-bls-usmap__cell.is-navigating,
	.seojobs-bls-usmap__spinner {
		animation: none;
	}
}

.seojobs-bls-usmap__grid[data-mode="wage"] .seojobs-bls-usmap__cell.has-value {
	background: color-mix(in srgb, #1a4a6e calc(var(--fill-pct, 0) * 100%), #eef1f5);
	color: #102536;
}

.seojobs-bls-usmap__overlay {
	position: absolute;
	z-index: 5;
	transform: translate(-50%, -100%);
	min-width: 11rem;
	max-width: 16rem;
	padding: 0.55rem 0.7rem;
	border-radius: 8px;
	background: #10241c;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.seojobs-bls-usmap__overlay[hidden] {
	display: none !important;
}

.seojobs-bls-usmap__overlay::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 12px;
	height: 12px;
	background: #10241c;
	transform: translateX(-50%) rotate(45deg);
}

.seojobs-bls-usmap__overlay-title {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	opacity: 0.85;
}

.seojobs-bls-usmap__overlay-line {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.3;
}

.seojobs-bls-usmap__overlay-cta {
	margin-top: 0.25rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: #9fe7c8;
	line-height: 1.3;
}

.seojobs-bls-usmap__readout {
	margin: 0.85rem 0 0.35rem;
	font-size: 0.95rem;
	color: #234;
}

@media (max-width: 700px) {
	.seojobs-bls-usmap__abbr {
		font-size: 0.62rem;
	}

	.seojobs-bls-usmap__overlay {
		min-width: 9.5rem;
		max-width: 13rem;
		font-size: 0.9rem;
	}
}
