.dbc-shell {
	background: #f7f3ea;
	color: #1d252c;
	font-family: Inter, Arial, sans-serif;
	margin: 0;
	max-width: none;
	min-height: 100vh;
	padding: 0 0 56px;
	width: 100%;
}

.dbc-shell * {
	box-sizing: border-box;
}

html:has(.dbc-calculator),
body:has(.dbc-calculator),
.entry-content:has(.dbc-calculator),
.wp-block-group:has(.dbc-calculator) {
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

.dbc-shell a {
	color: inherit;
}

.dbc-hero,
.dbc-page-head,
.dbc-tool-grid,
.dbc-source-panel,
.dbc-category-section,
.dbc-info-grid,
.dbc-faq,
.dbc-prose {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
}

.dbc-hero {
	background:
		linear-gradient(135deg, rgba(13, 64, 122, 0.93), rgba(21, 37, 54, 0.88)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='420' viewBox='0 0 900 420'%3E%3Crect width='900' height='420' fill='%230d407a'/%3E%3Cpath d='M0 330 C190 260 260 390 440 310 C620 230 720 265 900 205 L900 420 L0 420 Z' fill='%23f3c241' opacity='.78'/%3E%3Cpath d='M70 115 C160 55 270 58 350 125 C422 184 525 174 610 112 C710 39 815 74 900 150' fill='none' stroke='%23ef3e33' stroke-width='28' opacity='.82'/%3E%3C/svg%3E");
	background-position: center;
	background-size: cover;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	max-width: none;
	min-height: 430px;
	padding-bottom: clamp(34px, 8vw, 72px);
	padding-top: clamp(42px, 8vw, 86px);
}

.dbc-hero > *,
.dbc-page-head > *,
.dbc-source-panel > *,
.dbc-category-section > *,
.dbc-faq > *,
.dbc-prose > * {
	max-width: 1180px;
}

.dbc-eyebrow {
	color: #f3c241;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.dbc-hero h1,
.dbc-page-head h1 {
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: 0.95;
	margin: 0;
	max-width: 760px;
}

.dbc-hero p,
.dbc-page-head p {
	font-size: 1.08rem;
	line-height: 1.6;
	margin: 18px 0 0;
	max-width: 720px;
}

.dbc-hero-card,
.dbc-panel,
.dbc-source-panel article,
.dbc-card,
.dbc-info-grid article,
.dbc-faq article {
	background: #fff;
	border: 1px solid rgba(29, 37, 44, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(29, 37, 44, 0.09);
}

.dbc-hero-card {
	align-self: center;
	color: #1d252c;
	display: grid;
	gap: 16px;
	padding: 24px;
}

.dbc-hero-card strong {
	font-size: 1.35rem;
}

.dbc-hero-card span {
	line-height: 1.5;
}

.dbc-hero-metrics,
.dbc-card-meta,
.dbc-picker-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dbc-hero-metrics span,
.dbc-card-meta span,
.dbc-picker-meta span {
	background: #eef6ff;
	border: 1px solid #bed8ee;
	border-radius: 999px;
	color: #15344f;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 6px 9px;
}

.dbc-hero-actions,
.dbc-summary-head,
.dbc-section-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.dbc-section-links {
	justify-content: flex-start;
	margin-top: 14px;
}

.dbc-button,
.dbc-link-button,
.dbc-icon-button,
.dbc-stepper button,
.dbc-mobile-summary button {
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.dbc-button {
	border: 2px solid transparent;
	padding: 10px 15px;
}

.dbc-button:hover,
.dbc-button:focus-visible,
.dbc-link-button:hover,
.dbc-link-button:focus-visible,
.dbc-icon-button:hover,
.dbc-icon-button:focus-visible,
.dbc-stepper button:hover,
.dbc-stepper button:focus-visible {
	transform: translateY(-1px);
}

.dbc-button-dark {
	background: #0d407a;
	color: #fff;
}

.dbc-button-light {
	background: #fff6d7;
	border-color: #e0bc43;
	color: #1d252c;
}

.dbc-link-button {
	background: transparent;
	border: 0;
	color: #0d407a;
	padding: 0;
}

.dbc-disclaimer {
	background: #fff7d9;
	border-bottom: 1px solid #e0bc43;
	border-top: 1px solid #e0bc43;
	color: #4c3d11;
	font-weight: 700;
	line-height: 1.55;
	padding: 14px clamp(16px, 4vw, 48px);
	text-align: center;
}

.dbc-tool-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	padding-top: 28px;
}

.dbc-panel {
	padding: 20px;
}

.dbc-menu-picker {
	align-self: start;
}

.dbc-controls {
	background: #fff;
	border: 1px solid #d7e2ea;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(29, 37, 44, 0.08);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 0.38fr);
	margin: -4px -4px 0;
	padding: 12px;
	position: sticky;
	top: 12px;
	z-index: 4;
}

.dbc-controls label {
	display: grid;
	gap: 7px;
}

.dbc-controls span {
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dbc-controls input,
.dbc-controls select,
.dbc-variant-controls select {
	background: #fff;
	border: 1px solid #a8bdcf;
	border-radius: 6px;
	color: #1d252c;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.dbc-variant-controls {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 12px 0 8px;
}

.dbc-variant-controls label {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.dbc-variant-controls span,
.dbc-variant-summary {
	color: #4c5a65;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dbc-variant-summary {
	margin: 0 0 10px;
	text-transform: none;
}

.dbc-search-status,
.dbc-result-limit {
	align-items: center;
	color: #4c5a65;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1.35;
	margin: 12px 0;
	min-height: 1.35em;
}

.dbc-calculator.is-search-loading .dbc-search-status::before {
	animation: dbc-search-spin 700ms linear infinite;
	border: 2px solid rgba(13, 64, 122, 0.2);
	border-radius: 50%;
	border-top-color: #0d407a;
	content: "";
	flex: 0 0 auto;
	height: 14px;
	width: 14px;
}

@keyframes dbc-search-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dbc-calculator.is-search-loading .dbc-search-status::before {
		animation: none;
	}
}

.dbc-item-list {
	display: grid;
	gap: 12px;
	min-height: 220px;
}

.dbc-picker-card,
.dbc-cart-row {
	align-items: center;
	background: #f9fbfc;
	border: 1px solid #d7e2ea;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 14px;
}

.dbc-picker-card {
	align-items: stretch;
	background: #fff;
	grid-template-columns: minmax(88px, 112px) minmax(0, 1fr) 54px;
	position: relative;
}

.dbc-cart-row {
	grid-template-columns: minmax(0, 1fr) auto;
}

.dbc-picker-card__media,
.dbc-picker-card__body,
.dbc-picker-card__head,
.dbc-picker-card__details,
.dbc-picker-card__action {
	min-width: 0;
}

.dbc-picker-card__media {
	align-self: stretch;
	display: flex;
}

.dbc-picker-card__body {
	display: grid;
	gap: 10px;
}

.dbc-picker-card__head {
	display: grid;
	gap: 4px;
}

.dbc-picker-card__details {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	justify-content: space-between;
}

.dbc-picker-card__action {
	align-items: center;
	border-left: 1px solid #e1e9ef;
	display: flex;
	justify-content: center;
	padding-left: 2px;
}

.dbc-picker-card__add-text {
	display: none;
}

.dbc-picker-image,
.dbc-card-image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #fff;
	border: 1px solid #d7e2ea;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.dbc-picker-image {
	min-height: 92px;
}

.dbc-picker-image img,
.dbc-card-image img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	padding: 8px;
	width: 100%;
}

.dbc-picker-card h3,
.dbc-card h3 {
	font-size: 1rem;
	line-height: 1.2;
	margin: 0;
}

.dbc-picker-card p,
.dbc-card p,
.dbc-info-grid p,
.dbc-faq p,
.dbc-prose p {
	color: #44525d;
	line-height: 1.55;
	margin: 0;
}

.dbc-picker-card > div,
.dbc-cart-row > div,
.dbc-card-top h3 {
	min-width: 0;
}

.dbc-picker-card__category {
	display: -webkit-box;
	font-size: 0.86rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dbc-picker-card .dbc-variant-controls {
	gap: 8px;
	margin: 0;
	max-width: 420px;
}

.dbc-picker-card .dbc-variant-controls label {
	gap: 4px;
}

.dbc-picker-card .dbc-variant-controls span {
	color: #687682;
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1;
}

.dbc-picker-card .dbc-variant-controls select {
	background: #fbfdff;
	border-color: #c3d2df;
	font-size: 0.9rem;
	min-height: 38px;
	padding: 7px 10px;
}

.dbc-picker-card .dbc-variant-summary {
	background: #fff7d9;
	border: 1px solid #ead27a;
	border-radius: 999px;
	color: #4c3d11;
	font-size: 0.72rem;
	line-height: 1;
	margin: 0;
	padding: 5px 8px;
	white-space: nowrap;
}

.dbc-picker-card .dbc-picker-meta {
	display: grid;
	flex: 1 1 260px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dbc-picker-card .dbc-picker-meta span {
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1.1;
	min-height: 28px;
	text-align: center;
}

.dbc-icon-button {
	background: #ef3e33;
	border: 0;
	color: #fff;
	font-size: 1.45rem;
	height: 42px;
	width: 42px;
}

.dbc-picker-card .dbc-icon-button {
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(239, 62, 51, 0.24);
	font-size: 1.35rem;
	height: 46px;
	min-height: 46px;
	width: 46px;
}

.dbc-summary {
	align-self: start;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	overscroll-behavior: contain;
	position: sticky;
	scrollbar-gutter: stable;
	top: 20px;
	z-index: 2;
}

.dbc-summary h2 {
	font-size: 1.25rem;
	margin: 0;
}

.dbc-cart {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.dbc-cart-empty {
	background: #f4f7fa;
	border: 1px dashed #a8bdcf;
	border-radius: 8px;
	color: #50606d;
	font-weight: 800;
	margin-top: 16px;
	padding: 14px;
	text-align: center;
}

.dbc-cart-row strong,
.dbc-cart-row span {
	display: block;
}

.dbc-cart-row span {
	color: #5a6873;
	font-size: 0.88rem;
	margin-top: 4px;
}

.dbc-stepper {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 34px 28px 34px;
}

.dbc-stepper button {
	background: #0d407a;
	border: 0;
	color: #fff;
	height: 34px;
	min-height: 34px;
	width: 34px;
}

.dbc-stepper output {
	font-weight: 900;
	text-align: center;
}

.dbc-totals {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 16px 0;
}

.dbc-total {
	background: #f4f7fa;
	border: 1px solid #d7e2ea;
	border-radius: 8px;
	padding: 10px;
}

.dbc-total span {
	color: #596773;
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dbc-total strong {
	display: block;
	font-size: 1.1rem;
	margin-top: 4px;
}

.dbc-copy {
	width: 100%;
}

.dbc-source-panel {
	display: grid;
	gap: 18px;
	padding-top: 28px;
}

.dbc-source-panel h2,
.dbc-section-title h2,
.dbc-info-grid h2,
.dbc-faq h2,
.dbc-prose h2 {
	font-size: 1.65rem;
	margin: 0;
}

.dbc-source-panel .dbc-info-grid,
.dbc-info-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-left: 0;
	padding-right: 0;
}

.dbc-source-panel article,
.dbc-info-grid article,
.dbc-faq article,
.dbc-faq details {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.dbc-faq details {
	background: #fff;
	border: 1px solid rgba(29, 37, 44, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(29, 37, 44, 0.09);
	overflow: hidden;
}

.dbc-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.05rem;
	font-weight: 900;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.35;
	list-style: none;
	outline-offset: 4px;
}

.dbc-faq summary::-webkit-details-marker {
	display: none;
}

.dbc-faq summary::after {
	background: #fff6d7;
	border: 1px solid #e0bc43;
	border-radius: 999px;
	color: #0d407a;
	content: "+";
	display: inline-grid;
	flex: 0 0 28px;
	font-size: 1.2rem;
	font-weight: 900;
	height: 28px;
	place-items: center;
	width: 28px;
}

.dbc-faq details[open] summary::after {
	content: "-";
}

.dbc-text-link {
	color: #0d407a;
	font-weight: 900;
}

.dbc-page-head {
	background: #0d407a;
	color: #fff;
	max-width: none;
	padding-bottom: 42px;
	padding-top: 48px;
}

.dbc-page-head .dbc-eyebrow {
	color: #f3c241;
}

.dbc-category-nav {
	background: #fff;
	border-bottom: 1px solid #d7e2ea;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 12px clamp(16px, 4vw, 48px);
	position: sticky;
	top: 0;
	z-index: 3;
}

.dbc-category-nav a {
	background: #f4f7fa;
	border: 1px solid #d7e2ea;
	border-radius: 999px;
	flex: 0 0 auto;
	font-size: 0.82rem;
	font-weight: 900;
	padding: 8px 11px;
	text-decoration: none;
}

.dbc-category-section {
	padding-top: 34px;
}

.dbc-section-title {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.dbc-section-title p {
	color: #4c5a65;
	line-height: 1.55;
	margin: 0;
}

.dbc-card-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dbc-card {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.dbc-card-image {
	background: #f9fbfc;
}

.dbc-card-top {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.dbc-card-top span {
	background: #ef3e33;
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-weight: 900;
	max-width: 45%;
	padding: 6px 9px;
	text-align: center;
}

.dbc-card-note {
	border-left: 3px solid #f3c241;
	font-size: 0.9rem;
	padding-left: 10px;
}

[data-dbc-menu-data] {
	display: none;
}

.dbc-info-page {
	background: #f7f3ea;
}

.dbc-faq {
	display: grid;
	gap: 14px;
	padding-top: 28px;
}

.dbc-prose {
	display: grid;
	gap: 24px;
	padding-top: 30px;
}

.dbc-prose section {
	background: #fff;
	border: 1px solid #d7e2ea;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 22px;
}

.dbc-mobile-summary {
	display: none;
}

.dbc-no-results {
	background: #fff;
	border: 1px dashed #a8bdcf;
	border-radius: 8px;
	color: #50606d;
	font-weight: 900;
	padding: 24px;
	text-align: center;
}

@media (max-width: 980px) {
	.dbc-hero,
	.dbc-tool-grid,
	.dbc-source-panel .dbc-info-grid,
	.dbc-info-grid,
	.dbc-card-grid {
		grid-template-columns: 1fr;
	}

	.dbc-summary {
		max-height: none;
		overflow: visible;
		overscroll-behavior: auto;
		position: static;
		scrollbar-gutter: auto;
	}
}

@media (max-width: 640px) {
	.dbc-hero {
		min-height: 0;
		padding-bottom: 28px;
		padding-top: 34px;
	}

	.dbc-hero h1,
	.dbc-page-head h1 {
		font-size: 2.35rem;
	}

	.dbc-controls,
	.dbc-cart-row,
	.dbc-variant-controls {
		grid-template-columns: 1fr;
	}

	.dbc-controls {
		gap: 10px;
		margin-left: -8px;
		margin-right: -8px;
		top: 8px;
	}

	.dbc-picker-card {
		align-items: start;
		gap: 10px;
		grid-template-columns: minmax(64px, 76px) minmax(0, 1fr);
		padding: 10px;
	}

	.dbc-picker-card__media {
		grid-column: 1;
	}

	.dbc-picker-card__body {
		gap: 8px;
		grid-column: 2;
	}

	.dbc-picker-card__details {
		align-items: stretch;
		display: grid;
		gap: 7px;
	}

	.dbc-picker-card__action {
		border-left: 0;
		border-top: 1px solid #e1e9ef;
		grid-column: 1 / -1;
		justify-content: stretch;
		padding-left: 0;
		padding-top: 9px;
	}

	.dbc-picker-image {
		align-self: start;
		min-height: 64px;
	}

	.dbc-picker-image img {
		padding: 4px;
	}

	.dbc-picker-card h3 {
		font-size: 0.98rem;
		line-height: 1.1;
		margin-bottom: 4px;
	}

	.dbc-picker-card p {
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.dbc-picker-card__category {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.dbc-picker-card .dbc-variant-controls {
		gap: 6px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0;
	}

	.dbc-picker-card .dbc-variant-controls span {
		font-size: 0.62rem;
	}

	.dbc-picker-card .dbc-variant-controls select {
		font-size: 0.86rem;
		min-height: 40px;
		padding: 7px 8px;
	}

	.dbc-picker-card .dbc-variant-summary {
		justify-self: start;
		font-size: 0.74rem;
		margin: 0;
	}

	.dbc-picker-card .dbc-picker-meta {
		gap: 6px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dbc-picker-card .dbc-picker-meta span {
		font-size: 0.68rem;
		min-height: 27px;
		padding: 4px 6px;
	}

	.dbc-icon-button {
		justify-self: stretch;
		width: 100%;
	}

	.dbc-picker-card .dbc-icon-button {
		align-self: stretch;
		border-radius: 6px;
		font-size: 1rem;
		gap: 6px;
		height: 40px;
		min-height: 40px;
		width: 100%;
	}

	.dbc-picker-card__add-text {
		display: inline;
		font-size: 0.82rem;
		font-weight: 900;
	}

	.dbc-totals {
		grid-template-columns: 1fr;
	}

	.dbc-card-top {
		display: grid;
	}

	.dbc-card-top span {
		max-width: 100%;
		justify-self: start;
	}

	.dbc-mobile-summary {
		align-items: center;
		background: #0d407a;
		border: 1px solid rgba(243, 194, 65, 0.92);
		border-radius: 8px;
		bottom: calc(8px + env(safe-area-inset-bottom));
		box-shadow: 0 -8px 22px rgba(29, 37, 44, 0.22);
		color: #fff;
		display: grid;
		gap: 6px 8px;
		grid-template-columns: minmax(0, 1fr) auto auto;
		left: 8px;
		padding: 8px 10px 7px;
		position: fixed;
		right: 8px;
		z-index: 20;
	}

	.dbc-calculator.has-mobile-summary {
		padding-bottom: calc(118px + env(safe-area-inset-bottom));
	}

	.dbc-calculator:not(.has-mobile-summary) .dbc-mobile-summary {
		display: none;
	}

	.dbc-mobile-summary__primary {
		display: grid;
		gap: 3px;
		min-width: 0;
	}

	.dbc-mobile-summary span {
		color: rgba(255, 255, 255, 0.74);
		display: block;
		font-size: 0.58rem;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
	}

	.dbc-mobile-summary strong {
		color: #fff;
		display: block;
		font-size: 1.16rem;
		font-weight: 900;
		line-height: 1;
		overflow-wrap: anywhere;
	}

	.dbc-mobile-summary strong span {
		color: inherit;
		font: inherit;
		text-transform: inherit;
	}

	.dbc-mobile-summary__metrics {
		display: flex;
		gap: 6px;
		grid-column: 1 / -1;
		min-width: 0;
	}

	.dbc-mobile-summary__metrics > span {
		align-items: center;
		background: rgba(255, 255, 255, 0.12);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 6px;
		display: flex;
		gap: 6px;
		justify-content: space-between;
		min-height: 26px;
		min-width: 0;
		padding: 4px 7px;
		white-space: nowrap;
		width: 50%;
	}

	.dbc-mobile-summary__metrics strong {
		font-size: 0.78rem;
	}

	.dbc-mobile-summary__count {
		align-self: start;
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		padding-top: 1px;
		white-space: nowrap;
	}

	.dbc-mobile-summary button {
		background: #f3c241;
		border: 0;
		color: #1d252c;
		font-size: 0.8rem;
		font-weight: 900;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		line-height: 1;
		min-height: 32px;
		padding: 8px 9px;
	}

	.dbc-calculator.is-search-focused .dbc-mobile-summary {
		display: none;
	}
}

@media (max-width: 380px) {
	.dbc-hero,
	.dbc-page-head,
	.dbc-tool-grid,
	.dbc-source-panel,
	.dbc-category-section,
	.dbc-info-grid,
	.dbc-faq,
	.dbc-prose {
		padding-left: 12px;
		padding-right: 12px;
	}

	.dbc-mobile-summary {
		gap: 5px 6px;
		left: 6px;
		padding: 7px;
		right: 6px;
	}

	.dbc-mobile-summary span {
		font-size: 0.56rem;
	}

	.dbc-mobile-summary strong {
		font-size: 1.04rem;
	}

	.dbc-mobile-summary__metrics > span {
		gap: 3px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.dbc-mobile-summary__metrics strong {
		font-size: 0.7rem;
	}

	.dbc-mobile-summary button {
		font-size: 0.74rem;
		padding-left: 7px;
		padding-right: 7px;
	}
}
