.pcs-inch-decimal,
.pcs-id-guide {
	--pcs-id-ink: #12212b;
	--pcs-id-navy: #123047;
	--pcs-id-deep: #0a2433;
	--pcs-id-teal: #0b7f83;
	--pcs-id-teal-dark: #08656a;
	--pcs-id-teal-soft: #e3f5f3;
	--pcs-id-amber: #d99119;
	--pcs-id-amber-soft: #fff7df;
	--pcs-id-slate: #526675;
	--pcs-id-line: #d7e1e6;
	--pcs-id-soft: #f4f7f8;
	--pcs-id-white: #fff;
	--pcs-id-danger: #a51d2d;
	--pcs-id-radius-sm: 9px;
	--pcs-id-radius: 15px;
	--pcs-id-radius-lg: 24px;
	--pcs-id-shadow: 0 16px 44px rgba( 16, 45, 62, 0.12 );
	box-sizing: border-box;
	color: var( --pcs-id-ink );
	font-family: inherit;
}

.pcs-inch-decimal *,
.pcs-inch-decimal *::before,
.pcs-inch-decimal *::after,
.pcs-id-guide *,
.pcs-id-guide *::before,
.pcs-id-guide *::after {
	box-sizing: inherit;
}

.pcs-inch-decimal [hidden],
.pcs-id-guide [hidden] {
	display: none !important;
}

.pcs-inch-decimal {
	width: 100%;
	margin: 1.5rem auto 3rem;
	background: var( --pcs-id-soft );
	border: 1px solid var( --pcs-id-line );
	border-radius: 26px;
	box-shadow: var( --pcs-id-shadow );
	overflow: hidden;
}

.pcs-inch-decimal :where( button, input, select ) {
	font: inherit;
}

.pcs-inch-decimal :where( button, input, select, [tabindex], summary, a ):focus-visible,
.pcs-id-guide :where( a, summary ):focus-visible {
	outline: 3px solid rgba( 11, 127, 131, 0.3 );
	outline-offset: 3px;
}

.pcs-id-screen-reader-text {
	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;
}

.pcs-id-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp( 1.5rem, 4vw, 3rem );
	color: var( --pcs-id-white );
	background:
		radial-gradient( circle at 90% 14%, rgba( 235, 178, 52, 0.25 ), transparent 28% ),
		linear-gradient( 132deg, var( --pcs-id-deep ), #174761 62%, #0b686c );
}

.pcs-id-hero__copy {
	max-width: 760px;
}

.pcs-id-eyebrow,
.pcs-id-guide__eyebrow,
.pcs-id-step {
	display: block;
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pcs-id-eyebrow {
	color: #a7f3d0;
}

.pcs-id-eyebrow span {
	margin-right: 0.35rem;
	color: #f9c65b;
}

.pcs-id-hero h2 {
	margin: 0;
	color: inherit;
	font-size: clamp( 2rem, 5vw, 3.45rem );
	font-weight: 780;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.pcs-id-hero__copy > p:last-child {
	max-width: 720px;
	margin: 1rem 0 0;
	color: #d7e8ee;
	font-size: 1rem;
	line-height: 1.65;
}

.pcs-id-hero__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
	max-width: 320px;
}

.pcs-id-hero__badges span {
	padding: 0.5rem 0.72rem;
	color: #efffff;
	font-size: 0.74rem;
	font-weight: 750;
	line-height: 1.1;
	background: rgba( 255, 255, 255, 0.1 );
	border: 1px solid rgba( 255, 255, 255, 0.2 );
	border-radius: 999px;
}

.pcs-id-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem clamp( 1rem, 3vw, 2rem );
	background: var( --pcs-id-white );
	border-bottom: 1px solid var( --pcs-id-line );
}

.pcs-id-toolbar__actions,
.pcs-id-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.pcs-id-field {
	min-width: 0;
}

.pcs-id-field--precision {
	width: min( 100%, 320px );
}

.pcs-id-field label {
	display: block;
	margin: 0 0 0.38rem;
	color: #334b5c;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.35;
}

.pcs-id-field input,
.pcs-id-field select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 0.68rem 0.75rem;
	color: var( --pcs-id-ink );
	font-size: 0.95rem;
	line-height: 1.2;
	background: var( --pcs-id-white );
	border: 1px solid #b9c8d0;
	border-radius: var( --pcs-id-radius-sm );
	box-shadow: 0 1px 2px rgba( 16, 45, 62, 0.04 );
}

.pcs-id-field input:hover,
.pcs-id-field select:hover {
	border-color: #7f949f;
}

.pcs-id-field input:focus,
.pcs-id-field select:focus {
	border-color: var( --pcs-id-teal );
	box-shadow: 0 0 0 3px rgba( 11, 127, 131, 0.12 );
	outline: 0;
}

.pcs-id-field input[aria-invalid="true"] {
	border-color: var( --pcs-id-danger );
}

.pcs-id-field small {
	display: block;
	margin-top: 0.38rem;
	color: var( --pcs-id-slate );
	font-size: 0.73rem;
	line-height: 1.45;
}

.pcs-id-button {
	min-height: 44px;
	padding: 0.65rem 0.9rem;
	font-size: 0.82rem;
	font-weight: 760;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.pcs-id-button:hover:not( :disabled ) {
	transform: translateY( -1px );
}

.pcs-id-button:disabled {
	cursor: not-allowed;
	opacity: 0.46;
}

.pcs-id-button--primary {
	color: var( --pcs-id-white );
	background: var( --pcs-id-teal );
	border-color: var( --pcs-id-teal );
}

.pcs-id-button--primary:hover:not( :disabled ) {
	background: var( --pcs-id-teal-dark );
}

.pcs-id-button--secondary {
	color: var( --pcs-id-deep );
	background: var( --pcs-id-teal-soft );
	border-color: #a9d8d5;
}

.pcs-id-button--quiet {
	color: #314957;
	background: var( --pcs-id-white );
	border-color: #bdcbd2;
}

.pcs-id-mode-tabs {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0.8rem;
	padding: 1.25rem clamp( 1rem, 3vw, 2rem ) 0;
}

.pcs-id-mode-tabs button {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	min-height: 72px;
	padding: 0.9rem 1rem;
	text-align: left;
	color: #314957;
	background: #eaf0f2;
	border: 1px solid #cbd8dd;
	border-radius: 13px;
	cursor: pointer;
}

.pcs-id-mode-tabs button[aria-selected="true"] {
	color: var( --pcs-id-white );
	background: var( --pcs-id-navy );
	border-color: var( --pcs-id-navy );
	box-shadow: 0 7px 18px rgba( 18, 48, 71, 0.18 );
}

.pcs-id-mode-tabs span {
	font-size: 0.94rem;
	font-weight: 780;
}

.pcs-id-mode-tabs small {
	color: inherit;
	font-size: 0.73rem;
	line-height: 1.35;
	opacity: 0.82;
}

.pcs-id-workbench {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) minmax( 310px, 380px );
	align-items: start;
	gap: 1.25rem;
	padding: 1.25rem clamp( 1rem, 3vw, 2rem );
}

.pcs-id-input-column,
.pcs-id-panel {
	min-width: 0;
}

.pcs-id-panel,
.pcs-id-results,
.pcs-id-chart {
	background: var( --pcs-id-white );
	border: 1px solid var( --pcs-id-line );
	border-radius: var( --pcs-id-radius );
	box-shadow: 0 5px 20px rgba( 18, 48, 71, 0.06 );
}

.pcs-id-panel {
	padding: clamp( 1rem, 3vw, 1.55rem );
}

.pcs-id-panel__heading,
.pcs-id-chart__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.2rem;
}

.pcs-id-step {
	margin-bottom: 0.28rem;
	color: var( --pcs-id-teal );
}

.pcs-id-panel h3,
.pcs-id-chart h3,
.pcs-id-results h3 {
	margin: 0;
	color: var( --pcs-id-deep );
	font-size: 1.18rem;
	line-height: 1.25;
}

.pcs-id-panel__heading > p,
.pcs-id-chart__heading > p {
	max-width: 440px;
	margin: 0;
	color: var( --pcs-id-slate );
	font-size: 0.82rem;
	line-height: 1.5;
}

.pcs-id-quick-entry {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) auto;
	align-items: end;
	gap: 0.8rem;
	padding: 1rem;
	background: #f2f8f8;
	border: 1px solid #cfe5e3;
	border-radius: 12px;
}

.pcs-id-quick-entry .pcs-id-button {
	margin-bottom: 1.55rem;
}

.pcs-id-divider {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 1.1rem 0;
	color: #71838d;
	font-size: 0.7rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pcs-id-divider::before,
.pcs-id-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var( --pcs-id-line );
}

.pcs-id-component-grid {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 0.75rem;
}

.pcs-id-decimal-grid {
	display: grid;
	grid-template-columns: minmax( 0, 1.2fr ) minmax( 180px, 0.8fr );
	gap: 0.8rem;
}

.pcs-id-input-suffix {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) auto;
}

.pcs-id-input-suffix input {
	border-radius: var( --pcs-id-radius-sm ) 0 0 var( --pcs-id-radius-sm );
}

.pcs-id-input-suffix span {
	display: grid;
	place-items: center;
	min-width: 42px;
	padding: 0.5rem;
	color: #435865;
	font-size: 0.76rem;
	font-weight: 760;
	background: #eef3f5;
	border: 1px solid #b9c8d0;
	border-left: 0;
	border-radius: 0 var( --pcs-id-radius-sm ) var( --pcs-id-radius-sm ) 0;
}

.pcs-id-field-error {
	margin: 0.8rem 0 0;
	padding: 0.65rem 0.75rem;
	color: var( --pcs-id-danger );
	font-size: 0.78rem;
	font-weight: 650;
	background: #fff1f2;
	border-left: 3px solid var( --pcs-id-danger );
	border-radius: 6px;
}

.pcs-id-results {
	position: sticky;
	top: 1rem;
	overflow: hidden;
}

.pcs-id-results__heading {
	padding: 1.2rem 1.25rem;
	color: var( --pcs-id-white );
	background: linear-gradient( 135deg, var( --pcs-id-navy ), #0b6a6d );
}

.pcs-id-results__heading > span {
	display: block;
	margin-bottom: 0.3rem;
	color: #b9f2e4;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pcs-id-results__heading h3 {
	color: inherit;
	font-size: 1.35rem;
}

.pcs-id-results__heading p {
	margin: 0.5rem 0 0;
	color: #d9ecee;
	font-size: 0.78rem;
	line-height: 1.45;
}

.pcs-id-result-grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0.65rem;
	padding: 0.85rem;
}

.pcs-id-result-card {
	display: flex;
	min-width: 0;
	min-height: 105px;
	padding: 0.85rem;
	flex-direction: column;
	justify-content: center;
	background: #f6f9fa;
	border: 1px solid #dce5e9;
	border-radius: 11px;
}

.pcs-id-result-card--primary {
	background: var( --pcs-id-amber-soft );
	border-color: #efd69b;
}

.pcs-id-result-card--wide {
	grid-column: 1 / -1;
	min-height: 95px;
	background: var( --pcs-id-teal-soft );
	border-color: #b7dedb;
}

.pcs-id-result-card span {
	color: #596b76;
	font-size: 0.7rem;
	font-weight: 760;
	line-height: 1.3;
	text-transform: uppercase;
}

.pcs-id-result-card strong {
	margin-top: 0.35rem;
	color: var( --pcs-id-deep );
	font-size: clamp( 1.15rem, 2.4vw, 1.62rem );
	font-variant-numeric: tabular-nums;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.pcs-id-result-card small {
	margin-top: 0.25rem;
	color: #62727c;
	font-size: 0.7rem;
	line-height: 1.3;
}

.pcs-id-equivalents {
	margin: 0;
	padding: 0 0.85rem 0.85rem;
}

.pcs-id-equivalents div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.62rem 0.7rem;
	border-top: 1px solid #e2e9ec;
}

.pcs-id-equivalents dt,
.pcs-id-equivalents dd {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
}

.pcs-id-equivalents dt {
	color: #536873;
}

.pcs-id-equivalents dd {
	max-width: 58%;
	color: var( --pcs-id-deep );
	font-weight: 750;
	font-variant-numeric: tabular-nums;
	text-align: right;
	overflow-wrap: anywhere;
}

.pcs-id-formulas {
	margin: 0 0.85rem 0.85rem;
	padding: 0.85rem;
	background: #f5f7f8;
	border-radius: 10px;
}

.pcs-id-formulas h4 {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
}

.pcs-id-formulas ol {
	margin: 0;
	padding-left: 1.15rem;
	color: #4f626d;
	font-size: 0.69rem;
	line-height: 1.5;
}

.pcs-id-formulas li + li {
	margin-top: 0.35rem;
}

.pcs-id-result-actions {
	padding: 0 0.85rem 0.85rem;
}

.pcs-id-result-actions .pcs-id-button {
	flex: 1 1 145px;
}

.pcs-id-disclaimer {
	margin: 0;
	padding: 0.85rem 1rem;
	color: #645022;
	font-size: 0.69rem;
	line-height: 1.5;
	background: var( --pcs-id-amber-soft );
	border-top: 1px solid #efd69b;
}

.pcs-id-chart {
	margin: 0 clamp( 1rem, 3vw, 2rem ) clamp( 1rem, 3vw, 2rem );
	padding: clamp( 1rem, 3vw, 1.5rem );
}

.pcs-id-table-wrap {
	max-height: 390px;
	overflow: auto;
	border: 1px solid var( --pcs-id-line );
	border-radius: 10px;
}

.pcs-id-chart table,
.pcs-id-guide table {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
}

.pcs-id-chart th,
.pcs-id-chart td,
.pcs-id-guide th,
.pcs-id-guide td {
	padding: 0.68rem 0.8rem;
	text-align: right;
	border-bottom: 1px solid #e1e8eb;
}

.pcs-id-chart th:first-child,
.pcs-id-chart td:first-child,
.pcs-id-guide th:first-child,
.pcs-id-guide td:first-child {
	text-align: left;
}

.pcs-id-chart thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	color: var( --pcs-id-white );
	font-size: 0.72rem;
	background: var( --pcs-id-navy );
}

.pcs-id-chart tbody th,
.pcs-id-chart tbody td {
	font-size: 0.78rem;
}

.pcs-id-chart tbody tr:nth-child( even ) {
	background: #f5f8f9;
}

.pcs-id-chart tbody tr.is-nearest {
	background: #fff2c9;
	box-shadow: inset 4px 0 0 var( --pcs-id-amber );
}

.pcs-id-notice {
	margin: 1rem;
	padding: 0.8rem 1rem;
	border-radius: 9px;
}

.pcs-id-notice--warning {
	color: #7a4210;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

/* SEO guide */
.pcs-id-guide {
	width: min( 100%, 980px );
	margin: 3rem auto 4rem;
	font-size: 1rem;
	line-height: 1.72;
}

.pcs-id-guide__header {
	max-width: 850px;
	margin-bottom: 1.5rem;
}

.pcs-id-guide__eyebrow {
	color: var( --pcs-id-teal );
}

.pcs-id-guide h2,
.pcs-id-guide h3 {
	color: var( --pcs-id-deep );
	letter-spacing: -0.025em;
}

.pcs-id-guide h2 {
	margin: 0 0 0.85rem;
	font-size: clamp( 1.55rem, 3.5vw, 2.25rem );
	line-height: 1.18;
}

.pcs-id-guide h3 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.3;
}

.pcs-id-guide p {
	margin: 0 0 1rem;
	color: #425763;
}

.pcs-id-guide__lead {
	font-size: 1.08rem;
}

.pcs-id-guide__figure {
	margin: 1.5rem 0;
	background: var( --pcs-id-white );
	border: 1px solid var( --pcs-id-line );
	border-radius: 17px;
	box-shadow: var( --pcs-id-shadow );
	overflow: hidden;
}

.pcs-id-guide__figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.pcs-id-guide__figure figcaption {
	padding: 0.8rem 1rem;
	color: #657781;
	font-size: 0.74rem;
	line-height: 1.5;
}

.pcs-id-guide__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 1.4rem 0 2.2rem;
	padding: 0.8rem;
	background: #edf6f5;
	border: 1px solid #cce3e1;
	border-radius: 11px;
}

.pcs-id-guide__nav a {
	padding: 0.4rem 0.6rem;
	color: #075f64;
	font-size: 0.76rem;
	font-weight: 760;
	text-decoration: none;
	background: var( --pcs-id-white );
	border: 1px solid #bfddda;
	border-radius: 999px;
}

.pcs-id-guide__section {
	margin: 0 0 2.6rem;
	scroll-margin-top: 1.5rem;
}

.pcs-id-guide__steps {
	display: grid;
	gap: 0.65rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: pcs-id-step;
}

.pcs-id-guide__steps li {
	position: relative;
	min-height: 46px;
	padding: 0.8rem 0.9rem 0.8rem 3.6rem;
	color: #425763;
	background: #f6f9fa;
	border: 1px solid #dde6e9;
	border-radius: 10px;
	counter-increment: pcs-id-step;
}

.pcs-id-guide__steps li::before {
	content: counter( pcs-id-step );
	position: absolute;
	top: 0.7rem;
	left: 0.85rem;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: var( --pcs-id-white );
	font-size: 0.76rem;
	font-weight: 800;
	background: var( --pcs-id-teal );
	border-radius: 50%;
}

.pcs-id-guide__formula-grid,
.pcs-id-guide__worked,
.pcs-id-guide__use-grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0.75rem;
	margin: 1rem 0 1.3rem;
}

.pcs-id-guide__formula-grid > div,
.pcs-id-guide__worked > div,
.pcs-id-guide__use-grid > div {
	min-width: 0;
	padding: 1rem;
	background: #f6f9fa;
	border: 1px solid #dde6e9;
	border-radius: 11px;
}

.pcs-id-guide__formula-grid span,
.pcs-id-guide__worked span {
	display: block;
	margin-bottom: 0.38rem;
	color: var( --pcs-id-teal-dark );
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pcs-id-guide__formula-grid strong,
.pcs-id-guide__worked strong {
	display: block;
	color: var( --pcs-id-deep );
	font-size: 0.92rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.pcs-id-guide__formula-grid small {
	display: block;
	margin-top: 0.35rem;
	color: #60737d;
	font-size: 0.73rem;
	line-height: 1.45;
}

.pcs-id-guide__callout {
	margin: 1rem 0;
	padding: 1rem 1.1rem;
	color: #5e4819;
	background: var( --pcs-id-amber-soft );
	border-left: 4px solid var( --pcs-id-amber );
	border-radius: 9px;
}

.pcs-id-guide__use-grid p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.6;
}

.pcs-id-guide__use-grid--three {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.pcs-id-guide__table-wrap {
	overflow-x: auto;
	border: 1px solid var( --pcs-id-line );
	border-radius: 11px;
}

.pcs-id-guide thead th {
	color: var( --pcs-id-white );
	font-size: 0.78rem;
	background: var( --pcs-id-navy );
}

.pcs-id-guide tbody th,
.pcs-id-guide tbody td {
	font-size: 0.82rem;
}

.pcs-id-guide tbody tr:nth-child( even ) {
	background: #f6f9fa;
}

.pcs-id-guide__faq {
	border-top: 1px solid var( --pcs-id-line );
}

.pcs-id-guide__faq details {
	border-bottom: 1px solid var( --pcs-id-line );
}

.pcs-id-guide__faq summary {
	padding: 1rem 2.2rem 1rem 0;
	color: var( --pcs-id-deep );
	font-weight: 760;
	line-height: 1.4;
	cursor: pointer;
}

.pcs-id-guide__faq p {
	padding: 0 1.5rem 1rem 0;
}

.pcs-id-guide__methodology {
	padding: 1.25rem;
	background: #eef4ed;
	border: 1px solid #d7e3d4;
	border-radius: 12px;
}

.pcs-id-guide__methodology h2 {
	font-size: 1.2rem;
}

.pcs-id-guide__methodology p {
	font-size: 0.82rem;
	line-height: 1.65;
}

.pcs-id-guide__methodology p:last-child {
	margin-bottom: 0;
}

@media ( max-width: 980px ) {
	.pcs-id-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.pcs-id-hero__badges {
		justify-content: flex-start;
		max-width: none;
	}

	.pcs-id-workbench {
		grid-template-columns: minmax( 0, 1fr );
	}

	.pcs-id-results {
		position: static;
	}

	.pcs-id-guide {
		padding-inline: 1rem;
	}
}

@media ( max-width: 720px ) {
	.pcs-id-toolbar,
	.pcs-id-panel__heading,
	.pcs-id-chart__heading {
		align-items: stretch;
		flex-direction: column;
	}

	.pcs-id-toolbar__actions .pcs-id-button {
		flex: 1;
	}

	.pcs-id-mode-tabs,
	.pcs-id-component-grid,
	.pcs-id-decimal-grid,
	.pcs-id-guide__formula-grid,
	.pcs-id-guide__worked,
	.pcs-id-guide__use-grid,
	.pcs-id-guide__use-grid--three {
		grid-template-columns: minmax( 0, 1fr );
	}

	.pcs-id-mode-tabs button {
		min-height: 64px;
	}

	.pcs-id-quick-entry {
		grid-template-columns: minmax( 0, 1fr );
	}

	.pcs-id-quick-entry .pcs-id-button {
		width: 100%;
		margin: 0;
	}

	.pcs-id-chart th,
	.pcs-id-chart td,
	.pcs-id-guide th,
	.pcs-id-guide td {
		padding: 0.6rem;
	}
}

@media ( max-width: 480px ) {
	.pcs-inch-decimal {
		border-radius: 18px;
	}

	.pcs-id-hero {
		padding: 1.35rem 1rem;
	}

	.pcs-id-hero h2 {
		font-size: 2rem;
	}

	.pcs-id-mode-tabs {
		gap: 0.55rem;
	}

	.pcs-id-result-grid {
		grid-template-columns: minmax( 0, 1fr );
	}

	.pcs-id-result-card--wide {
		grid-column: auto;
	}

	.pcs-id-equivalents div {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.pcs-id-equivalents dd {
		max-width: 100%;
		text-align: left;
	}
}

@media print {
	.pcs-id-toolbar,
	.pcs-id-mode-tabs,
	.pcs-id-input-column,
	.pcs-id-chart,
	.pcs-id-result-actions,
	.pcs-id-guide {
		display: none !important;
	}

	.pcs-inch-decimal {
		box-shadow: none;
		border: 0;
	}

	.pcs-id-workbench {
		display: block;
	}

	.pcs-id-results {
		position: static;
		box-shadow: none;
	}
}
