/**
 * Request a quote — ship-to selector: grouped card, readable address (no default <address> italics).
 */

.antistat-quote-ship-to-panel {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	max-width: none;
	margin: 2rem 0 1.75rem;
	padding: 1.35rem 1.5rem 2rem;
	border: var(--wd-form-brd-width, 1px) solid var(--wd-form-brd-color, rgba(0, 0, 0, 0.1));
	border-radius: var(--wd-form-brd-radius, 0);
	background-color: var(--wd-form-bg, var(--bgcolor-gray-100, #f7f7f7));
}

/* Primary section titles: “Your quote details”, “Business details”. */
.antistat-quote-panel-heading {
	margin: 0 0 0.5rem;
	padding: 0;
	font-size: clamp(1.22rem, 2.75vw, 1.48rem);
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.01em;
	color: var(--color-gray-900, #242424);
}

.antistat-quote-business-heading.antistat-quote-panel-heading {
	margin: 0 0 0.85rem;
}

.antistat-quote-ship-to-lead {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--color-gray-600, #666);
}

.antistat-quote-ship-to-lead a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Full-width responsive columns: summary | address | business (when present). */
.antistat-quote-details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr));
	gap: 1.25rem 1.35rem;
	align-items: stretch;
	width: 100%;
}

.antistat-quote-details-col {
	box-sizing: border-box;
	min-width: 0;
	padding: 1.1rem 0;
	background: transparent;
	border: none;
	border-radius: 0;
	height: 100%;
}

.antistat-quote-details-col .antistat-quote-summary {
	margin: 0 0 0.35rem;
}

.antistat-quote-details-col .antistat-quote-summary:last-child {
	margin-bottom: 0;
}

.antistat-quote-details-col .antistat-quote-address-preview {
	padding-top: 0;
}

.antistat-quote-details-col .antistat-quote-ship-to-hint {
	margin: 0.75rem 0 0;
}

.antistat-quote-details-col--business .antistat-quote-business-block {
	margin: 0;
	padding: 0;
	border: none;
}

.antistat-quote-details-col--business .antistat-quote-business-heading {
	margin-top: 0;
}

.antistat-quote-details-col--business .antistat-quote-panel-heading {
	font-size: clamp(1.06rem, 2.35vw, 1.25rem);
	line-height: 1.3;
}

.antistat-quote-summary {
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 11rem) 1fr;
	gap: 0.35rem 1rem;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: var(--color-gray-800, #333);
}

.antistat-quote-summary dt {
	margin: 0;
	font-weight: 600;
	color: var(--color-gray-700, #555);
}

.antistat-quote-summary dd {
	margin: 0;
}

.antistat-quote-business-block .antistat-quote-summary {
	margin-bottom: 0;
}

.antistat-quote-ship-to-field {
	margin: 0 0 1rem;
}

.antistat-quote-ship-to-select {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	height: var(--wd-form-height, 42px);
	margin: 0;
	padding: 0 15px;
	font: inherit;
	font-size: var(--wd-form-font-size, 14px);
	line-height: 1.4;
	color: var(--wd-form-color, inherit);
	background-color: var(--wd-form-bg, #fff);
	border: var(--wd-form-brd-width, 1px) solid var(--wd-form-brd-color, rgba(0, 0, 0, 0.1));
	border-radius: var(--wd-form-brd-radius, 0);
	transition: border-color 0.25s ease;
	cursor: pointer;
}

.antistat-quote-ship-to-select:focus {
	outline: none;
	border-color: var(--wd-form-brd-color-focus, rgba(0, 0, 0, 0.2));
}

.antistat-quote-ship-to-hint {
	margin: 0.65rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
}

.antistat-quote-ship-to-hint a {
	text-decoration: underline;
}

.antistat-quote-address-preview {
	margin: 0;
	padding: 0.85rem 0 0;
	border: none;
	background: transparent;
}

.antistat-quote-address-block + .antistat-quote-address-block {
	margin-top: 0;
}

/* Match .antistat-quote-summary dt (Ship order to / Order purpose labels). */
.antistat-quote-address-label {
	margin: 0 0 0.4rem;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.45;
	color: var(--color-gray-700, #555);
}

.antistat-quote-address-body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--color-gray-800, #333);
}

.antistat-quote-address-body br {
	line-height: inherit;
}

.antistat-quote-ship-to-actions {
	margin: 1.25rem 0 0;
	padding: 1.15rem 0 0;
	border-top: var(--wd-form-brd-width, 1px) solid var(--wd-form-brd-color, rgba(0, 0, 0, 0.08));
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.antistat-quote-ship-to-actions .arv-rfq-btn-request.button {
	position: relative;
	bottom: 0 !important;
	background-color: rgba(0, 173, 208, 1) !important;
	border-color: rgba(0, 173, 208, 1) !important;
	color: #fff !important;
	box-shadow: none;
	text-transform: none;
	font-weight: 600;
	padding: 16px 36px;
	min-height: 0;
}

.antistat-quote-ship-to-actions .arv-rfq-btn-request.button:hover,
.antistat-quote-ship-to-actions .arv-rfq-btn-request.button:focus,
.antistat-quote-ship-to-actions .arv-rfq-btn-request.button:active {
	bottom: 0 !important;
	color: #fff !important;
	background-color: rgba(0, 152, 184, 1) !important;
	border-color: rgba(0, 152, 184, 1) !important;
}

@media (max-width: 600px) {
	.antistat-quote-details-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.antistat-quote-details-col {
		padding: 1rem 0;
	}

	.antistat-quote-summary {
		grid-template-columns: 1fr;
		gap: 0.15rem 0;
	}

	.antistat-quote-summary dt {
		margin-top: 0.5rem;
	}

	.antistat-quote-summary dt:first-child {
		margin-top: 0;
	}

	.antistat-quote-ship-to-panel {
		margin-left: 0;
		margin-right: 0;
		padding: 1.15rem 1rem 1.75rem;
	}

	.antistat-quote-ship-to-actions {
		justify-content: stretch;
	}

	.antistat-quote-ship-to-actions .arv-rfq-btn-request.button {
		width: 100%;
		justify-content: center;
	}
}
