/**
 * Overrides after Kadence/WP CSS from /public mirror.
 * Fixes common snapshot issues: full-bleed math, prose width, media, tables, duplicate titles.
 */
html {
	overflow-x: clip;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#wrapper.site {
	overflow-x: clip;
}

/* Full-bleed rows: viewport width + parent overflow-x clip avoids stray horizontal scroll */
.alignfull.kb-row-layout-wrap,
.alignfull.wp-block-kadence-rowlayout {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

/* Inner padding for hero / full-bleed rows (text was flush to screen edge) */
#inner-wrap .entry-content.single-content > .kb-row-layout-wrap.alignfull .kt-row-column-wrap,
#inner-wrap .entry-content.single-content > .kb-row-layout-wrap.alignfull .kt-inside-inner-col {
	padding-left: max(1rem, var(--global-content-edge-padding, 1.5rem));
	padding-right: max(1rem, var(--global-content-edge-padding, 1.5rem));
}

#inner-wrap .entry-content.single-content > .kb-row-layout-wrap {
	max-width: none;
}

/*
 * Inner pages use the same Kadence hero row id as the homepage but do not ship
 * per-post block CSS. We intentionally do NOT mirror the homepage cover image here.
 * Light band + dark text keeps palette-9 (white) copy and outline CTAs readable.
 */
#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b.kt-row-has-bg {
	position: relative;
	background-image: none !important;
	background-color: var(--global-palette8, #f7fafc);
}

#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b > .kt-row-layout-overlay {
	opacity: 0;
	pointer-events: none;
	background: transparent !important;
}

#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b .has-theme-palette-9-color.has-text-color {
	color: var(--global-palette4, #2d3748) !important;
}

#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b a.wp-block-kadence-singlebtn[style*='transparent'] {
	color: var(--global-palette1, #2bb02f) !important;
}

#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b > .kt-row-column-wrap {
	position: relative;
	z-index: 1;
	max-width: var(--global-content-width, 1290px);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--global-content-edge-padding, 1.5rem);
	padding-right: var(--global-content-edge-padding, 1.5rem);
	padding-top: clamp(2.5rem, 6vw, 5rem);
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
	box-sizing: border-box;
}

@media (max-width: 767px) {
	#inner-wrap .entry-content.single-content:not(:has(> p.y999-home-lede)) > .kb-row-layout-wrap.kb-row-layout-id2119_d00146-5b > .kt-row-column-wrap {
		padding-top: clamp(2rem, 5vw, 4rem);
		padding-bottom: clamp(2rem, 5vw, 4rem);
		padding-left: max(0.5rem, var(--global-content-edge-padding, 1.5rem));
		padding-right: max(0.5rem, var(--global-content-edge-padding, 1.5rem));
	}
}

/* -------------------------------------------------------------------------- */
/* Center primary CTAs (Kadence button rows + header / mobile header buttons) */
/* -------------------------------------------------------------------------- */

#inner-wrap .entry-content.single-content .wp-block-kadence-advancedbtn.kb-buttons-wrap,
#inner-wrap .entry-content.single-content .kb-buttons-wrap {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 0.75rem;
	row-gap: 0.75rem;
}

#main-header .site-header-item[data-section='kadence_customizer_header_button'] .header-button-wrap,
#main-header .site-header-item[data-section='kadence_customizer_header_button'] .header-button-inner-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.site-header-item[data-section='kadence_customizer_mobile_button'] .mobile-header-button-wrap,
.site-header-item[data-section='kadence_customizer_mobile_button'] .mobile-header-button-inner-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#inner-wrap .entry-content.single-content p:has(.y999-contact-submit) {
	text-align: center;
}

/* Homepage: breathing room below full-bleed hero before intro lede */
#inner-wrap .entry-content.single-content > p.y999-home-lede {
	margin-top: clamp(1.25rem, 4vw, 2rem);
}

/* Desktop: compact primary nav — many top-level links + CTA without a tall/wide bar */
@media (min-width: 1025px) {
	#main-header .main-navigation.header-navigation ul.menu {
		column-gap: 0.12rem;
		row-gap: 0.25rem;
	}

	#main-header .main-navigation.header-navigation li.menu-item > a {
		padding: 0.4em 0.3em;
		font-size: clamp(0.8125rem, 0.2vw + 0.76rem, 0.875rem);
		line-height: 1.25;
	}

	#main-header .site-header-item.site-header-item-main-navigation {
		margin-right: 6px;
	}

	#main-header .header-button.button-size-medium {
		padding: 0.42em 0.95em;
		font-size: clamp(0.8125rem, 0.2vw + 0.76rem, 0.875rem);
	}
}

/* Homepage only: when the home intro lede exists, tone down the WP page title (hero uses its own h1) */
#inner-wrap .entry-content-wrap:has(.entry-content.single-content > p.y999-home-lede)
	.entry-header.page-title
	.entry-title {
	font-size: clamp(1rem, 2.1vw, 1.35rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--global-palette5, #4a5568);
	margin-top: 0;
	margin-bottom: 0.35rem;
}

/* Full-width primary column: overrides Kadence .content-width-narrow (842px) and .site-container (1290px) caps */
#inner-wrap #primary.content-area .content-container.site-container {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

#inner-wrap #primary.content-area #main.site-main {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

#inner-wrap .entry-content-wrap {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

/* Readable column for all main text blocks (direct children of entry content) */
#inner-wrap .entry-content.single-content > p,
#inner-wrap .entry-content.single-content > h2,
#inner-wrap .entry-content.single-content > h3,
#inner-wrap .entry-content.single-content > h4,
#inner-wrap .entry-content.single-content > h5,
#inner-wrap .entry-content.single-content > h6,
#inner-wrap .entry-content.single-content > ol,
#inner-wrap .entry-content.single-content > ul,
#inner-wrap .entry-content.single-content > figure,
#inner-wrap .entry-content.single-content > nav.y999-toc,
#inner-wrap .entry-content.single-content > details.y999-toc-wrap,
#inner-wrap .entry-content.single-content > .y999-screenshot-carousel,
#inner-wrap .entry-content.single-content > .wp-block-columns {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

#inner-wrap .entry-content.single-content > figure {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

#inner-wrap .entry-content.single-content > figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#inner-wrap .entry-content.single-content img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#inner-wrap .entry-content.single-content figure.wp-block-table,
#inner-wrap .entry-content.single-content > figure.wp-block-table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#inner-wrap .entry-content.single-content table {
	width: 100%;
	border-collapse: collapse;
}

#inner-wrap .entry-content.single-content .wp-element-caption {
	font-size: 0.9rem;
	color: var(--global-palette5, #4a5568);
	margin-top: 0.35rem;
	text-align: center;
}

/* Lists: comfortable spacing */
#inner-wrap .entry-content.single-content .wp-block-list {
	padding-left: 1.35rem;
}

#inner-wrap .entry-content.single-content .wp-block-list li {
	margin: 0.35em 0;
}

/* Long URLs / email in prose */
#inner-wrap .entry-content.single-content p,
#inner-wrap .entry-content.single-content li {
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Hero / dark band: links stay visible */
.has-theme-palette-9-color.has-text-color a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}

.has-theme-palette-9-color.has-text-color a:hover {
	filter: brightness(1.08);
}

/* H2 section titles — brand band */
#inner-wrap .entry-content.single-content h2 {
	background: #2ab036;
	color: #fff !important;
	padding: 0.5em 0.95em;
	border-radius: 8px;
	box-sizing: border-box;
}

#inner-wrap .entry-content.single-content h2 a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

/* Headings rhythm */
#inner-wrap .entry-content.single-content > h2 {
	margin-top: 1.75rem;
}

#inner-wrap .entry-content.single-content > h2:first-child {
	margin-top: 0;
}

#inner-wrap .entry-content.single-content > .kb-row-layout-wrap + h2,
#inner-wrap .entry-content.single-content > .kb-row-layout-wrap + .wp-block-spacer + h2 {
	margin-top: 1.35rem;
}

#inner-wrap .entry-content.single-content > h3 {
	margin-top: 1.35rem;
}

/* Table of contents card */
nav.y999-toc {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 1rem 1.25rem 1.25rem;
	margin: 1.5rem 0;
	width: 100%;
	max-width: 100%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

nav.y999-toc ul {
	margin: 0;
	padding-left: 1.25rem;
}

nav.y999-toc li {
	margin: 0.35rem 0;
}

nav.y999-toc a {
	font-weight: 600;
	text-decoration: none;
}

nav.y999-toc a:hover {
	text-decoration: underline;
}

/* Homepage: compressed TOC — one row until opened (<details> in home fragment) */
details.y999-toc-wrap {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

details.y999-toc-wrap summary.y999-toc-summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.85rem 1.15rem;
	font-weight: 600;
	font-size: clamp(1.02rem, 2.8vw, 1.15rem);
	line-height: 1.35;
	color: var(--global-palette3, #2d3748);
	user-select: none;
	touch-action: manipulation;
}

details.y999-toc-wrap summary.y999-toc-summary::-webkit-details-marker {
	display: none;
}

details.y999-toc-wrap .y999-toc-summary-end {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-shrink: 0;
}

details.y999-toc-wrap .y999-toc-summary-hint {
	font-weight: 500;
	font-size: 0.8rem;
	color: var(--global-palette5, #4a5568);
}

details.y999-toc-wrap .y999-toc-hint-expand {
	display: inline;
}

details.y999-toc-wrap .y999-toc-hint-collapse {
	display: none;
}

details.y999-toc-wrap[open] .y999-toc-hint-expand {
	display: none;
}

details.y999-toc-wrap[open] .y999-toc-hint-collapse {
	display: inline;
}

details.y999-toc-wrap .y999-toc-summary-icon {
	display: block;
	width: 0.45em;
	height: 0.45em;
	border-right: 2px solid var(--global-palette5, #718096);
	border-bottom: 2px solid var(--global-palette5, #718096);
	transform: rotate(45deg);
	transition: transform 0.2s ease, margin 0.2s ease;
	margin-top: -0.2em;
	opacity: 0.9;
}

details.y999-toc-wrap[open] .y999-toc-summary-icon {
	transform: rotate(-135deg);
	margin-top: 0.15em;
}

details.y999-toc-wrap > nav.y999-toc {
	margin: 0;
	max-width: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-top: 1px solid #e2e8f0;
	padding: 0.85rem 1.15rem 1.15rem;
	background: #f8fafc;
}

/* -------------------------------------------------------------------------- */
/* Mobile & small-tablet optimizations (all snapshot pages)                    */
/* -------------------------------------------------------------------------- */

/* Dynamic viewport width on supported phones — reduces horizontal jump with browser chrome */
@supports (width: 100dvw) {
	@media (max-width: 1023px) {
		.alignfull.kb-row-layout-wrap,
		.alignfull.wp-block-kadence-rowlayout {
			width: 100dvw;
			max-width: 100dvw;
			margin-left: calc(50% - 50dvw);
			margin-right: calc(50% - 50dvw);
		}
	}
}

@media (max-width: 1024px) {
	.site-container,
	.content-container.site-container {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}

	#main-header .header-button,
	.mobile-header-button {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		touch-action: manipulation;
	}

	.mobile-toggle-open-container .menu-toggle-open {
		min-width: 44px;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		touch-action: manipulation;
	}
}

@media (max-width: 767px) {
	body {
		text-rendering: optimizeLegibility;
	}

	.site-branding .custom-logo,
	.mobile-site-branding .custom-logo {
		max-height: 48px;
		width: auto;
		max-width: min(200px, 58vw);
		height: auto;
		object-fit: contain;
	}

	.entry-content-wrap {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}

	/* Hero CTA rows: stack + center; width capped so blocks sit in the middle */
	#inner-wrap .entry-content.single-content .kb-buttons-wrap {
		flex-direction: column !important;
		align-items: center !important;
		width: 100%;
		max-width: 100%;
	}

	#inner-wrap .entry-content.single-content .kb-buttons-wrap .kb-button,
	#inner-wrap .entry-content.single-content .kb-buttons-wrap .wp-block-kadence-singlebtn {
		width: min(100%, 22rem);
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		min-height: 48px;
		box-sizing: border-box;
		touch-action: manipulation;
	}

	/* Hero / band headings: scale down long titles */
	#inner-wrap .entry-content.single-content .kb-row-layout-wrap .kt-inside-inner-col > h1.wp-block-kadence-advancedheading {
		font-size: clamp(1.2rem, 5.2vw, 1.85rem);
		line-height: 1.25;
		hyphens: auto;
		-webkit-hyphens: auto;
		overflow-wrap: anywhere;
	}

	#inner-wrap .entry-content.single-content > h2 {
		font-size: clamp(1.15rem, 4.5vw, 1.55rem);
		line-height: 1.3;
	}

	#inner-wrap .entry-content.single-content > h3 {
		font-size: clamp(1.05rem, 3.8vw, 1.28rem);
		line-height: 1.35;
	}

	#inner-wrap .entry-content.single-content > p,
	#inner-wrap .entry-content.single-content li {
		font-size: clamp(1rem, 2.8vw, 1.05rem);
		line-height: 1.65;
	}

	#inner-wrap .entry-content.single-content > p,
	#inner-wrap .entry-content.single-content > h2,
	#inner-wrap .entry-content.single-content > h3,
	#inner-wrap .entry-content.single-content > h4,
	#inner-wrap .entry-content.single-content > h5,
	#inner-wrap .entry-content.single-content > h6,
	#inner-wrap .entry-content.single-content > ol,
	#inner-wrap .entry-content.single-content > ul,
	#inner-wrap .entry-content.single-content > figure,
	#inner-wrap .entry-content.single-content > nav.y999-toc,
	#inner-wrap .entry-content.single-content > details.y999-toc-wrap,
	#inner-wrap .entry-content.single-content > .wp-block-columns {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}

	nav.y999-toc {
		margin-left: 0;
		margin-right: 0;
	}

	details.y999-toc-wrap summary.y999-toc-summary {
		min-height: 48px;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	#inner-wrap .entry-content.single-content table {
		font-size: 0.92rem;
	}

	/* Home screenshot grid + any multi-column block: single column */
	#inner-wrap .entry-content.single-content > .wp-block-columns {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: 1fr !important;
		gap: 1rem !important;
	}

	/* Mobile drawer: larger tap rows + home indicator for notched devices */
	#mobile-drawer .drawer-inner {
		padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
	}

	#mobile-drawer .mobile-navigation ul li > a,
	#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
		min-height: 48px;
		display: flex;
		align-items: center;
		padding-top: 0.85em;
		padding-bottom: 0.85em;
	}

	/* Footer quick links: wrap + touch-friendly */
	#footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		column-gap: 0.35rem;
		row-gap: 0.15rem;
	}

	#footer-menu a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		padding: 0.35rem 0.5rem;
		touch-action: manipulation;
	}

	/* Scroll-to-top above home indicator */
	#kt-scroll-up.scroll-up-side-right,
	#kt-scroll-up-reader.scroll-up-side-right {
		right: max(12px, env(safe-area-inset-right, 0px)) !important;
		bottom: max(20px, calc(12px + env(safe-area-inset-bottom, 0px))) !important;
	}
}

@media (max-width: 380px) {
	#inner-wrap .entry-content.single-content > .kb-row-layout-wrap.alignfull .kt-inside-inner-col {
		padding-left: max(0.85rem, calc(0.5rem + env(safe-area-inset-left, 0px)));
		padding-right: max(0.85rem, calc(0.5rem + env(safe-area-inset-right, 0px)));
	}
}

/* Forms & embeds inside article bodies */
#inner-wrap .entry-content.single-content input:not([type='checkbox']):not([type='radio']),
#inner-wrap .entry-content.single-content textarea,
#inner-wrap .entry-content.single-content select {
	max-width: 100%;
	box-sizing: border-box;
}

#inner-wrap .entry-content.single-content iframe,
#inner-wrap .entry-content.single-content embed,
#inner-wrap .entry-content.single-content object {
	max-width: 100%;
}

/* Contact page form */
#inner-wrap .entry-content.single-content .y999-contact-form {
	max-width: 36rem;
}

#inner-wrap .entry-content.single-content .y999-contact-form label {
	font-weight: 600;
}

#inner-wrap .entry-content.single-content .y999-contact-form input[type="text"],
#inner-wrap .entry-content.single-content .y999-contact-form input[type="email"],
#inner-wrap .entry-content.single-content .y999-contact-form textarea {
	width: 100%;
	padding: 0.55rem 0.65rem;
	margin-top: 0.25rem;
	border: 1px solid var(--global-gray-400, #cbd5e0);
	border-radius: 4px;
	font: inherit;
}

#inner-wrap .entry-content.single-content .y999-contact-form .y999-contact-submit {
	margin-top: 0.25rem;
	padding: 0.55rem 1.25rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	background: var(--global-palette-btn-bg, var(--global-palette1));
	color: var(--global-palette-btn, #fff);
	border: none;
	border-radius: 4px;
}

#inner-wrap .entry-content.single-content .y999-contact-form .y999-contact-submit:hover {
	background: var(--global-palette-btn-bg-hover, var(--global-palette2));
}

#inner-wrap .entry-content.single-content .y999-contact-form .y999-req {
	color: var(--global-palette13, #b82105);
}

/* App screenshot carousel (homepage) */
.y999-screenshot-carousel {
	position: relative;
	margin: 1rem 0 1.5rem;
	padding: 0 calc(var(--y999-carousel-btn) * 0.48);
	--y999-carousel-btn: 2.75rem;
	box-sizing: border-box;
}

.y999-screenshot-carousel__live {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.y999-screenshot-carousel__viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	border-radius: 12px;
	outline: none;
	margin-inline: 0;
	box-sizing: border-box;
	background: var(--global-palette8, #edf2f7);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.y999-screenshot-carousel__viewport:focus-visible {
	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, 0.06),
		0 0 0 3px rgba(49, 130, 206, 0.45);
}

.y999-screenshot-carousel__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
 * Slide width must match the scrollport width. Flex % basis against the ul was
 * indefinite, so every slide shared one “column”. --y999-carousel-slide-px is
 * set by y999-screenshot-carousel.js (ResizeObserver on the viewport).
 */
.y999-screenshot-carousel__slide {
	flex: 0 0 var(--y999-carousel-slide-px, 320px);
	width: var(--y999-carousel-slide-px, 320px);
	min-width: var(--y999-carousel-slide-px, 320px);
	max-width: var(--y999-carousel-slide-px, 320px);
	scroll-snap-align: start;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem 0.85rem;
}

.y999-screenshot-carousel__figure {
	margin: 0;
}

.y999-screenshot-carousel__figure img {
	display: block;
	width: 100%;
	max-height: min(72vh, 680px);
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	border-radius: 8px;
	background: var(--global-palette9, #fff);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.y999-screenshot-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: var(--y999-carousel-btn);
	height: var(--y999-carousel-btn);
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	font-size: 1.65rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	touch-action: manipulation;
	transition: background 0.15s ease, opacity 0.15s ease;
}

.y999-screenshot-carousel__btn:hover:not(:disabled) {
	background: rgba(15, 23, 42, 0.88);
}

.y999-screenshot-carousel__btn:focus-visible {
	outline: 3px solid var(--global-palette1, #3182ce);
	outline-offset: 2px;
}

.y999-screenshot-carousel__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.y999-screenshot-carousel__btn--prev {
	left: 0;
}

.y999-screenshot-carousel__btn--next {
	right: 0;
}

.y999-screenshot-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	margin-top: 0.85rem;
	padding: 0;
	min-height: 1.25rem;
}

.y999-screenshot-carousel__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background: var(--global-palette6, #cbd5e0);
	cursor: pointer;
	touch-action: manipulation;
	transition: transform 0.15s ease, background 0.15s ease;
}

.y999-screenshot-carousel__dot:hover {
	background: var(--global-palette5, #a0aec0);
}

.y999-screenshot-carousel__dot[aria-current='true'] {
	background: var(--global-palette1, #3182ce);
	transform: scale(1.2);
}

@media (max-width: 600px) {
	.y999-screenshot-carousel {
		--y999-carousel-btn: 2.35rem;
	}

	.y999-screenshot-carousel__btn {
		font-size: 1.35rem;
	}

	.y999-screenshot-carousel__figure img {
		max-height: min(65vh, 560px);
	}
}
