/**
 * Size Guide page — matches other content pages.
 */
.ps-size-guide-page {
	margin: 0;
	padding: 0 0 72px;
	font-family: 'Inter', sans-serif;
	color: #111111;
	background: #fff;
}

.ps-size-guide-inner {
	width: min(100%, var(--ps-max, 1200px));
	margin-inline: auto;
	padding-inline: var(--ps-space-md, 24px);
	box-sizing: border-box;
}

.ps-size-guide-banner {
	width: 100%;
	margin: 0;
	padding: 56px 0 48px;
	background: #ffffff;
	border-bottom: 0;
	box-sizing: border-box;
	color: #111111;
}

.ps-size-guide-banner__crumb {
	margin: 0 0 16px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	color: #767676;
	text-transform: none;
	opacity: 1;
}

.ps-size-guide-banner__crumb a {
	color: #767676 !important;
	-webkit-text-fill-color: #767676 !important;
	text-decoration: none !important;
}

.ps-size-guide-banner__crumb a:hover {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-size-guide-banner__sep {
	margin: 0 0.35em;
	color: #767676;
}

.ps-size-guide-banner__title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	font-size: clamp(2rem, 3vw, 2.5rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #111111 !important;
}

.ps-size-guide-banner__sub {
	margin: 0;
	max-width: 38rem;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: #555555;
	opacity: 1;
}

.ps-size-guide-intro {
	margin: 0 0 28px;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #333;
}

.ps-size-guide-table-wrap {
	overflow-x: auto;
	margin: 0 0 20px;
	-webkit-overflow-scrolling: touch;
}

.ps-size-guide-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.ps-size-guide-table th,
.ps-size-guide-table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.ps-size-guide-table thead th {
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
	border-bottom-color: #111;
}

.ps-size-guide-table tbody th {
	font-weight: 600;
}

.ps-size-guide-note {
	margin: 0;
	max-width: 40rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #666;
}

@media (max-width: 544px) {
	.ps-size-guide-banner {
		padding: 40px 0 36px;
	}
}
