.apaw-basket-quote {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
	gap: 1.25rem;
	align-items: center;
	margin-top: 1rem;
	padding: 1.4rem;
	border: 1px solid #dce4f2;
	border-radius: 1.2rem;
	background: #f7f9fd;
}

.apaw-basket-quote__copy > * {
	margin: 0;
}

.apaw-basket-quote__copy h2 {
	margin-top: 0.25rem;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.08;
	color: #011452;
}

.apaw-basket-quote__copy p:last-child {
	margin-top: 0.55rem;
	max-width: 42rem;
	color: #40527c;
	line-height: 1.55;
}

.apaw-basket-quote__eyebrow {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0055c7;
}

.apaw-basket-quote__action {
	display: grid;
	gap: 0.7rem;
	align-content: center;
	justify-items: stretch;
}

.apaw-basket-quote .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	margin: 0;
	white-space: nowrap;
}

.apaw-basket-quote__email label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: #011452;
}

.apaw-basket-quote__email > div {
	display: grid;
	grid-template-columns: minmax(11rem, 1fr) minmax(7rem, auto);
	gap: 0.5rem;
	align-items: stretch;
}

.apaw-basket-quote__email input {
	min-width: 0;
	min-height: 3rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid #aebbd4;
	border-radius: 0.7rem;
	background: #fff;
	color: #011452;
	font: inherit;
}

.apaw-basket-quote__status {
	min-height: 1.35rem;
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #40527c;
}

.apaw-basket-quote__status[data-status="success"] {
	color: #12613b;
}

.apaw-basket-quote__status[data-status="error"] {
	color: #a11b1b;
}

@media (max-width: 760px) {
	.apaw-basket-quote,
	.apaw-basket-quote__email > div {
		grid-template-columns: minmax(0, 1fr);
	}
}
