.basket-checkout-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.basket-checkout-actions .basket-checkout-block-btn {
	padding-left: 0;
}

.basket-btn-quote-request {
	border-radius: 2px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 16px;
}

.basket-quote-request-popup .popup-window-content {
	padding: 20px;
}

.basket-quote-request-modal {
	min-width: 320px;
	max-width: 440px;
}

.basket-quote-request-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}

.basket-quote-request-modal__error {
	display: none;
	margin-top: 15px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.basket-checkout-actions {
		flex-direction: column;
		gap: 0;
	}

	.basket-checkout-actions .basket-checkout-block-btn,
	.basket-btn-quote-request {
		width: 100%;
	}

	.basket-quote-request-modal {
		min-width: 0;
		width: min(100%, 320px);
	}
}
