.wchp-quote-summary {
	--wchp-border: #d8dee4;
	--wchp-muted: #57606a;
	--wchp-surface: #f6f8fa;
	max-width: 920px;
}

.wchp-quote-summary h2,
.wchp-quote-summary h3 {
	margin: 0 0 0.75rem;
}

.wchp-quote-meta {
	display: grid;
	gap: 0.35rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.wchp-quote-items {
	margin: 0 0 1.5rem;
	width: 100%;
}

.wchp-quote-items th,
.wchp-quote-items td {
	vertical-align: top;
}

.wchp-col-qty {
	text-align: center;
	width: 8rem;
}

.wchp-quote-addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 1.5rem;
}

.wchp-quote-addresses > div {
	flex: 1 1 240px;
}

.wchp-quote-billing,
.wchp-quote-shipping,
.wchp-quote-note {
	background: var(--wchp-surface);
	border: 1px solid var(--wchp-border);
	border-radius: 6px;
	color: inherit;
	padding: 1rem;
}

.wchp-quote-error {
	border-left: 4px solid #d63638;
	margin: 1rem 0;
	padding: 0.75rem 1rem;
}

.wchp-elementor-placeholder {
	border: 1px dashed var(--wchp-border);
	border-radius: 6px;
	color: var(--wchp-muted);
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
}

.wchp-elementor-placeholder strong {
	color: inherit;
}

.wchp-elementor-summary {
	--wchp-summary-background: #ffffff;
	--wchp-summary-border: #d8dee4;
	--wchp-summary-heading: #111827;
	--wchp-summary-item-background: #f6f8fa;
	--wchp-summary-item-border: #e5e7eb;
	--wchp-summary-muted: #57606a;
	--wchp-summary-section-gap: 1.5rem;
	--wchp-summary-surface: #f6f8fa;
	--wchp-summary-text: #24292f;
	--wchp-summary-thumbnail-radius: 6px;
	--wchp-summary-thumbnail-size: 64px;
	--wchp-summary-title: #111827;
	background: var(--wchp-summary-background);
	border: 1px solid var(--wchp-summary-border);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--wchp-summary-text);
	display: grid;
	gap: var(--wchp-summary-section-gap);
	max-width: 920px;
	padding: 1.5rem;
	width: 100%;
}

.wchp-elementor-summary *,
.wchp-elementor-summary *::before,
.wchp-elementor-summary *::after {
	box-sizing: border-box;
}

.wchp-elementor-summary__header {
	min-width: 0;
}

.wchp-elementor-summary__title,
.wchp-elementor-summary__section-title {
	color: var(--wchp-summary-heading);
	line-height: 1.2;
	margin: 0;
}

.wchp-elementor-summary__title {
	color: var(--wchp-summary-title);
	font-size: 1.75rem;
	font-weight: 700;
}

.wchp-elementor-summary__section-title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.wchp-elementor-summary__meta {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.wchp-elementor-summary__meta-item {
	background: var(--wchp-summary-surface);
	border: 1px solid var(--wchp-summary-item-border);
	border-radius: 6px;
	min-width: 0;
	padding: 0.75rem;
}

.wchp-elementor-summary__meta dt {
	color: var(--wchp-summary-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

.wchp-elementor-summary__meta dd {
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.wchp-elementor-summary__section {
	min-width: 0;
}

.wchp-elementor-summary__items {
	display: grid;
	gap: 0.75rem;
}

.wchp-elementor-summary__item {
	align-items: center;
	background: var(--wchp-summary-item-background);
	border: 1px solid var(--wchp-summary-item-border);
	border-radius: 8px;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-width: 0;
	padding: 0.85rem;
}

.wchp-elementor-summary__thumb {
	background: #eef2f3;
	border: 1px solid var(--wchp-summary-item-border);
	border-radius: var(--wchp-summary-thumbnail-radius);
	height: var(--wchp-summary-thumbnail-size);
	overflow: hidden;
	width: var(--wchp-summary-thumbnail-size);
}

.wchp-elementor-summary__thumb img,
.wchp-elementor-summary__thumb-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wchp-elementor-summary__thumb-placeholder {
	background: linear-gradient(135deg, #dfe7ea 0%, #f7fafb 45%, #c9d6dc 100%);
	display: block;
	height: 100%;
	width: 100%;
}

.wchp-elementor-summary__item-main {
	min-width: 0;
}

.wchp-elementor-summary__item-name {
	color: var(--wchp-summary-heading);
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.wchp-elementor-summary__item-meta {
	color: var(--wchp-summary-muted);
	font-size: 0.9rem;
	line-height: 1.45;
	margin-top: 0.35rem;
}

.wchp-elementor-summary__item-meta ul,
.wchp-elementor-summary__item-meta .wc-item-meta {
	display: grid;
	gap: 0.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wchp-elementor-summary__item-meta p {
	display: inline;
	margin: 0;
}

.wchp-elementor-summary__quantity {
	align-items: center;
	border: 1px solid var(--wchp-summary-border);
	border-radius: 6px;
	display: inline-grid;
	gap: 0.1rem;
	justify-items: center;
	line-height: 1;
	min-width: 4.25rem;
	padding: 0.45rem 0.6rem;
	white-space: nowrap;
}

.wchp-elementor-summary__quantity span {
	color: var(--wchp-summary-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wchp-elementor-summary__quantity strong {
	color: var(--wchp-summary-heading);
	font-size: 1rem;
}

.wchp-elementor-summary__addresses {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wchp-elementor-summary--address-one .wchp-elementor-summary__addresses {
	grid-template-columns: 1fr;
}

.wchp-elementor-summary__address,
.wchp-elementor-summary__note {
	background: var(--wchp-summary-surface);
	border: 1px solid var(--wchp-summary-item-border);
	border-radius: 8px;
	padding: 1rem;
}

.wchp-elementor-summary__address address,
.wchp-elementor-summary__note p {
	line-height: 1.6;
	margin: 0;
}

.wchp-elementor-summary__address address {
	font-style: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 600px) {
	.wchp-col-qty {
		width: 5rem;
	}

	.wchp-quote-addresses {
		gap: 1rem;
	}

	.wchp-elementor-summary {
		padding: 1rem;
	}

	.wchp-elementor-summary__meta,
	.wchp-elementor-summary__addresses {
		grid-template-columns: 1fr;
	}

	.wchp-elementor-summary__item {
		align-items: start;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wchp-elementor-summary__quantity {
		grid-column: 2;
		justify-self: start;
	}
}
