.hce-article-tools [data-hce-speak] {
	background: #078ca8 !important;
	color: #ffffff !important;
}

.hce-article-tools [data-hce-speak]:hover,
.hce-article-tools [data-hce-speak]:focus-visible,
.hce-article-tools [data-hce-speak].is-speaking {
	background: #0aa6c2 !important;
}

.hce-article-tools [data-hce-speak].is-paused {
	background: #b97900 !important;
}

.hce-article-tools [data-hce-speak-stop] {
	background: #7d2635 !important;
	color: #ffffff !important;
}

.hce-article-tools [data-hce-speak-stop][hidden] {
	display: none !important;
}

.hce-article-tools.hce-tools-ready {
	position: fixed !important;
	right: 20px !important;
	bottom: 22px !important;
	left: auto !important;
	z-index: 9990 !important;
	display: flex !important;
	align-items: center;
	width: 58px !important;
	min-width: 58px !important;
	padding: 4px !important;
	background: #06243c !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 13px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
	overflow: visible !important;
}

.hce-article-tools-panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 3px;
	min-width: 190px;
	padding: 8px;
	background: rgba(6, 36, 60, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	max-height: min(70vh, 520px);
	overflow-y: auto;
}

.hce-article-tools-panel[hidden] {
	display: none !important;
}

.hce-article-tools-panel > a,
.hce-article-tools-panel > button {
	display: flex !important;
	align-items: center;
	justify-content: flex-start !important;
	width: 100% !important;
	min-height: 42px;
	padding: 9px 13px !important;
	border-radius: 7px !important;
	text-align: left !important;
	white-space: nowrap;
	background: transparent !important;
	color: #ffffff !important;
	border: 0 !important;
	font: inherit;
	text-decoration: none !important;
	cursor: pointer;
}

.hce-article-tools-toggle {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 50px !important;
	height: 48px !important;
	min-width: 50px !important;
	padding: 0 !important;
	background: #06243c !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 12px !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.hce-article-tools-toggle:hover,
.hce-article-tools-toggle:focus-visible,
.hce-article-tools-toggle[aria-expanded="true"] {
	background: #078ca8 !important;
}

.hce-hamburger {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 22px;
}

.hce-hamburger i {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
}

.hce-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hce-speak-status {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hce-speak-word {
	display: inline;
	border-radius: 3px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.hce-speak-word.is-current {
	background: #ffd65c !important;
	color: #082f49 !important;
	outline: 2px solid rgba(8, 47, 73, 0.3);
	box-shadow: 0 0 0 3px rgba(255, 214, 92, 0.35);
}

.hce-section-menu-toggle {
	display: none;
}

body.hce-speak-inline-meta-ready .hce-final-hero__copy::after {
	content: none !important;
	display: none !important;
}

body.postid-7523 .hce-final-hero__copy > .hce-speak-inline-meta {
	display: block !important;
	width: 100% !important;
	max-width: 650px !important;
	margin-top: 26px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.42) !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	line-height: 1.55 !important;
	letter-spacing: 0.01em !important;
}

@media (max-width: 1200px) and (min-width: 761px) {
	body.postid-7523 .hce-final-hero__copy > .hce-speak-inline-meta {
		font-size: 18px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hce-speak-word {
		transition: none !important;
	}
}

@media (max-width: 680px) {
	.hce-article-tools.hce-tools-ready {
		left: auto !important;
		right: 14px !important;
		width: 56px !important;
		min-width: 56px !important;
		padding: 4px !important;
	}

	.hce-article-tools.hce-tools-ready .hce-article-tools-toggle {
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		padding: 0 !important;
	}

	.hce-article-tools-panel a,
	.hce-article-tools-panel button {
		min-width: 0 !important;
		font-size: 14px !important;
	}

	.hce-article-tools-panel {
		right: 0 !important;
		min-width: 184px;
		width: 210px !important;
	}

	.ba-nav.hce-section-menu {
		display: block !important;
		padding: 9px 12px !important;
		overflow: visible !important;
	}

	.ba-nav.hce-section-menu > span {
		display: none !important;
	}

	.hce-section-menu-toggle {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 44px;
		padding: 8px 12px;
		background: #102738;
		color: #ffffff;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 7px;
		font: inherit;
		font-weight: 700;
		text-align: left;
		cursor: pointer;
	}

	.hce-section-chevron {
		width: 9px;
		height: 9px;
		margin: 0 4px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 160ms ease;
	}

	.hce-section-menu.is-open .hce-section-chevron {
		transform: rotate(225deg) translate(-2px, -2px);
	}

	.ba-nav.hce-section-menu:not(.is-open) > div {
		display: none !important;
	}

	.ba-nav.hce-section-menu.is-open > div {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding-top: 6px;
	}

	.ba-nav.hce-section-menu.is-open > div > a {
		display: block;
		width: 100%;
		padding: 10px 12px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		text-align: left;
	}
}

@media (max-width: 760px) {
	body.postid-7523 #main-content .main-section {
		padding-top: 0 !important;
	}

	body.postid-7523 .cs-blog-editor > .cs-main-post {
		display: none !important;
		margin: 0 !important;
	}

	body.postid-7523 .hce-final-hero__copy > .hce-speak-inline-meta {
		margin-top: 20px !important;
		padding-top: 15px !important;
		font-size: 17px !important;
		line-height: 1.5 !important;
	}

	body.postid-7523 .hce-final-signals > div {
		min-width: 0;
		min-height: 86px !important;
		gap: 8px !important;
		padding: 12px 9px !important;
		align-items: center;
	}

	body.postid-7523 .hce-final-signals b {
		flex: 0 0 40px !important;
		width: 40px !important;
		height: 40px !important;
		border-width: 3px !important;
		font-size: 12px !important;
	}

	body.postid-7523 .hce-final-signals > div > span {
		min-width: 0;
	}

	body.postid-7523 .hce-final-signals strong {
		white-space: nowrap !important;
		overflow-wrap: normal !important;
		word-break: keep-all !important;
		font-size: 10.5px !important;
		letter-spacing: 0.055em !important;
		line-height: 1.25 !important;
	}

	body.postid-7523 .hce-final-signals small {
		font-size: 12px !important;
		line-height: 1.3 !important;
	}
}
