.kx-content-page {
	background: var(--kx-cream);
}

.kx-content-main {
	min-height: 70vh;
	padding-top: 0;
	padding-bottom: 24px;
	background: var(--kx-cream);
}

.kx-content-hero {
	position: relative;
	overflow: hidden;
	padding: 30px 0 34px;
	background: var(--kx-green-950);
	color: var(--kx-white);
}

.kx-content-hero::after {
	position: absolute;
	right: -80px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border: 42px solid rgba(240, 196, 51, 0.16);
	border-radius: 50%;
	content: "";
}

.kx-content-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 820px);
	align-items: center;
	gap: 38px;
}

.kx-content-hero-grid--with-media {
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.kx-content-hero-grid--no-media .kx-content-hero-copy {
	max-width: 820px;
}

.kx-content-hero-copy {
	min-width: 0;
}

.kx-breadcrumb {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin: 0 0 22px;
	font-size: 13px;
	font-weight: 750;
	color: rgba(255, 255, 255, 0.78);
}

.kx-breadcrumb .kx-icon {
	width: 13px;
	height: 13px;
	transform: rotate(-90deg);
	flex: 0 0 auto;
}

.kx-breadcrumb a {
	text-decoration: none;
}

.kx-breadcrumb span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kx-article-category {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.01em;
	color: var(--kx-gold-soft);
}

.kx-article-category .kx-icon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: var(--kx-yellow);
	color: var(--kx-green-950);
}

.kx-content-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: var(--kx-white);
}

.kx-content-hero-description {
	max-width: 710px;
	margin-top: 18px;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.84);
}

.kx-content-hero-description > :first-child {
	margin-top: 0;
}

.kx-content-hero-description > :last-child {
	margin-bottom: 0;
}

.kx-content-hero-media {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 5px solid rgba(255, 255, 255, 0.11);
	border-radius: 28px;
	background: #0d2f20;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.kx-content-hero-image {
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	opacity: 0;
	transition: opacity 180ms ease;
}

.kx-content-hero-image.is-loaded,
.kx-content-hero-media noscript .kx-content-hero-image {
	opacity: 1;
}


.kx-content-section {
	padding: 44px 0;
}

.kx-content-section--primary {
	padding-top: 34px;
}

.kx-content-section--topics {
	background: var(--kx-gold-soft);
	border-top: 1px solid rgba(239, 189, 59, 0.35);
	border-bottom: 1px solid rgba(239, 189, 59, 0.35);
}

.kx-content-section--related {
	background: var(--kx-green-50);
}

.kx-content-bottom-cta {
	padding: 18px 0 2px;
}

.kx-content-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.kx-content-section-heading > div {
	display: flex;
	align-items: center;
	gap: 11px;
}

.kx-content-section-heading span {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 30px;
	padding: 0 9px;
	border-radius: 9px;
	background: var(--kx-yellow);
	font-size: 13px;
	font-weight: 900;
	color: var(--kx-green-950);
}

.kx-content-section-heading h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--kx-green-950);
}









[data-kx-random-post-candidate][hidden] {
	display: none !important;
}

[data-kx-random-posts]:not(.is-ready) [data-kx-random-post-candidate]:nth-child(n + 4) {
	display: none;
}




































.kx-content-cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin: 26px 0;
	padding: 22px;
	border: 1px solid rgba(239, 189, 59, 0.45);
	border-radius: 22px;
	background: var(--kx-green-900);
	color: var(--kx-white);
}

.kx-content-cta-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--kx-yellow);
	color: var(--kx-green-950);
}

.kx-content-cta-icon .kx-icon {
	width: 26px;
	height: 26px;
}

.kx-content-cta h2 {
	margin: 0 0 4px;
	font-size: 21px;
	line-height: 1.25;
	color: var(--kx-white);
}

.kx-content-cta p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.76);
}

.kx-content-cta button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 17px;
	border: 0;
	border-radius: 14px;
	background: var(--kx-yellow);
	font-weight: 900;
	color: var(--kx-green-950);
	cursor: pointer;
}

.kx-content-cta button .kx-icon {
	width: 17px;
	height: 17px;
}

.kx-topic-links,
.kx-category-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kx-topic-links a,
.kx-category-links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 15px;
	border: 1px solid rgba(23, 74, 49, 0.16);
	border-radius: 999px;
	background: var(--kx-white);
	font-size: 14px;
	font-weight: 820;
	text-decoration: none;
	color: var(--kx-green-900);
}

.kx-topic-links small,
.kx-category-links small {
	display: inline-grid;
	place-items: center;
	min-width: 26px;
	height: 26px;
	padding: 0 6px;
	border-radius: 8px;
	background: var(--kx-yellow);
	font-size: 11px;
	color: var(--kx-green-950);
}

.kx-content-context-strip {
	padding: 24px 0;
	border-bottom: 1px solid var(--kx-border);
	background: var(--kx-white);
}

.kx-content-context-strip h2 {
	margin: 0 0 14px;
	font-size: 17px;
	color: var(--kx-green-950);
}

.kx-category-links a .kx-icon {
	width: 18px;
	height: 18px;
	color: var(--kx-green-700);
}

.kx-content-empty {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 24px;
	border: 1px solid var(--kx-border);
	border-radius: 18px;
	background: var(--kx-white);
}

.kx-content-empty > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--kx-gold-soft);
	color: var(--kx-green-800);
}

.kx-content-empty p {
	margin: 0;
}

.kx-content-pagination {
	margin-top: 26px;
}

.kx-content-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.kx-content-pagination a,
.kx-content-pagination span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid var(--kx-border);
	border-radius: 12px;
	background: var(--kx-white);
	font-weight: 850;
	text-decoration: none;
}

.kx-content-pagination .current {
	border-color: var(--kx-green-800);
	background: var(--kx-green-800);
	color: var(--kx-white);
}

.kx-article-header {
	padding: 28px 0 30px;
	background: var(--kx-green-950);
	color: var(--kx-white);
}

.kx-article-header-inner {
	max-width: 930px;
}

.kx-article-category {
	margin-bottom: 12px;
	text-decoration: none;
}

.kx-article-category .kx-icon {
	padding: 8px;
}

.kx-article-header h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: var(--kx-white);
}

.kx-article-summary {
	margin: 0 0 20px;
	padding: 15px 17px;
	border: 1px solid #ead486;
	border-left: 4px solid var(--kx-yellow);
	border-radius: 14px;
	background: #fff7d7;
	box-shadow: 0 5px 16px rgba(83, 70, 20, 0.05);
	color: var(--kx-green-950);
}

.kx-article-summary span {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 900;
	color: var(--kx-green-700);
}

.kx-article-summary p {
	margin: 0;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.62;
}

.kx-article-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.kx-article-topics a {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	color: var(--kx-white);
}

.kx-article-layout {
	max-width: 930px;
	padding-top: 28px;
	padding-bottom: 46px;
}

.kx-article-primary {
	min-width: 0;
}

.kx-article-featured {
	margin: 0 0 18px;
	overflow: hidden;
	border-radius: 24px;
	background: var(--kx-green-100);
	box-shadow: var(--kx-shadow-sm);
}

.kx-article-featured img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.kx-article-actions {
	display: flex;
	gap: 10px;
	margin: 0 0 22px;
}

.kx-article-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--kx-border);
	border-radius: 13px;
	background: var(--kx-white);
	font-size: 13px;
	font-weight: 850;
	color: var(--kx-green-900);
	cursor: pointer;
}

.kx-article-actions button.is-saved {
	border-color: var(--kx-yellow);
	background: var(--kx-gold-soft);
}

.kx-article-actions .kx-icon {
	width: 17px;
	height: 17px;
}

.kx-taxonomy-actions-wrap {
	padding-top: 12px;
}

.kx-taxonomy-actions {
	max-width: 360px;
	margin: 0;
}

.kx-article-content {
	padding: 28px clamp(20px, 4vw, 44px);
	border: 1px solid var(--kx-border);
	border-radius: 24px;
	background: var(--kx-white);
	box-shadow: 0 10px 30px rgba(23, 74, 49, 0.05);
	font-size: 17px;
	line-height: 1.82;
	color: var(--kx-ink);
}

.kx-article-content > :first-child {
	margin-top: 0;
}

.kx-article-content > :last-child {
	margin-bottom: 0;
}

.kx-article-content h2,
.kx-article-content h3,
.kx-article-content h4 {
	line-height: 1.3;
	color: var(--kx-green-950);
}

.kx-article-content h2 {
	margin: 34px 0 14px;
	font-size: 27px;
}

.kx-article-content h3 {
	margin: 28px 0 12px;
	font-size: 22px;
}

.kx-article-content p,
.kx-article-content ul,
.kx-article-content ol,
.kx-article-content blockquote,
.kx-article-content figure,
.kx-article-content table {
	margin-top: 0;
	margin-bottom: 20px;
}

.kx-article-content a {
	font-weight: 700;
	color: var(--kx-green-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.kx-article-content ul,
.kx-article-content ol {
	padding-left: 24px;
}

.kx-article-content li + li {
	margin-top: 8px;
}

.kx-article-content blockquote {
	padding: 18px 20px;
	border: 0;
	border-left: 5px solid var(--kx-yellow);
	border-radius: 0 16px 16px 0;
	background: var(--kx-gold-soft);
	color: var(--kx-green-950);
}

.kx-article-content .wp-block-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.kx-article-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.kx-article-content th,
.kx-article-content td {
	padding: 11px 12px;
	border: 1px solid var(--kx-border);
	text-align: left;
	vertical-align: top;
}

.kx-article-content th {
	background: var(--kx-gold-soft);
	color: var(--kx-green-950);
}

.kx-article-content iframe,
.kx-article-content video {
	max-width: 100%;
}

.kx-article-primary > .kx-content-cta {
	margin-bottom: 0;
}

@media screen and (max-width: 900px) {
	.kx-content-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.kx-content-hero-media,
	.kx-content-hero-image {
		min-height: 300px;
	}

	
}

@media screen and (max-width: 680px) {
	.kx-content-main {
		padding-top: 0;
		padding-bottom: calc(var(--kx-bottom-nav-height) + 24px);
	}

	.kx-content-hero {
		padding: 22px 0 24px;
	}

	.kx-content-hero-grid {
		gap: 20px;
	}

	.kx-breadcrumb {
		margin-bottom: 17px;
		font-size: 12px;
	}

	.kx-content-hero h1 {
		font-size: clamp(31px, 10vw, 44px);
	}

	.kx-content-hero-description {
		margin-top: 13px;
		font-size: 15px;
		line-height: 1.62;
	}

	.kx-content-hero-media,
	.kx-content-hero-image {
		min-height: 0;
		aspect-ratio: 16 / 9;
		border-width: 3px;
		border-radius: 20px;
	}

	.kx-content-section {
		padding: 30px 0;
	}

	.kx-content-section-heading {
		margin-bottom: 16px;
	}

	.kx-content-section-heading h2 {
		font-size: 24px;
	}

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	.kx-content-cta {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		margin: 18px 0;
		padding: 17px;
		border-radius: 18px;
	}

	.kx-content-cta-icon {
		width: 44px;
		height: 44px;
		border-radius: 13px;
	}

	.kx-content-cta h2 {
		font-size: 18px;
	}

	.kx-content-cta p {
		font-size: 13px;
	}

	.kx-content-cta button {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 44px;
	}

	.kx-topic-links,
	.kx-category-links {
		gap: 8px;
	}

	.kx-topic-links a,
	.kx-category-links a {
		min-height: 42px;
		font-size: 13px;
	}

	.kx-article-header {
		padding: 16px 0 22px;
	}

	.kx-article-header-inner,
	.kx-article-layout {
		width: calc(100% - 28px);
	}

	.kx-breadcrumb--single {
		margin-bottom: 12px;
		overflow: hidden;
	}

	.kx-breadcrumb--single a {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.kx-article-header h1 {
		font-size: clamp(28px, 8.4vw, 39px);
		line-height: 1.18;
	}

	.kx-article-layout {
		padding-top: 16px;
		padding-bottom: 28px;
	}

	.kx-article-featured {
		border-radius: 18px;
	}

	.kx-article-actions {
		margin-bottom: 14px;
	}

	.kx-article-actions button {
		flex: 1;
	}

	.kx-taxonomy-actions-wrap {
		width: calc(100% - 28px);
		padding-top: 10px;
	}

	.kx-taxonomy-actions {
		max-width: none;
	}

	.kx-article-summary {
		margin-bottom: 16px;
		padding: 14px 15px;
	}

	.kx-article-summary p {
		font-size: 15px;
	}

	.kx-content-page .kx-bottom-navigation .kx-bottom-text {
		font-size: 10.5px;
		line-height: 1.1;
	}

	.kx-article-content {
		padding: 22px 18px;
		border-radius: 18px;
		font-size: 16px;
		line-height: 1.78;
	}

	.kx-article-content h2 {
		font-size: 23px;
	}

	.kx-article-content h3 {
		font-size: 20px;
	}
}

.kx-saved-hero {
	padding: 30px 0;
	background: var(--kx-green-950);
	color: var(--kx-white);
}

.kx-saved-hero-title {
	display: flex;
	align-items: center;
	gap: 17px;
}

.kx-saved-hero-title > span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 19px;
	background: var(--kx-yellow);
	color: var(--kx-green-950);
}

.kx-saved-hero-title .kx-icon {
	width: 30px;
	height: 30px;
}

.kx-saved-hero h1 {
	margin: 0;
	font-size: clamp(30px, 5vw, 46px);
	line-height: 1.15;
	color: var(--kx-white);
}

.kx-saved-hero p {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.kx-saved-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.kx-saved-item {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--kx-border);
	border-radius: 18px;
	background: var(--kx-white);
}

.kx-saved-item-media {
	min-height: 145px;
	background: var(--kx-gold-soft);
}

.kx-saved-item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kx-saved-item-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 16px;
}

.kx-saved-item h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.kx-saved-item h2 a {
	text-decoration: none;
}

.kx-saved-item-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 14px;
}

.kx-saved-item-actions a {
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	color: var(--kx-green-800);
}

.kx-saved-item-actions button {
	padding: 5px 8px;
	border: 0;
	background: transparent;
	font-size: 12px;
	font-weight: 800;
	color: #8a342c;
	cursor: pointer;
}

@media screen and (max-width: 680px) {
	.kx-saved-hero {
		padding: 22px 0;
	}

	.kx-saved-hero-title > span {
		width: 50px;
		height: 50px;
		border-radius: 15px;
	}

	.kx-saved-list {
		grid-template-columns: 1fr;
	}

	.kx-saved-item {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	.kx-saved-item-media {
		min-height: 126px;
	}

	.kx-saved-item-body {
		padding: 13px;
	}

	.kx-saved-item h2 {
		font-size: 16px;
	}
}

/* Category and topic editorial sequence: v1.9.4 */































































/* Kishanix content pages v1.9.5: separated utility cards and fixed bottom nav. */














































.kx-bottom-nav-fixed .kx-bottom-navigation,
.kx-bottom-navigation--fixed {
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: none !important;
}

/* Archive listings reuse the exact card components already used on the homepage. */
.kx-archive-featured-list {
	display: grid;
	gap: 20px;
}

.kx-content-continuation {
	padding-top: 0;
}

.kx-content-continuation .kx-update-portrait-grid + .kx-archive-compact-list {
	margin-top: 18px;
}

.kx-update-featured--no-image .kx-update-content,
.kx-update-portrait--no-image .kx-update-portrait-content {
	min-height: 0;
}

.kx-update-small--compact.kx-update-small--no-image {
	grid-template-columns: 1fr;
	min-height: 0;
}

[data-kx-random-post-candidate][hidden] {
	display: none !important;
}

[data-kx-random-posts]:not(.is-ready) [data-kx-random-post-candidate]:nth-child(n + 4) {
	display: none;
}

@media screen and (max-width: 680px) {
	.kx-archive-featured-list {
		gap: 16px;
	}
}

/* v1.9.8: consistent mobile side breathing room for content-page headers. */
@media screen and (max-width: 680px) {
	.kx-content-page .kx-content-hero > .kx-container,
	.kx-single-post-page .kx-article-header-inner {
		width: calc(100% - 36px) !important;
		margin-inline: auto;
	}
}

/* Category topic buttons - centred, subtle raised treatment */
.kx-category-page .kx-topic-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.kx-category-page .kx-topic-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 135px;
	min-height: 44px;
	padding: 9px 16px;

	background: linear-gradient(180deg, #ffffff 0%, #faf8ef 100%);
	border: 1px solid rgba(24, 82, 52, 0.16);
	border-radius: 10px;

	box-shadow:
		0 3px 0 rgba(24, 82, 52, 0.10),
		0 5px 10px rgba(24, 82, 52, 0.07);

	color: var(--kx-green-900);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;

	transition:
		transform 0.12s ease,
		box-shadow 0.12s ease;
}

.kx-category-page .kx-topic-links a::after {
	display: none;
}

.kx-category-page .kx-topic-links a:hover {
	transform: translateY(-1px);
	box-shadow:
		0 4px 0 rgba(24, 82, 52, 0.10),
		0 7px 13px rgba(24, 82, 52, 0.09);
}

.kx-category-page .kx-topic-links a:active {
	transform: translateY(2px);
	box-shadow:
		0 1px 0 rgba(24, 82, 52, 0.10),
		0 2px 4px rgba(24, 82, 52, 0.06);
}

@media (max-width: 600px) {
	.kx-category-page .kx-topic-links {
		gap: 9px 8px;
		padding-left: 2px;
		padding-right: 2px;
	}

	.kx-category-page .kx-topic-links a {
		min-width: 0;
		max-width: 100%;
		min-height: 42px;
		padding: 8px 13px;
		border-radius: 9px;
		font-size: 12.5px;
	}
}

/* Category Save / Share - simple actions at bottom-right of hero */
.kx-category-page .kx-content-hero-copy {
	position: relative;
}

.kx-category-page .kx-content-hero-copy > .kx-taxonomy-actions-wrap {
	position: absolute;
	top: auto;
	right: 18px;
	bottom: 13px;
	z-index: 3;
	width: auto;
	margin: 0;
	padding: 0;
}

.kx-category-page .kx-taxonomy-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	width: auto;
	margin: 0;
}

.kx-category-page .kx-taxonomy-actions button {
	display: inline-flex;
	align-items: center;
	gap: 5px;

	width: auto;
	height: auto;
	min-height: 0;
	padding: 0;

	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;

	color: var(--kx-yellow);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.kx-category-page .kx-taxonomy-actions button:hover {
	background: transparent;
	box-shadow: none;
	transform: none;
	opacity: 0.82;
}

.kx-category-page .kx-taxonomy-actions button:active {
	background: transparent;
	box-shadow: none;
	transform: none;
}

.kx-category-page .kx-taxonomy-actions button.is-saved {
	background: transparent;
	border: 0;
	color: var(--kx-yellow);
}

.kx-category-page .kx-taxonomy-actions .kx-icon {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

/* Restore visible Save / Share labels */
.kx-category-page .kx-taxonomy-actions button span {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* No artificial space beside breadcrumb/title */
.kx-category-page .kx-content-hero-copy .kx-breadcrumb {
	padding-right: 0;
}

@media screen and (max-width: 680px) {
	.kx-category-page .kx-content-hero-copy > .kx-taxonomy-actions-wrap {
		right: 14px;
		bottom: 11px;
	}

	.kx-category-page .kx-taxonomy-actions {
		gap: 15px;
	}

	.kx-category-page .kx-taxonomy-actions button {
		font-size: 10.5px;
	}

	.kx-category-page .kx-taxonomy-actions .kx-icon {
		width: 13px;
		height: 13px;
		flex-basis: 13px;
	}
}

/* Category Save / Share - final position: top-right of hero */
.kx-category-page .kx-content-hero-copy > .kx-taxonomy-actions-wrap {
	position: absolute !important;
	top: 13px !important;
	right: 14px !important;
	bottom: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 5;
}

.kx-category-page .kx-taxonomy-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin: 0;
	width: auto;
}

.kx-category-page .kx-taxonomy-actions button {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: auto;
	min-width: 0;
	height: auto;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--kx-yellow);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.kx-category-page .kx-taxonomy-actions .kx-icon {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.kx-category-page .kx-taxonomy-actions button:hover,
.kx-category-page .kx-taxonomy-actions button:active,
.kx-category-page .kx-taxonomy-actions button.is-saved {
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none;
	color: var(--kx-yellow);
}

.kx-category-page .kx-taxonomy-actions button span {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: nowrap !important;
}

.kx-category-page .kx-content-hero-copy .kx-breadcrumb {
	padding-right: 0 !important;
}

@media (max-width: 600px) {
	.kx-category-page .kx-content-hero-copy > .kx-taxonomy-actions-wrap {
		top: 13px !important;
		right: 12px !important;
	}

	.kx-category-page .kx-taxonomy-actions {
		gap: 12px;
	}

	.kx-category-page .kx-taxonomy-actions button {
		font-size: 9.5px;
	}
}
