.pvi-rental-stock {
	display: grid;
	gap: 12px;
}

.pvi-rental-main {
	display: grid;
	gap: 16px;
}

.pvi-rental-stock[hidden],
.pvi-rental-main[hidden],
.pvi-rental-notify[hidden] {
	display: none;
}

.pvi-rental-stock__message {
	background: #f7f4f2;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 22px;
	margin: 0;
	padding: 14px 16px;
}

.pvi-rental-stock__message,
.pvi-rental-stock__actions,
.pvi-rental-notify {
	max-width: 560px;
}

.pvi-rental-notify {
	display: grid;
	gap: 12px;
}

.pvi-rental-notify__fields {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.pvi-rental-notify__actions,
.pvi-rental-stock__actions {
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 900px) {
	.pvi-rental-stock__message,
	.pvi-rental-stock__actions,
	.pvi-rental-notify {
		max-width: none;
	}

	.pvi-rental-notify__actions .pvi-quote-button,
	.pvi-rental-stock__actions .pvi-quote-button {
		width: 100%;
	}
}
