.pb-price-directory-page .l-content,
.pb-price-directory-page .l-mainContent,
.pb-price-directory-page .l-mainContent__inner {
	width: 100% !important;
	max-width: none !important;
}

.pb-price-directory-page .l-content {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.pb-pd,
.pb-pd * {
	box-sizing: border-box;
}

.pb-pd {
	--pb-pd-ink: #172033;
	--pb-pd-navy: #0b315e;
	--pb-pd-blue: #185b91;
	--pb-pd-red: #c92333;
	--pb-pd-paper: #f5f6f8;
	--pb-pd-muted: #667085;
	--pb-pd-line: #d8dee7;
	--pb-pd-white: #fff;
	width: 100%;
	margin: 0 0 96px;
	color: var(--pb-pd-ink);
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.pb-pd a {
	color: inherit;
	text-decoration: none;
}

.pb-pd button,
.pb-pd input,
.pb-pd select {
	font: inherit;
}

.pb-pd a,
.pb-pd button,
.pb-pd input,
.pb-pd select,
.pb-pd summary,
.pb-pd [tabindex] {
	outline-offset: 4px;
}

.pb-pd :focus-visible {
	outline: 3px solid #3b82f6;
}

.pb-pd__shell {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.pb-pd__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 9px;
	padding: 18px 0 16px;
	color: var(--pb-pd-muted);
	font-size: 12px;
}

.pb-pd__breadcrumbs a:hover {
	color: var(--pb-pd-blue);
	text-decoration: underline;
}

.pb-pd__layout {
	display: grid;
	grid-template-columns: 196px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

.pb-pd__local-nav {
	position: sticky;
	top: 24px;
	min-width: 0;
}

.pb-pd__group-nav,
.pb-pd__category-nav {
	border-top: 3px solid var(--pb-pd-navy);
}

.pb-pd__category-nav {
	margin-top: 28px;
}

.pb-pd__group-nav-title {
	display: block;
	padding: 13px 10px 9px;
	border-bottom: 1px solid var(--pb-pd-line);
	color: var(--pb-pd-muted);
	font-size: 11px;
	font-weight: 700;
}

.pb-pd__local-nav-title {
	display: block;
	padding: 16px 10px 13px;
	border-bottom: 1px solid var(--pb-pd-line);
	color: var(--pb-pd-navy);
	font-size: 14px;
	font-weight: 700;
}

.pb-pd__local-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pb-pd__local-nav li {
	margin: 0;
	border-bottom: 1px solid #e7eaf0;
}

.pb-pd__local-nav li a {
	display: block;
	padding: 11px 10px;
	color: #475467;
	font-size: 13px;
	line-height: 1.55;
}

.pb-pd__local-nav li a:hover,
.pb-pd__local-nav li a[aria-current="page"] {
	color: var(--pb-pd-navy);
	font-weight: 700;
}

.pb-pd__local-nav li a[aria-current="page"] {
	box-shadow: inset 3px 0 0 var(--pb-pd-red);
}

.pb-pd__group-nav li a[aria-current="location"] {
	background: #f4f6f8;
	box-shadow: inset 3px 0 0 var(--pb-pd-red);
	color: var(--pb-pd-navy);
	font-weight: 700;
}

.pb-pd__mobile-groups,
.pb-pd__mobile-nav {
	display: none;
}

.pb-pd__main {
	min-width: 0;
}

.pb-pd__intro {
	padding: clamp(38px, 5vw, 58px) 28px 32px;
	background: var(--pb-pd-paper);
	border-top: 4px solid var(--pb-pd-navy);
	border-bottom: 1px solid var(--pb-pd-line);
	text-align: center;
}

.pb-pd__intro h1 {
	margin: 0;
	color: var(--pb-pd-navy);
	font-size: clamp(28px, 3.3vw, 38px);
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.45;
	text-wrap: balance;
}

.pb-pd__intro > p {
	max-width: 680px;
	margin: 12px auto 0;
	color: #475467;
	font-size: 14px;
}

.pb-pd__intro-search {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	max-width: 720px;
	margin: 24px auto 0;
	padding: 6px 6px 6px 16px;
	background: var(--pb-pd-white);
	border: 1px solid #b8c2cf;
}

.pb-pd__intro-search svg {
	width: 21px;
	fill: none;
	stroke: var(--pb-pd-muted);
	stroke-linecap: round;
	stroke-width: 1.8;
}

.pb-pd__intro-search input {
	min-width: 0;
	height: 46px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--pb-pd-ink);
}

.pb-pd__intro-search input:focus {
	outline: 0;
}

.pb-pd__intro-search button,
.pb-pd__controls button {
	min-height: 46px;
	padding: 0 24px;
	background: var(--pb-pd-navy);
	border: 1px solid var(--pb-pd-navy);
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}

.pb-pd__intro-search button:hover,
.pb-pd__controls button:hover {
	background: var(--pb-pd-blue);
	border-color: var(--pb-pd-blue);
}

.pb-pd__stats {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
	padding: 0;
}

.pb-pd__stats div {
	display: flex;
	align-items: baseline;
	gap: 7px;
	padding: 0 20px;
}

.pb-pd__stats div + div {
	border-left: 1px solid #cbd2dc;
}

.pb-pd__stats dt {
	color: var(--pb-pd-muted);
	font-size: 12px;
}

.pb-pd__stats dd {
	margin: 0;
	color: var(--pb-pd-navy);
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.pb-pd__stats strong {
	font-size: 20px;
}

.pb-pd__section {
	padding-top: 84px;
}

.pb-pd__ranking {
	padding-top: 62px;
}

.pb-pd__section-head {
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pb-pd-ink);
}

.pb-pd__section-head h2,
.pb-pd__cta h2 {
	margin: 0;
	color: var(--pb-pd-navy);
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	overflow-wrap: normal;
	word-break: normal;
}

.pb-pd__section-head h2.pb-pd__section-title--controlled {
	overflow-wrap: normal;
	word-break: keep-all;
}

.pb-pd__section-head > p {
	max-width: 720px;
	margin: 10px 0 0;
	color: var(--pb-pd-muted);
	font-size: 14px;
}

.pb-pd__hub-categories {
	padding-top: 62px;
}

.pb-pd__hub-category-list {
	border-top: 1px solid var(--pb-pd-ink);
}

.pb-pd__hub-category {
	display: grid;
	grid-template-columns: 44px 88px minmax(0, 1fr) 190px 20px;
	gap: 18px;
	align-items: center;
	min-height: 122px;
	padding: 16px 6px;
	border-bottom: 1px solid var(--pb-pd-line);
	transition: background-color 160ms ease;
}

.pb-pd__hub-category:hover {
	background: #f8fafc;
}

.pb-pd__hub-category-number {
	color: var(--pb-pd-blue);
	font-size: 14px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.pb-pd__hub-category-image {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	overflow: hidden;
	background: #f4f6f8;
	color: #98a2b3;
	font-size: 10px;
}

.pb-pd__hub-category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
}

.pb-pd__hub-category:hover .pb-pd__hub-category-image img {
	transform: scale(1.035);
}

.pb-pd__hub-category-copy {
	min-width: 0;
}

.pb-pd__hub-category-copy strong {
	display: block;
	color: var(--pb-pd-navy);
	font-size: 20px;
	line-height: 1.45;
}

.pb-pd__hub-category-copy small {
	display: block;
	margin-top: 5px;
	color: var(--pb-pd-muted);
	font-size: 12px;
	line-height: 1.65;
}

.pb-pd__hub-category-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	color: var(--pb-pd-muted);
	font-size: 11px;
}

.pb-pd__hub-category-stats span {
	display: block;
}

.pb-pd__hub-category-stats b {
	display: block;
	color: var(--pb-pd-ink);
	font-size: 15px;
	font-variant-numeric: tabular-nums;
}

.pb-pd__hub-category > svg {
	width: 20px;
	fill: none;
	stroke: #98a2b3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 160ms ease, stroke 160ms ease;
}

.pb-pd__hub-category:hover > svg {
	stroke: var(--pb-pd-blue);
	transform: translateX(3px);
}

@keyframes pb-pd-hub-enter {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pb-pd--hub .pb-pd__intro > *,
.pb-pd--hub .pb-pd__hub-category {
	animation: pb-pd-hub-enter 360ms ease both;
}

.pb-pd--hub .pb-pd__intro > :nth-child(2) { animation-delay: 40ms; }
.pb-pd--hub .pb-pd__intro > :nth-child(3) { animation-delay: 80ms; }
.pb-pd--hub .pb-pd__intro > :nth-child(4) { animation-delay: 120ms; }
.pb-pd--hub .pb-pd__hub-category:nth-child(2) { animation-delay: 35ms; }
.pb-pd--hub .pb-pd__hub-category:nth-child(3) { animation-delay: 70ms; }
.pb-pd--hub .pb-pd__hub-category:nth-child(4) { animation-delay: 105ms; }
.pb-pd--hub .pb-pd__hub-category:nth-child(5) { animation-delay: 140ms; }
.pb-pd--hub .pb-pd__hub-category:nth-child(6) { animation-delay: 175ms; }

.pb-pd__rank-scroll {
	max-height: 640px;
	overflow: auto;
	border-top: 1px solid var(--pb-pd-line);
	border-bottom: 1px solid var(--pb-pd-line);
	scrollbar-color: #8998aa #eef1f4;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.pb-pd__rank-head,
.pb-pd__rank-row {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 172px;
	align-items: center;
}

.pb-pd__rank-head {
	position: sticky;
	z-index: 2;
	top: 0;
	min-height: 42px;
	padding-right: 12px;
	background: #eef1f4;
	border-bottom: 1px solid #cbd2dc;
	color: #475467;
	font-size: 12px;
	font-weight: 700;
}

.pb-pd__rank-head span:last-child {
	text-align: right;
}

.pb-pd__rank-scroll ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pb-pd__rank-row {
	min-height: 106px;
	border-bottom: 1px solid var(--pb-pd-line);
}

.pb-pd__rank-row:last-child {
	border-bottom: 0;
}

.pb-pd__rank-number {
	color: var(--pb-pd-blue);
	font-size: 17px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.pb-pd__rank-product {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-width: 0;
	padding: 10px 16px 10px 0;
}

.pb-pd__rank-product strong,
.pb-pd__product-name strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	overflow-wrap: anywhere;
	word-break: normal;
}

.pb-pd__rank-product small,
.pb-pd__product-name small {
	display: block;
	margin-top: 5px;
	color: var(--pb-pd-muted);
	font-size: 11px;
	line-height: 1.45;
}

.pb-pd__thumb {
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	overflow: hidden;
	background: #f5f6f8;
	color: #98a2b3;
	font-size: 10px;
}

.pb-pd__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pb-pd__rank-price,
.pb-pd__product-price {
	padding-right: 12px;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.pb-pd__rank-price small,
.pb-pd__product-price small {
	display: block;
	color: var(--pb-pd-muted);
	font-size: 10px;
}

.pb-pd__rank-price strong,
.pb-pd__product-price strong {
	display: block;
	color: var(--pb-pd-red);
	font-size: 22px;
	line-height: 1.45;
}

.pb-pd__controls {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 145px 165px auto;
	gap: 12px;
	align-items: end;
	padding: 20px;
	background: var(--pb-pd-paper);
	border: 1px solid var(--pb-pd-line);
}

.pb-pd__controls label,
.pb-pd__controls label > span {
	display: block;
}

.pb-pd__controls label > span {
	margin-bottom: 5px;
	color: #475467;
	font-size: 11px;
	font-weight: 700;
}

.pb-pd__controls input,
.pb-pd__controls select {
	width: 100%;
	height: 46px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #b8c2cf;
	border-radius: 0;
	color: var(--pb-pd-ink);
}

.pb-pd__controls > a {
	grid-column: 1 / -1;
	width: fit-content;
	color: var(--pb-pd-blue);
	font-size: 12px;
	text-decoration: underline;
}

.pb-pd__result-count {
	margin: 20px 0 8px;
	color: var(--pb-pd-muted);
	font-size: 13px;
}

.pb-pd__result-count strong {
	color: var(--pb-pd-ink);
	font-size: 18px;
}

.pb-pd__product-list {
	border-top: 1px solid var(--pb-pd-line);
}

.pb-pd__product-row {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 156px 22px;
	gap: 16px;
	align-items: center;
	min-height: 96px;
	padding: 10px 6px;
	border-bottom: 1px solid var(--pb-pd-line);
}

.pb-pd__product-row:hover {
	background: #f8fafc;
}

.pb-pd__product-row .pb-pd__thumb {
	width: 68px;
	height: 68px;
}

.pb-pd__product-row > svg {
	width: 19px;
	fill: none;
	stroke: #98a2b3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pb-pd__empty {
	padding: 52px 20px;
	border-block: 1px solid var(--pb-pd-line);
	text-align: center;
}

.pb-pd__empty p {
	margin: 8px 0 0;
	color: var(--pb-pd-muted);
	font-size: 13px;
}

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

.pb-pd__pagination li {
	margin: 0;
}

.pb-pd__pagination .page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	place-items: center;
	background: #fff;
	border: 1px solid var(--pb-pd-line);
	box-shadow: none;
	color: var(--pb-pd-ink);
	font-size: 13px;
}

.pb-pd__pagination .current,
.pb-pd__pagination a:hover {
	background: var(--pb-pd-navy);
	border-color: var(--pb-pd-navy);
	color: #fff;
}

.pb-pd__notice {
	margin: 28px 0 0;
	padding: 16px 18px;
	background: #f8fafc;
	border-left: 3px solid #aab4c2;
	color: var(--pb-pd-muted);
	font-size: 11px;
	line-height: 1.8;
}

.pb-pd__guide-intro {
	max-width: 780px;
	margin: 0 0 20px;
	color: var(--pb-pd-muted);
}

.pb-pd__guide-list {
	border-top: 1px solid var(--pb-pd-line);
}

.pb-pd__guide-list article {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	padding: 25px 4px;
	border-bottom: 1px solid var(--pb-pd-line);
}

.pb-pd__guide-list article > span {
	padding-top: 2px;
	color: var(--pb-pd-blue);
	font-size: 13px;
	font-weight: 700;
}

.pb-pd__guide-list h3 {
	margin: 0;
	color: var(--pb-pd-navy);
	font-size: 17px;
	line-height: 1.55;
}

.pb-pd__guide-list p {
	margin: 7px 0 0;
	color: #475467;
	font-size: 14px;
}

.pb-pd__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	margin-top: 84px;
	padding: 34px 38px;
	background: var(--pb-pd-navy);
	color: #fff;
}

.pb-pd__cta h2 {
	color: #fff;
	font-size: clamp(22px, 2.4vw, 28px);
}

.pb-pd__cta p {
	margin: 7px 0 0;
	color: #d5dfeb;
	font-size: 13px;
}

.pb-pd__cta > a {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	min-width: 230px;
	min-height: 52px;
	padding: 0 20px;
	background: #fff;
	color: var(--pb-pd-navy);
	font-weight: 700;
}

.pb-pd__faq details {
	border-bottom: 1px solid var(--pb-pd-line);
}

.pb-pd__faq summary {
	position: relative;
	padding: 20px 52px 20px 4px;
	cursor: pointer;
	font-weight: 700;
	list-style: none;
}

.pb-pd__faq summary::-webkit-details-marker {
	display: none;
}

.pb-pd__faq summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	content: "+";
	color: var(--pb-pd-blue);
	font-size: 22px;
	font-weight: 400;
	transform: translateY(-50%);
}

.pb-pd__faq details[open] summary::after {
	content: "−";
}

.pb-pd__faq details p {
	margin: 0;
	padding: 0 52px 22px 4px;
	color: #475467;
	font-size: 14px;
}

@media (max-width: 900px) {
	.pb-pd__shell {
		width: min(100% - 28px, 920px);
	}

	.pb-pd__layout {
		display: block;
	}

	.pb-pd__local-nav {
		display: none;
	}

	.pb-pd__mobile-groups,
	.pb-pd__mobile-nav {
		display: flex;
		gap: 18px;
		margin-inline: -14px;
		padding-inline: 14px;
		overflow-x: auto;
		border-bottom: 1px solid var(--pb-pd-line);
		white-space: nowrap;
		scrollbar-width: thin;
	}

	.pb-pd__mobile-groups {
		padding-top: 2px;
		padding-bottom: 9px;
	}

	.pb-pd__mobile-nav {
		margin-bottom: 14px;
		padding-top: 9px;
		padding-bottom: 10px;
		background: #f8fafc;
	}

	.pb-pd__mobile-groups a,
	.pb-pd__mobile-nav a {
		flex: 0 0 auto;
		padding-bottom: 5px;
		color: var(--pb-pd-muted);
		font-size: 13px;
	}

	.pb-pd__mobile-groups a[aria-current="location"],
	.pb-pd__mobile-nav a[aria-current="page"] {
		border-bottom: 2px solid var(--pb-pd-red);
		color: var(--pb-pd-navy);
		font-weight: 700;
	}

	.pb-pd__mobile-nav a {
		font-size: 12px;
	}
}

@media (max-width: 680px) {
	.pb-pd {
		margin-bottom: 64px;
		font-size: 15px;
	}

	.pb-pd__shell {
		width: calc(100% - 24px);
	}

	.pb-pd__breadcrumbs {
		padding-top: 12px;
	}

	.pb-pd__intro {
		padding: 30px 16px 24px;
	}

	.pb-pd__intro h1 {
		font-size: 25px;
	}

	.pb-pd--hub .pb-pd__intro h1 span {
		display: block;
	}

	.pb-pd__intro-search {
		grid-template-columns: 20px minmax(0, 1fr);
		padding: 5px 12px;
	}

	.pb-pd__intro-search button {
		grid-column: 1 / -1;
		width: calc(100% + 24px);
		margin: 0 -12px -5px;
	}

	.pb-pd__stats {
		display: block;
		width: fit-content;
		margin-top: 16px;
		text-align: left;
	}

	.pb-pd__stats div {
		justify-content: space-between;
		gap: 24px;
		padding: 3px 0;
	}

	.pb-pd__stats div + div {
		border-left: 0;
	}

	.pb-pd__section,
	.pb-pd__ranking {
		padding-top: 58px;
	}

	.pb-pd__section-head {
		margin-bottom: 20px;
		padding-bottom: 14px;
	}

	.pb-pd__section-head h2 {
		font-size: 23px;
	}

	.pb-pd__hub-category {
		grid-template-columns: 28px 60px minmax(0, 1fr) 18px;
		gap: 10px;
		min-height: 106px;
		padding: 14px 0;
	}

	.pb-pd__hub-category-image {
		grid-row: 1 / span 2;
		width: 60px;
		height: 60px;
	}

	.pb-pd__hub-category-copy strong {
		font-size: 16px;
	}

	.pb-pd__hub-category-copy small {
		display: -webkit-box;
		overflow: hidden;
		font-size: 11px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.pb-pd__hub-category-stats {
		grid-column: 3;
		grid-template-columns: auto auto;
		justify-content: start;
	}

	.pb-pd__hub-category-stats b {
		display: inline;
		font-size: 12px;
	}

	.pb-pd__hub-category > svg {
		grid-column: 4;
		grid-row: 1 / span 2;
	}

	.pb-pd__rank-head {
		display: none;
	}

	.pb-pd__rank-row {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 12px 0;
	}

	.pb-pd__rank-product {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px;
		padding: 0;
	}

	.pb-pd__rank-product .pb-pd__thumb {
		width: 64px;
		height: 64px;
	}

	.pb-pd__rank-price {
		grid-column: 2;
		padding: 2px 0 0 76px;
		text-align: left;
	}

	.pb-pd__rank-price small {
		display: none;
	}

	.pb-pd__rank-price strong,
	.pb-pd__product-price strong {
		font-size: 19px;
	}

	.pb-pd__controls {
		grid-template-columns: 1fr 1fr;
		padding: 14px;
	}

	.pb-pd__control-search,
	.pb-pd__controls button {
		grid-column: 1 / -1;
	}

	.pb-pd__product-row {
		grid-template-columns: 58px minmax(0, 1fr) 18px;
		gap: 11px;
		padding: 12px 0;
	}

	.pb-pd__product-row .pb-pd__thumb {
		width: 56px;
		height: 56px;
	}

	.pb-pd__product-price {
		grid-column: 2;
		padding: 0;
		text-align: left;
	}

	.pb-pd__product-row > svg {
		grid-column: 3;
		grid-row: 1 / span 2;
	}

	.pb-pd__cta {
		display: block;
		margin-top: 58px;
		padding: 28px 20px;
	}

	.pb-pd__cta > a {
		min-width: 0;
		margin-top: 20px;
	}

	.pb-pd__guide-list article {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pb-pd--hub .pb-pd__intro > *,
	.pb-pd--hub .pb-pd__hub-category {
		animation: none;
	}

	.pb-pd__hub-category-image img,
	.pb-pd__hub-category > svg {
		transition: none;
	}
}

@media (max-width: 360px) {
	.pb-pd__shell {
		width: calc(100% - 20px);
	}

	.pb-pd--hub .pb-pd__intro h1 {
		font-size: 22px;
	}

	.pb-pd__controls {
		grid-template-columns: 1fr;
	}

	.pb-pd__controls label,
	.pb-pd__controls button {
		grid-column: 1;
	}
}
