/**
 * Rental date fields on the product page.
 *
 * WooCommerce form-row classes float their content, which the theme then draws
 * over, so the period fields lay themselves out here instead.
 */
.cc-rental-dates {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 1.2em;
}

.cc-rental-field {
	flex: 1 1 12em;
	margin: 0;
}

.cc-rental-field label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.cc-rental-field input {
	width: 100%;
	padding: 0.6em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #fff;
}

.cc-rental-notice {
	clear: both;
}
