.ost-tool {
	--ost-primary: #0f172a;
	--ost-accent: #2563eb;
	--ost-background: #f8fafc;
	--ost-surface: #ffffff;
	--ost-text: #1e293b;
	--ost-muted: #64748b;
	--ost-border: #e5e7eb;
	--ost-soft: #f9fafb;
	--ost-radius: 18px;
	max-width: 860px;
	margin: 2rem auto;
	overflow: hidden;
	border: 1px solid var(--ost-border);
	border-radius: var(--ost-radius);
	background: var(--ost-surface);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	color: var(--ost-text);
	font-family: inherit;
}

.ost-tool *,
.ost-tool *::before,
.ost-tool *::after {
	box-sizing: border-box;
}

.ost-tool [hidden] {
	display: none !important;
}

.ost-tool__header {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem;
	border-bottom: 1px solid var(--ost-border);
	background: var(--ost-background);
	color: var(--ost-text);
}

.ost-tool__header h2,
.ost-step h3,
.ost-next-steps h3 {
	margin: 0;
	color: var(--ost-primary);
	line-height: 1.18;
	letter-spacing: 0;
}

.ost-tool__header h2 {
	margin-top: 0.45rem;
	font-size: 1.55rem;
}

.ost-tool__header p {
	max-width: 680px;
	margin: 0.55rem 0 0;
	color: var(--ost-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.ost-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.28rem 0.62rem;
	border: 1px solid var(--ost-border);
	border-radius: 999px;
	background: var(--ost-surface);
	color: var(--ost-primary);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
}

.ost-tool__body,
.ost-step {
	padding: 1.25rem;
}

.ost-step[hidden],
[hidden].ost-grid {
	display: none !important;
}

.ost-step h3 {
	margin-bottom: 1rem;
	font-size: 1.15rem;
}

.ost-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-bottom: 1rem;
}

.ost-section-title {
	margin: 0 0 1rem;
	color: var(--ost-primary);
	font-size: 1.15rem;
	line-height: 1.2;
}

.ost-wizard-progress {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1.1rem;
	color: var(--ost-muted);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
}

.ost-tool--tank-calculator .ost-step,
.ost-tool--usage-calculator .ost-step {
	padding: 0;
}

.ost-form-card,
.ost-message-result {
	min-width: 0;
	padding: 1rem;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 6px);
	background: var(--ost-surface);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.ost-choice-card {
	margin: 0;
}

.ost-choice-card legend {
	margin: 0 0 0.35rem;
	padding: 0;
	color: var(--ost-text);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
}

.ost-delivery-questions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.ost-choice-options {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	margin-top: 0.35rem;
}

.ost-choice-options label {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 44px;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--ost-border);
	border-radius: 12px;
	background: var(--ost-soft);
	color: var(--ost-text);
	cursor: pointer;
	font-weight: 700;
	line-height: 1.3;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ost-choice-options label:hover {
	border-color: var(--ost-muted);
	background: var(--ost-surface);
}

.ost-choice-options input {
	width: 1rem;
	height: 1rem;
	margin: 0;
	accent-color: var(--ost-accent);
}

.ost-choice-options label:has(input:checked) {
	border-color: var(--ost-accent);
	background: var(--ost-surface);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.ost-message-result {
	margin-top: 1.1rem;
}

.ost-message-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.4rem 0;
}

.ost-message-stack {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.4rem 0;
}

.ost-message-grid .ost-message-result {
	margin-top: 0;
}

.ost-message-stack .ost-message-result {
	margin-top: 0;
}

.ost-message-grid .ost-button {
	margin-top: 0.9rem;
}

.ost-message-stack .ost-button {
	margin-top: 0.9rem;
}

.ost-price-comparison {
	margin: 1.4rem 0;
}

.ost-price-comparison .ost-section-title {
	margin-bottom: 0.85rem;
}

.ost-comparison-results {
	margin-bottom: 0;
}

.ost-guidance-panel {
	margin-bottom: 1rem;
}

.ost-guidance-panel h4 {
	margin: 0 0 0.65rem;
	color: var(--ost-primary);
	font-size: 1rem;
	line-height: 1.25;
}

.ost-guidance-panel p {
	margin: 0 0 0.85rem;
	color: var(--ost-muted);
	line-height: 1.55;
}

.ost-guidance-panel ul {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding-left: 1.2rem;
	color: var(--ost-text);
	line-height: 1.45;
}

.ost-illustration-preview {
	display: grid;
	place-items: center;
	min-height: 112px;
	margin-bottom: 0.75rem;
	border: 1px solid var(--ost-border);
	border-radius: 12px;
	background: var(--ost-background);
}

.ost-illustration-preview--choices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	place-items: center;
	padding: 0.85rem;
}

.ost-illustration-preview--choices.ost-is-default {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ost-illustration-preview--choices.ost-is-selected {
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
}

.ost-illustration-preview--choices .ost-shape-preview {
	max-width: 128px;
}

.ost-illustration-preview--choices.ost-is-selected .ost-shape-preview {
	max-width: 176px;
}

.ost-shape-preview[hidden],
.ost-shape-preview.ost-is-hidden {
	display: none !important;
}

.ost-shape-preview {
	display: grid;
	place-items: center;
	width: 100%;
	height: auto;
}

.ost-shape-preview svg,
.ost-visual-option svg {
	display: block;
	width: 100%;
	max-width: 170px;
	height: auto;
}

.ost-svg-fill {
	fill: var(--ost-soft);
	stroke: var(--ost-primary);
	stroke-width: 3;
}

.ost-svg-line {
	fill: none;
	stroke: var(--ost-primary);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.ost-option-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-bottom: 1rem;
}

.ost-visual-option {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 6px);
	background: var(--ost-surface);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	cursor: pointer;
	font-weight: 800;
	line-height: 1.3;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ost-visual-option:hover {
	border-color: var(--ost-muted);
}

.ost-visual-option input {
	width: 1rem;
	height: 1rem;
	margin: 0;
	accent-color: var(--ost-accent);
}

.ost-visual-option__art {
	display: grid;
	place-items: center;
	flex: 0 0 92px;
	min-height: 72px;
	border-radius: 12px;
	background: var(--ost-background);
}

.ost-visual-option:has(input:checked) {
	border-color: var(--ost-accent);
	background: var(--ost-background);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.ost-visual-option:focus-within {
	outline: 3px solid rgba(37, 99, 235, 0.22);
	outline-offset: 2px;
}

.ost-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.ost-field label {
	color: var(--ost-text);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
}

.ost-help {
	display: block;
	color: var(--ost-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.ost-field input,
.ost-field select,
.ost-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.78rem 0.88rem;
	border: 1px solid var(--ost-border);
	border-radius: 12px;
	background: var(--ost-soft);
	color: var(--ost-text);
	font: inherit;
	line-height: 1.35;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ost-field textarea {
	min-height: 180px;
	resize: vertical;
}

.ost-field input:hover,
.ost-field select:hover,
.ost-field textarea:hover {
	border-color: var(--ost-muted);
}

.ost-field input:focus,
.ost-field select:focus,
.ost-field textarea:focus,
.ost-button:focus,
.ost-next-step:focus {
	outline: 3px solid rgba(37, 99, 235, 0.22);
	outline-offset: 2px;
}

.ost-field input:focus,
.ost-field select:focus,
.ost-field textarea:focus {
	border-color: var(--ost-accent);
	background: var(--ost-surface);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.ost-input-prefix,
.ost-input-suffix {
	position: relative;
}

.ost-input-prefix span,
.ost-input-suffix span {
	position: absolute;
	top: 50%;
	color: var(--ost-muted);
	font-weight: 800;
	transform: translateY(-50%);
	pointer-events: none;
}

.ost-input-prefix span {
	left: 0.9rem;
}

.ost-input-suffix span {
	right: 0.9rem;
}

.ost-input-prefix input {
	padding-left: 2.15rem;
}

.ost-input-suffix input {
	padding-right: 5rem;
}

.ost-actions {
	display: flex;
	align-items: stretch;
	flex-direction: column-reverse;
	gap: 0.75rem;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--ost-border);
}

.ost-actions--compact {
	align-items: flex-start;
	flex-direction: column;
	margin-top: 0.75rem;
	padding-top: 0;
	border-top: 0;
}

.ost-actions--split-final {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 0.75rem;
}

.ost-actions__left,
.ost-actions__right {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
}

.ost-actions__group {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
}

.ost-field input.ost-is-invalid,
.ost-field select.ost-is-invalid,
.ost-field textarea.ost-is-invalid,
.ost-choice-card.ost-is-invalid,
.ost-visual-option.ost-is-invalid {
	border-color: #b91c1c;
	box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12);
}

.ost-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	padding: 0.78rem 1rem;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.ost-button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.ost-button--primary {
	background: var(--ost-primary);
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.ost-button--primary:hover {
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.ost-button--secondary {
	border-color: var(--ost-border);
	background: var(--ost-surface);
	color: var(--ost-primary) !important;
}

.ost-button--secondary:hover {
	background: var(--ost-background);
}

.ost-button--small {
	min-height: 36px;
	width: auto;
	padding: 0.55rem 0.75rem;
	font-size: 0.88rem;
}

.ost-button--cta {
	border-color: var(--ost-accent);
	background: var(--ost-accent);
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
}

.ost-results {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.4rem 0;
}

.ost-results--single {
	grid-template-columns: 1fr;
}

.ost-tool--tank-calculator .ost-results--tank-room {
	align-items: stretch;
}

.ost-result-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 158px;
	padding: 1.15rem;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 4px);
	background: var(--ost-surface);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.ost-result-box--summary {
	min-height: 150px;
	justify-content: center;
	text-align: center;
}

.ost-result-box--text {
	min-height: 0;
	justify-content: flex-start;
}

.ost-result-box--main {
	border-color: rgba(37, 99, 235, 0.32);
	background: var(--ost-background);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.ost-result-box h3 {
	margin: 0 0 0.6rem;
	color: var(--ost-muted);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ost-result-box strong {
	display: block;
	color: var(--ost-primary);
	font-size: clamp(1.75rem, 8vw, 2.65rem);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.ost-result-box--text strong {
	font-size: 1.25rem;
	line-height: 1.3;
}

.ost-result-box p {
	margin: 0.75rem 0 0;
	color: var(--ost-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.ost-helper-note {
	margin: -0.45rem 0 1.25rem;
	color: var(--ost-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.ost-summary-strip {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin: 0 0 1rem;
	padding: 0.85rem;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 6px);
	background: var(--ost-background);
}

.ost-summary-strip__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	min-width: 0;
	padding: 0.75rem;
	border: 1px solid var(--ost-border);
	border-radius: 12px;
	background: var(--ost-surface);
}

.ost-summary-strip__item span {
	color: var(--ost-muted);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.ost-summary-strip__item strong {
	color: var(--ost-primary);
	font-size: 1rem;
	line-height: 1.25;
	text-align: right;
	overflow-wrap: anywhere;
}

.ost-quote-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1rem 0;
}

.ost-quote-card h3 {
	margin: 0 0 0.85rem;
	color: var(--ost-primary);
	font-size: 1rem;
	line-height: 1.25;
}

.ost-quote-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin: 0 0 0.85rem;
}

.ost-quote-card__header h3 {
	margin: 0;
}

.ost-quote-card .ost-grid {
	margin-bottom: 0;
}

.ost-comparison-panel {
	margin: 1.4rem 0;
	overflow-x: auto;
}

.ost-quote-table {
	width: 100%;
	min-width: 720px;
	overflow: hidden;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 4px);
	border-collapse: separate;
	border-spacing: 0;
	background: var(--ost-surface);
}

.ost-quote-table th,
.ost-quote-table td {
	padding: 0.85rem 0.75rem;
	border-bottom: 1px solid var(--ost-border);
	color: var(--ost-text);
	line-height: 1.35;
	vertical-align: middle;
}

.ost-quote-table th {
	background: var(--ost-background);
	color: var(--ost-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.ost-quote-table th:first-child,
.ost-quote-table td:first-child {
	text-align: left;
}

.ost-quote-table th:not(:first-child),
.ost-quote-table td:not(:first-child) {
	text-align: right;
}

.ost-quote-table tbody tr:last-child td {
	border-bottom: 0;
}

.ost-quote-table .ost-is-cheapest td {
	background: var(--ost-background);
	font-weight: 800;
}

.ost-breakdown {
	margin: 1.4rem 0;
}

.ost-breakdown h4 {
	margin: 0 0 0.75rem;
	color: var(--ost-muted);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ost-breakdown ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 4px);
	background: var(--ost-surface);
	list-style: none;
}

.ost-breakdown li {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.95rem 1rem;
	border-bottom: 1px solid var(--ost-border);
}

.ost-breakdown li:last-child {
	border-bottom: 0;
}

.ost-next-steps {
	margin-top: 1.4rem;
	padding: 1rem;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 4px);
	background: var(--ost-background);
}

.ost-next-steps h3 {
	margin-bottom: 0.85rem;
	font-size: 1rem;
}

.ost-next-steps__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.ost-next-step {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-width: 0;
	padding: 0.9rem;
	border: 1px solid var(--ost-border);
	border-radius: 12px;
	background: var(--ost-surface);
	color: var(--ost-text);
	text-decoration: none;
}

.ost-next-step:hover {
	border-color: var(--ost-accent);
	text-decoration: none;
}

.ost-next-step strong {
	color: var(--ost-primary);
	font-size: 0.95rem;
	line-height: 1.25;
}

.ost-next-step span {
	color: var(--ost-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.ost-next-step--cta {
	border-color: rgba(37, 99, 235, 0.35);
}

.ost-seasonal-table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--ost-border);
	border-radius: calc(var(--ost-radius) - 4px);
	border-collapse: separate;
	border-spacing: 0;
	background: var(--ost-surface);
}

.ost-seasonal-table th,
.ost-seasonal-table td {
	padding: 0.85rem 0.75rem;
	border-bottom: 1px solid var(--ost-border);
	color: var(--ost-text);
	line-height: 1.35;
	vertical-align: middle;
}

.ost-seasonal-table th {
	background: var(--ost-background);
	color: var(--ost-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.ost-seasonal-table th:first-child,
.ost-seasonal-table td:first-child {
	text-align: left;
}

.ost-seasonal-table th:nth-child(2),
.ost-seasonal-table td:nth-child(2),
.ost-seasonal-table th:nth-child(3),
.ost-seasonal-table td:nth-child(3) {
	text-align: right;
}

.ost-seasonal-table tbody tr:last-child td {
	border-bottom: 0;
}

.ost-seasonal-table__note:empty {
	display: none;
}

.ost-seasonal-table__note {
	margin: 0.65rem 0 0;
}

.ost-estimate-note,
.ost-note {
	margin: 1.4rem 0 0;
	padding-top: 0.85rem;
	border-top: 1px dashed var(--ost-border);
	color: var(--ost-muted);
	font-size: 0.84rem;
	line-height: 1.5;
}

.ost-estimate-note strong,
.ost-note strong {
	color: var(--ost-text);
	font-weight: 800;
}

.ost-copy-status {
	align-self: center;
	color: var(--ost-muted);
	font-weight: 800;
}

.ost-progress {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--ost-border);
}

.ost-progress span {
	display: block;
	width: 33.333%;
	height: 100%;
	border-radius: inherit;
	background: var(--ost-accent);
	transition: width 0.24s ease;
}

.ost-progress--step-2 span {
	width: 66.666%;
}

.ost-progress--step-3 span {
	width: 100%;
}

.ost-progress--two span {
	width: 50%;
}

.ost-progress--two.ost-progress--step-2 span {
	width: 100%;
}

.ost-tool--usage-calculator .ost-actions {
	flex-direction: column;
}

@media (min-width: 680px) {
	.ost-tool__header {
		padding: 1.5rem 1.65rem;
	}

	.ost-tool__body,
	.ost-step {
		padding: 1.65rem;
	}

	.ost-grid--two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ost-actions {
		align-items: center;
		flex-direction: row;
		justify-content: flex-end;
	}

	.ost-tool--usage-calculator .ost-actions {
		flex-direction: row;
	}

	.ost-actions--split {
		justify-content: space-between;
	}

	.ost-actions--split-final {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.ost-actions__left,
	.ost-actions__right {
		width: auto;
	}

	.ost-actions__right {
		flex-direction: row;
		justify-content: flex-end;
	}

	.ost-actions__group {
		flex-direction: row;
		justify-content: flex-end;
		width: auto;
	}

	.ost-button {
		width: auto;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.ost-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-results--three {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.ost-results--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-results--single {
		grid-template-columns: 1fr;
	}

	.ost-summary-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ost-summary-strip__item {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.ost-summary-strip__item strong {
		text-align: left;
	}

	.ost-option-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-next-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-message-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-quote-table th,
	.ost-quote-table td {
		padding: 1rem;
	}

	.ost-delivery-questions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ost-breakdown li {
		flex-direction: row;
		justify-content: space-between;
		gap: 1rem;
	}

	.ost-seasonal-table th,
	.ost-seasonal-table td {
		padding: 1rem;
	}
}
