@media screen and (max-width: 1100px) {
	.kx-quick-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.kx-updates-layout {
		grid-template-columns: 1fr;
	}

	.kx-update-supporting {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}
}

@media screen and (max-width: 900px) {
	:root {
		--kx-header-height: 72px;
	}

	.admin-bar .kx-app-header {
		top: 46px;
	}

	.kx-section {
		padding: 38px 0;
	}

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

	.kx-quick-card {
		min-height: 116px;
	}

	.kx-update-featured,
	.kx-shg-banner {
		grid-template-columns: 1fr;
	}

	.kx-update-featured .kx-media-link {
		height: 360px;
	}

	.kx-shg-copy {
		padding: 32px;
	}

	.kx-shg-image {
		height: 330px;
	}

	.kx-shg-image::before {
		background: linear-gradient(180deg, #6d3045 0, transparent 35%);
	}

	.kx-tech-card {
		grid-template-columns: 1fr;
	}

	.kx-tech-image {
		height: 210px;
	}

	.kx-special-topics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 720px) {
	:root {
		--kx-bottom-nav-height: 68px;
	}

	.kx-container {
		width: min(calc(100% - 24px), var(--kx-container));
	}

	.kx-header-inner {
		width: calc(100% - 18px);
		grid-template-columns: 44px minmax(0, 1fr) auto;
		gap: 6px;
	}

	.kx-header-logo-image {
		max-width: 164px;
		height: 42px;
	}

	.kx-header-icon-button {
		width: 40px;
		height: 40px;
		border-radius: 13px;
	}

	.kx-compact-ask {
		min-height: 38px;
		padding: 0 14px;
		font-size: 13px;
	}

	.kx-search-panel {
		top: 8px;
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		padding: 18px;
		border-radius: 20px;
	}

	.kx-search-form {
		grid-template-columns: auto minmax(0, 1fr);
		padding-right: 12px;
	}

	.kx-search-form button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.kx-ask-sheet {
		padding-inline: 16px;
		border-radius: 24px 24px 0 0;
	}

	.kx-ask-head h2 {
		font-size: 21px;
	}

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

	.kx-ask-submit-row {
		align-items: stretch;
		flex-direction: column;
	}

	.kx-ask-submit-row button {
		width: 100%;
	}

	.kx-section {
		padding: 32px 0;
	}

	.kx-section-heading--intro,
	.kx-heading-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.kx-section-heading--intro > span {
		max-width: 100%;
		font-size: 12px;
		text-align: left;
	}

	.kx-section-heading h1,
	.kx-section-heading h2,
	.kx-shg-copy h2,
	.kx-local-copy h2,
	.kx-mandi-head h2,
	.kx-forms-intro h2 {
		font-size: clamp(24px, 7vw, 31px);
	}

	.kx-quick-section {
		padding-top: 22px;
	}

	.kx-quick-grid {
		gap: 8px;
	}

	.kx-quick-card {
		min-height: 108px;
		padding: 12px 6px;
		border-radius: 16px;
	}

	.kx-quick-icon {
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.kx-quick-card strong {
		font-size: 11px;
	}

	.kx-update-featured .kx-media-link {
		height: 245px;
	}

	.kx-update-content {
		padding: 20px;
	}

	.kx-update-supporting {
		grid-template-columns: 1fr;
	}

	.kx-update-small {
		grid-template-columns: 122px minmax(0, 1fr);
		min-height: 126px;
	}

	.kx-update-small h3 {
		font-size: 15px;
	}

	.kx-local-card,
	.kx-mandi-card,
	.kx-forms-card {
		padding: 20px;
		border-radius: 22px;
	}

	.kx-local-copy {
		gap: 12px;
	}

	.kx-location-mark {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.kx-location-form {
		grid-template-columns: 1fr;
	}

	.kx-location-form button {
		justify-content: center;
	}

	.kx-local-results {
		grid-template-columns: 1fr;
	}

	.kx-shg-banner {
		min-height: 0;
		border-radius: 22px;
	}

	.kx-shg-copy {
		padding: 24px;
	}

	.kx-shg-image {
		height: 260px;
	}

	.kx-priority-grid,
	.kx-tech-grid,
	.kx-form-links,
	.kx-news-layout {
		grid-template-columns: 1fr;
	}

	.kx-priority-card {
		min-height: 98px;
	}

	.kx-tech-card {
		grid-template-columns: 44% minmax(0, 1fr);
		min-height: 150px;
	}

	.kx-tech-image {
		height: auto;
	}

	.kx-tech-card > div {
		padding: 16px;
	}

	.kx-tech-card h3 {
		font-size: 17px;
	}

	.kx-video-item {
		grid-template-columns: 128px minmax(0, 1fr);
		gap: 12px;
		padding: 8px;
	}

	.kx-video-thumb {
		height: 84px;
	}

	.kx-video-item h3 {
		font-size: 15px;
	}

	.kx-video-item > .kx-icon {
		display: none;
	}

	.kx-form-links a {
		padding: 11px;
	}

	.kx-special-topics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kx-special-topic {
		min-height: 138px;
	}

	.kx-mandi-table {
		overflow-x: auto;
	}

	.kx-mandi-row {
		min-width: 560px;
	}

	.kx-news-image {
		height: 235px;
	}

	.kx-footer-brand,
	.kx-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.kx-footer-brand p {
		text-align: left;
	}

	.kx-footer-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.kx-toast {
		top: 76px;
	}
}

@media screen and (min-width: 901px) {
	.kx-bottom-navigation {
		display: none;
	}

	.kx-homepage {
		padding-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}


/* v1.1 mobile navigation and quick access */
@media screen and (max-width: 1100px) {
	.kx-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media screen and (max-width: 720px) {
	:root { --kx-bottom-nav-height: 76px; }
	.kx-header-inner { grid-template-columns: 44px minmax(0, 1fr) 44px; }
	.kx-header-logo-image { max-width: 170px; height: 44px; }
	.kx-bottom-navigation { display: grid; }
}

/* Kishanix Homepage v1.2 mobile density */
@media screen and (max-width: 720px) {
	:root {
		--kx-header-height: 58px;
		--kx-bottom-nav-height: 66px;
	}

	.kx-container {
		width: calc(100% - 14px);
	}

	.kx-app-header {
		height: 58px;
	}

	.kx-app-header.is-compact {
		height: 50px;
	}

	.kx-header-inner {
		width: calc(100% - 12px);
	}

	.kx-header-logo-image {
		max-width: 148px;
		height: 38px;
	}

	.kx-header-icon-button {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.kx-section {
		padding: 15px 0;
	}

	.kx-quick-section {
		padding-top: 9px;
	}

	.kx-section-heading,
	.kx-section-heading--intro {
		margin-bottom: 8px;
	}

	.kx-section-heading--intro {
		display: block;
	}

	.kx-section-heading--intro > span {
		display: none;
	}

	.kx-section-heading h1,
	.kx-section-heading h2,
	.kx-shg-copy h2,
	.kx-local-copy h2,
	.kx-mandi-head h2,
	.kx-forms-cta-card h2 {
		font-size: 21px;
	}

	.kx-quick-grid {
		gap: 5px;
	}

	.kx-quick-card {
		min-height: 62px;
		padding: 6px 5px;
		border-radius: 9px;
	}

	.kx-quick-card strong {
		font-size: 12.5px;
		line-height: 1.22;
	}

	.kx-update-featured {
		grid-template-columns: 1fr;
	}

	.kx-update-featured .kx-media-link {
		height: 178px;
	}

	.kx-update-content {
		padding: 12px;
	}

	.kx-update-content h3 {
		font-size: 18px;
	}

	.kx-update-content p {
		display: -webkit-box;
		margin: 5px 0 7px;
		overflow: hidden;
		font-size: 12px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.kx-update-supporting {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.kx-update-small {
		grid-template-columns: 100px minmax(0, 1fr);
		min-height: 88px;
	}

	.kx-update-small > div {
		padding: 8px;
	}

	.kx-update-small h3 {
		margin-top: 4px;
		font-size: 13px;
		line-height: 1.25;
	}

	.kx-local-card,
	.kx-mandi-card {
		padding: 13px;
		border-radius: 13px;
	}

	.kx-location-form {
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}

	.kx-location-form button {
		grid-column: 1 / -1;
		height: 40px;
		justify-content: center;
	}

	.kx-location-form input {
		height: 40px;
		padding-inline: 9px;
		font-size: 12px;
	}

	.kx-local-results:not(.has-location) {
		display: none;
	}

	.kx-local-results {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
	}

	.kx-local-results > div {
		display: block;
		padding: 7px;
	}

	.kx-local-results > div > span {
		display: none;
	}

	.kx-local-results strong {
		font-size: 11px;
	}

	.kx-local-results small {
		font-size: 9px;
	}

	.kx-shg-banner {
		grid-template-columns: 1fr;
		border-radius: 13px;
	}

	.kx-shg-copy {
		padding: 15px;
	}

	.kx-shg-copy > span {
		font-size: 11px;
	}

	.kx-shg-collage {
		min-height: 155px;
		padding: 6px;
	}

	.kx-video-item {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 8px;
		padding: 5px;
	}

	.kx-video-thumb {
		height: 68px;
	}

	.kx-video-item h3 {
		font-size: 13px;
		line-height: 1.25;
	}

	.kx-video-item > .kx-icon,
	.kx-video-item small,
	.kx-video-item > div > span {
		display: none;
	}

	.kx-mandi-head {
		display: block;
	}

	.kx-mandi-table {
		margin-top: 8px;
	}

	.kx-mandi-row {
		min-width: 480px;
		min-height: 36px;
	}

	.kx-priority-card {
		min-height: 84px;
		padding: 11px;
	}

	.kx-priority-card strong {
		font-size: 14px;
	}

	.kx-priority-card small {
		font-size: 10px;
	}

	.kx-content-card-grid {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.kx-content-card {
		display: grid;
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 88px;
	}

	.kx-content-card-image {
		height: 100%;
		min-height: 88px;
	}

	.kx-content-card > div {
		padding: 9px;
	}

	.kx-content-card h3 {
		font-size: 14px;
	}

	.kx-content-card p {
		font-size: 10px;
	}

	.kx-news-layout {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.kx-news-image {
		height: 168px;
	}

	.kx-news-featured h3 {
		font-size: 17px;
	}

	.kx-news-headlines {
		gap: 5px;
	}

	.kx-news-headlines article {
		min-height: 58px;
		padding: 9px 10px;
	}

	.kx-news-headlines h3 {
		font-size: 13px;
	}

	.kx-forms-cta-card {
		min-height: 112px;
		padding: 14px;
	}

	.kx-forms-cta-card h2 {
		font-size: 21px;
	}

	.kx-forms-cta-card small {
		font-size: 11px;
	}

	.kx-tech-grid {
		gap: 6px;
	}

	.kx-tech-image {
		height: 158px;
	}

	.kx-tech-image > span {
		padding: 12px;
	}

	.kx-tech-image > span strong {
		font-size: 17px;
	}

	.kx-tech-image > span small {
		font-size: 10px;
	}

	.kx-animal-grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.kx-animal-card {
		min-height: 58px;
		padding: 9px 11px;
	}

	.kx-animal-card strong {
		font-size: 13px;
	}

	.kx-land-panel {
		padding: 14px;
		border-radius: 13px;
	}

	.kx-land-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}

	.kx-land-buttons a {
		min-height: 42px;
		padding: 7px 8px;
		font-size: 12px;
	}

	.kx-site-footer {
		padding: 22px 0 14px;
	}

	.kx-bottom-navigation {
		height: calc(66px + env(safe-area-inset-bottom));
	}
}

/* Kishanix Homepage v1.3 mobile refinements */
@media screen and (max-width: 720px) {
	:root {
		--kx-bottom-nav-height: 58px;
	}

	.kx-shg-banner {
		grid-template-columns: 1fr;
	}

	.kx-shg-copy {
		padding: 14px;
	}

	.kx-shg-media {
		min-height: 0;
	}

	.kx-shg-media img {
		width: 100%;
		height: auto;
	}

	.kx-priority-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.kx-priority-card,
	.kx-priority-card img {
		min-height: 118px;
	}

	.kx-priority-card > span {
		padding: 8px;
		font-size: 13px;
	}

	.kx-scheme-grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.kx-scheme-card {
		min-height: 0;
		padding: 10px 11px;
	}

	.kx-scheme-card strong {
		font-size: 14px;
	}

	.kx-scheme-card small {
		margin-top: 2px;
		font-size: 10px;
	}

	.kx-crop-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.kx-crop-guide-card,
	.kx-crop-guide-card img {
		min-height: 112px;
		height: 112px;
	}

	.kx-crop-guide-card strong {
		padding: 8px;
		font-size: 12px;
	}

	.kx-site-footer {
		padding: 16px 0 10px;
	}

	.kx-footer-links {
		gap: 10px;
		margin-top: 10px;
		padding-top: 9px;
	}

	.kx-footer-bottom {
		margin-top: 9px;
	}

	.kx-bottom-navigation {
		height: calc(58px + env(safe-area-inset-bottom));
		gap: 2px;
		padding: 3px 3px calc(3px + env(safe-area-inset-bottom));
	}

	.kx-bottom-navigation .kx-bottom-item {
		min-height: 46px;
		padding: 3px 1px;
	}

	.kx-bottom-navigation .kx-bottom-item > span {
		width: 20px;
		height: 19px;
	}

	.kx-bottom-navigation .kx-bottom-item .kx-icon {
		width: 16px;
		height: 16px;
	}

	.kx-bottom-navigation .kx-bottom-item small {
		font-size: 7.5px;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		min-height: 46px;
		padding-inline: 3px;
		gap: 3px;
	}

	.kx-bottom-navigation .kx-bottom-ask > span {
		width: 18px;
		height: 18px;
		margin: 0;
	}

	.kx-bottom-navigation .kx-bottom-ask > span .kx-icon {
		width: 17px;
		height: 17px;
	}

	.kx-bottom-navigation .kx-bottom-ask small {
		font-size: 7px;
		line-height: 1;
	}
}

/* Kishanix Homepage v1.4 mobile overrides */
@media screen and (max-width: 900px) {
	.kx-priority-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.kx-priority-card,
	.kx-priority-card img {
		min-height: 132px;
	}
}

@media screen and (max-width: 720px) {
	:root {
		--kx-bottom-nav-height: 48px;
	}

	.kx-header-icon-button,
	.kx-menu-trigger {
		width: 38px;
		height: 38px;
		background: transparent;
		box-shadow: none;
	}

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

	.kx-priority-card,
	.kx-priority-card img {
		min-height: 120px;
	}

	.kx-priority-card > span {
		padding: 9px;
		font-size: 14px;
	}

	.kx-bottom-navigation {
		height: calc(48px + env(safe-area-inset-bottom));
		padding: 2px 4px calc(2px + env(safe-area-inset-bottom));
	}

	.kx-bottom-navigation .kx-bottom-item {
		min-height: 39px;
		padding: 2px;
		font-size: 11.5px;
	}

	.kx-bottom-navigation .kx-bottom-text {
		font-size: 11.5px;
	}

	.kx-bottom-navigation .kx-bottom-home .kx-icon {
		width: 22px;
		height: 22px;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		min-height: 37px;
		margin-bottom: 4px;
		padding-inline: 6px;
		font-size: 10.5px;
	}
}

/* Kishanix Homepage v1.5 - mobile bottom navigation sizing */
@media screen and (max-width: 720px) {
	:root {
		--kx-bottom-nav-height: 56px;
	}

	.kx-bottom-navigation {
		grid-template-columns: 0.74fr 1.16fr 1.3fr 0.98fr 0.88fr;
		height: calc(var(--kx-bottom-nav-height) + env(safe-area-inset-bottom));
		gap: 4px;
		padding: 4px 6px calc(4px + env(safe-area-inset-bottom));
	}

	.kx-bottom-navigation .kx-bottom-item {
		min-height: 40px;
		padding: 4px;
		border-radius: 8px;
		font-size: 12px;
	}

	.kx-bottom-navigation .kx-bottom-text {
		font-size: 12px;
	}

	.kx-bottom-navigation .kx-bottom-home {
		width: 41px;
		min-height: 40px;
	}

	.kx-bottom-navigation .kx-bottom-home .kx-icon {
		width: 22px;
		height: 22px;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		width: 58px;
		height: 58px;
		min-width: 58px;
		min-height: 58px;
		margin-top: -12px;
		padding: 7px 5px;
		border-width: 4px;
		font-size: 10px;
	}
}

@media screen and (max-width: 390px) {
	.kx-bottom-navigation {
		gap: 3px;
		padding-inline: 4px;
	}

	.kx-bottom-navigation .kx-bottom-item,
	.kx-bottom-navigation .kx-bottom-text {
		font-size: 11px;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		width: 56px;
		height: 56px;
		min-width: 56px;
		min-height: 56px;
		font-size: 9.5px;
	}
}

/* Kishanix Homepage v1.6 - mobile navigation correction */
@media screen and (max-width: 720px) {
	.kx-bottom-navigation {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 5px;
		padding-inline: 6px;
	}

	.kx-bottom-navigation .kx-bottom-item {
		width: 100%;
		min-width: 0;
		padding-inline: 3px;
	}

	.kx-bottom-navigation .kx-bottom-home {
		width: 100%;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		box-sizing: border-box;
		width: 58px;
		height: 58px;
		min-width: 58px;
		min-height: 58px;
		max-width: 58px;
		max-height: 58px;
		aspect-ratio: 1 / 1;
		justify-self: center;
		border-radius: 50% !important;
	}
}

@media screen and (max-width: 390px) {
	.kx-bottom-navigation {
		gap: 4px;
		padding-inline: 4px;
	}

	.kx-bottom-navigation .kx-bottom-ask {
		width: 56px;
		height: 56px;
		min-width: 56px;
		min-height: 56px;
		max-width: 56px;
		max-height: 56px;
	}
}

/* Kishanix Homepage v1.7 - mobile category and forms refinement */
@media screen and (max-width: 720px) {
	.kx-quick-card strong {
		font-size: 15.5px;
	}

	.kx-forms-cta-card {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 9px;
		padding: 16px;
	}

	.kx-forms-download-button {
		min-height: 34px;
		padding: 7px 9px;
		font-size: 11.5px;
	}
}

@media screen and (max-width: 360px) {
	.kx-quick-card strong {
		font-size: 15px;
	}

	.kx-forms-download-button {
		padding-inline: 7px;
		font-size: 11px;
	}
}


/* Final mobile rules for the adaptive must-see section. */
@media screen and (max-width: 1100px) {
	.kx-update-supporting {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}
}

@media screen and (max-width: 720px) {
	.kx-update-portrait-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.kx-update-portrait-grid--count-1 {
		grid-template-columns: 1fr;
	}

	.kx-update-portrait-image {
		aspect-ratio: 4 / 3;
	}

	.kx-update-portrait-content {
		padding: 8px;
	}

	.kx-update-portrait .kx-card-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.kx-update-portrait .kx-card-meta time {
		font-size: 9px;
	}

	.kx-update-portrait h3 {
		margin-top: 5px;
		font-size: 12.5px;
		line-height: 1.28;
		-webkit-line-clamp: 4;
	}

	.kx-update-compact-list {
		gap: 6px;
	}

	.kx-update-small--compact {
		grid-template-columns: minmax(0, 48%) minmax(0, 52%);
		min-height: 104px;
	}

	.kx-update-small--compact .kx-update-small-image {
		min-height: 104px;
	}

	.kx-update-small--compact > div {
		padding: 8px;
	}

	.kx-update-small--compact h3 {
		font-size: 12.5px;
		line-height: 1.25;
		-webkit-line-clamp: 3;
	}
}

/* Kishanix Child 1.8.2: readable must-see layout for outdoor mobile use. */
@media screen and (max-width: 720px) {
	.kx-updates-section {
		padding-top: 24px;
		padding-bottom: 34px;
	}

	.kx-updates-section .kx-container {
		width: min(calc(100% - 24px), var(--kx-container));
	}

	.kx-updates-section .kx-heading-row--simple {
		margin-bottom: 14px;
	}

	.kx-updates-section .kx-heading-row--simple h2 {
		font-size: 23px;
		line-height: 1.25;
	}

	.kx-updates-layout {
		gap: 16px;
	}

	.kx-update-featured {
		border-radius: 15px;
	}

	.kx-update-featured .kx-media-link {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.kx-update-content {
		padding: 16px;
	}

	.kx-update-content h3 {
		margin: 0;
		font-size: 20px;
		line-height: 1.4;
	}

	.kx-update-content p {
		display: -webkit-box;
		margin: 10px 0 0;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.55;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.kx-update-supporting,
	.kx-update-portrait-grid,
	.kx-update-portrait-grid--count-1 {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.kx-update-portrait {
		border-radius: 14px;
	}

	.kx-update-portrait-image {
		aspect-ratio: 16 / 9;
	}

	.kx-update-portrait-content {
		padding: 14px 15px 15px;
	}

	.kx-update-portrait h3 {
		margin: 0;
		font-size: 17px;
		line-height: 1.45;
		-webkit-line-clamp: 3;
	}

	.kx-update-compact-list {
		gap: 14px;
	}

	.kx-update-small--compact {
		grid-template-columns: minmax(0, 42%) minmax(0, 58%);
		min-height: 120px;
		border-radius: 14px;
	}

	.kx-update-small--compact .kx-update-small-image {
		min-height: 120px;
	}

	.kx-update-small--compact > div {
		padding: 12px;
		justify-content: center;
	}

	.kx-update-small--compact h3 {
		margin: 0;
		font-size: 16px;
		line-height: 1.42;
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width: 360px) {
	.kx-updates-section .kx-heading-row--simple h2 {
		font-size: 22px;
	}

	.kx-update-content h3 {
		font-size: 19px;
	}

	.kx-update-content p {
		font-size: 14.5px;
	}

	.kx-update-portrait h3 {
		font-size: 16.5px;
	}

	.kx-update-small--compact h3 {
		font-size: 15.5px;
	}
}


/* Kishanix Child 1.8.3: less clutter, larger titles and true portrait supporting cards. */
@media screen and (max-width: 720px) {
	.kx-updates-layout,
	.kx-update-supporting,
	.kx-update-portrait-grid,
	.kx-update-portrait-grid--count-1,
	.kx-update-compact-list {
		gap: 18px;
	}

	.kx-update-featured .kx-update-content {
		padding: 17px;
	}

	.kx-update-featured .kx-update-content h3 {
		font-size: 21.5px;
		line-height: 1.42;
	}

	.kx-update-featured .kx-update-content p {
		display: none;
	}

	.kx-update-portrait {
		padding-top: 15px;
	}

	.kx-update-portrait-image {
		width: min(74%, 286px);
		margin-inline: auto;
		aspect-ratio: 4 / 5;
		border-radius: 12px;
	}

	.kx-update-portrait-content {
		padding: 15px 16px 17px;
	}

	.kx-update-portrait h3 {
		font-size: 18px;
		line-height: 1.48;
		-webkit-line-clamp: 4;
	}

	.kx-update-small--compact {
		grid-template-columns: minmax(0, 46%) minmax(0, 54%);
		min-height: 130px;
	}

	.kx-update-small--compact .kx-update-small-image {
		min-height: 130px;
	}

	.kx-update-small--compact > .kx-update-small-copy {
		padding: 13px;
		justify-content: center;
	}

	.kx-update-subcategory {
		margin-bottom: 7px;
		font-size: 13.5px;
		line-height: 1.28;
	}

	.kx-update-small--compact h3 {
		font-size: 16.5px;
		line-height: 1.46;
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width: 360px) {
	.kx-update-featured .kx-update-content h3 {
		font-size: 20.5px;
	}

	.kx-update-portrait-image {
		width: 78%;
	}

	.kx-update-portrait h3 {
		font-size: 17.5px;
	}

	.kx-update-subcategory {
		font-size: 13px;
	}

	.kx-update-small--compact h3 {
		font-size: 16px;
	}
}


/* Kishanix Child 1.8.4: mobile correction.
   Keep supporting Posts 2 and 3 side by side, not stacked. */
@media screen and (max-width: 720px) {
	.kx-updates-section .kx-update-portrait-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.kx-updates-section .kx-update-portrait-grid--count-1 {
		grid-template-columns: minmax(0, 1fr);
		max-width: 320px;
	}

	.kx-updates-section .kx-update-portrait {
		padding-top: 0;
	}

	.kx-updates-section .kx-update-portrait-image {
		width: 100%;
		margin: 0;
		aspect-ratio: 4 / 5;
		border-radius: 0;
	}

	.kx-updates-section .kx-update-portrait-content {
		padding: 12px 12px 14px;
	}

	.kx-updates-section .kx-update-portrait h3 {
		font-size: 16.5px;
		line-height: 1.42;
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width: 360px) {
	.kx-updates-section .kx-update-portrait-grid {
		gap: 10px;
	}

	.kx-updates-section .kx-update-portrait-content {
		padding: 11px 10px 13px;
	}

	.kx-updates-section .kx-update-portrait h3 {
		font-size: 15.5px;
		line-height: 1.4;
	}
}

/* Kishanix YouTube channel - v1.11.5 */
@media screen and (max-width: 720px) {
	.kx-youtube-section .kx-video-list {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.kx-youtube-section .kx-video-item {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		align-items: center;
		gap: 10px;
		padding: 6px;
		border-radius: 13px;
	}

	.kx-youtube-section .kx-video-thumb {
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 9px;
	}

	.kx-youtube-section .kx-video-play-icon {
		width: 34px;
		height: 34px;
	}

	.kx-youtube-section .kx-video-play-icon .kx-icon {
		width: 17px;
		height: 17px;
	}

	.kx-youtube-section .kx-video-copy {
		padding: 4px 5px 4px 0;
	}

	.kx-youtube-section .kx-video-copy > span {
		display: block;
		font-size: 9px;
	}

	.kx-youtube-section .kx-video-copy h3 {
		margin-top: 4px;
		font-size: 13px;
		line-height: 1.3;
	}

	.kx-youtube-section .kx-video-item.is-playing {
		display: block;
		padding: 6px;
	}

	.kx-youtube-section .kx-video-item.is-playing .kx-video-thumb {
		width: 100%;
		border-radius: 9px;
	}

	.kx-youtube-section .kx-video-item.is-playing .kx-video-copy {
		padding: 9px 5px 5px;
	}
}
