.wcr-price-from {
	font-style: italic;
}

.wcr-setup-notice,
.wcr-rental-fields-notice {
	margin-bottom: 1em;
}

.wcr-rental-fields {
	margin: 1.5em 0;
	padding: 1.5em;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
}

.wcr-rental-fields h3 {
	margin: 0 0 1.25em;
	font-size: 1.35em;
}

.wcr-field-group {
	border: 0;
	margin: 0 0 1.75em;
	padding: 0;
	min-width: 0;
}

.wcr-field-group legend {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 1.05em;
	margin-bottom: 0.75em;
	padding: 0;
}

.wcr-field-group legend .required {
	color: #b32d2e;
}

.wcr-option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.85em;
}

.wcr-period-grid {
	grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

@media (max-width: 767px) {
	.wcr-size-picker .wcr-option-grid,
	.wcr-waste-picker .wcr-option-grid {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 0.85rem;
	}

	.wcr-size-picker .wcr-option-card,
	.wcr-waste-picker .wcr-option-card {
		width: 100%;
		height: auto;
		max-width: none;
		aspect-ratio: 1;
	}

	.wcr-size-picker .wcr-option-image,
	.wcr-waste-picker .wcr-option-image {
		max-height: 120px;
	}
}

@media (min-width: 768px) {
	.wcr-size-picker .wcr-option-grid,
	.wcr-waste-picker .wcr-option-grid {
		grid-template-columns: repeat(4, 300px);
		gap: 1rem;
		justify-content: start;
	}

	.wcr-size-picker .wcr-option-card,
	.wcr-waste-picker .wcr-option-card {
		display: block;
		width: 300px;
		height: 300px;
		max-width: 100%;
		aspect-ratio: 1;
	}

	.wcr-size-picker .wcr-option-card-inner,
	.wcr-waste-picker .wcr-option-card-inner {
		width: 100%;
		height: 100%;
		min-height: 0;
		max-height: none;
		padding: 1em;
		box-sizing: border-box;
		overflow: hidden;
	}

	.wcr-size-picker .wcr-option-image,
	.wcr-waste-picker .wcr-option-image {
		flex: 1 1 auto;
		min-height: 0;
		height: auto;
		max-height: 200px;
		margin-bottom: 0.75em;
	}

	.wcr-size-picker .wcr-option-label,
	.wcr-waste-picker .wcr-option-label {
		flex: 0 0 auto;
		font-size: 1.05em;
		line-height: 1.25;
	}
}

.wcr-option-card {
	position: relative;
	cursor: pointer;
	margin: 0;
}

.wcr-option-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wcr-option-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 150px;
	padding: 0.85em;
	border: 2px solid #ddd;
	border-radius: 10px;
	background: #fafafa;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.wcr-option-card-inner {
		transition: none;
	}
}

.wcr-option-card:hover .wcr-option-card-inner {
	border-color: #999;
}

.wcr-option-card.is-selected .wcr-option-card-inner,
.wcr-option-card input:focus-visible + .wcr-option-card-inner {
	border-color: #2c7a2c;
	box-shadow: 0 0 0 3px rgba(44, 122, 44, 0.18);
}

.wcr-option-card.is-selected .wcr-option-card-inner {
	background: #f3fbf3;
}

.wcr-option-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	margin-bottom: 0.65em;
	overflow: hidden;
	border-radius: 6px;
	background: #eee;
}

.wcr-option-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcr-option-placeholder {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d9d9d9 0%, #c4c4c4 100%);
}

.wcr-option-label {
	font-weight: 600;
	line-height: 1.3;
}

.wcr-waste-terms {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #f8f9fa;
}

.wcr-waste-terms-title {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	font-weight: 600;
	color: #1d2327;
}

.wcr-waste-terms-content {
	color: #3c434a;
	font-size: 0.95rem;
	line-height: 1.55;
}

.wcr-waste-terms-content ul,
.wcr-waste-terms-content ol {
	margin: 0.5em 0 0.75em 1.25em;
	padding: 0;
}

.wcr-waste-terms-content p:last-child {
	margin-bottom: 0;
}

.wcr-period-card .wcr-option-card-inner {
	min-height: 110px;
}

.wcr-period-weeks {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 0.5em;
	border-radius: 50%;
	background: #e8f3e8;
	color: #2c7a2c;
	font-size: 1.35em;
	font-weight: 700;
}

.wcr-option-card.is-selected .wcr-period-weeks {
	background: #2c7a2c;
	color: #fff;
}

.wcr-calendar {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 1em;
	background: #fafafa;
}

.wcr-calendar-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75em;
	margin-bottom: 1em;
}

.wcr-cal-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	font-size: 1.4em;
	line-height: 1;
	cursor: pointer;
}

.wcr-cal-nav:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.wcr-calendar-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em 1.25em;
	justify-content: center;
}

.wcr-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	font-size: 0.9em;
	color: #444;
}

.wcr-legend-item::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
}

.wcr-legend-delivery::before {
	background: #2c7a2c;
}

.wcr-legend-rental::before {
	background: #cfe8cf;
	border: 1px solid #9ccc9c;
}

.wcr-legend-extended::before {
	background: repeating-linear-gradient(
		-45deg,
		#e6f4e6,
		#e6f4e6 4px,
		#d4ead4 4px,
		#d4ead4 8px
	);
	border: 1px solid #9ccc9c;
}

.wcr-legend-pickup::before {
	background: #fff;
	border: 2px solid #1f5f1f;
}

.wcr-calendar-months {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25em;
}

.wcr-calendar-month-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.65em;
}

.wcr-calendar-weekdays,
.wcr-calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.25em;
}

.wcr-calendar-weekday {
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	color: #666;
	padding: 0.25em 0;
}

.wcr-calendar-day {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	font: inherit;
	cursor: pointer;
}

.wcr-calendar-day.is-empty {
	background: transparent;
	cursor: default;
}

.wcr-calendar-day.is-disabled {
	color: #bbb;
	background: #f3f3f3;
	cursor: not-allowed;
}

.wcr-calendar-day.is-today {
	box-shadow: inset 0 0 0 2px #2271b1;
	font-weight: 700;
}

.wcr-calendar-day.is-rental {
	background: #e6f4e6;
	color: #1f5f1f;
}

.wcr-calendar-day.is-rental-extended {
	background: repeating-linear-gradient(
		-45deg,
		#edf7ed,
		#edf7ed 6px,
		#dcefdc 6px,
		#dcefdc 12px
	);
	color: #1f5f1f;
}

.wcr-calendar-day.is-delivery {
	background: #2c7a2c;
	color: #fff;
	font-weight: 700;
}

.wcr-calendar-day.is-rental-end:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px #2c7a2c;
}

.wcr-calendar-day.is-pickup:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px #1f5f1f;
	font-weight: 700;
}

.wcr-calendar-day:not(.is-disabled):not(.is-empty):hover {
	box-shadow: inset 0 0 0 2px #2c7a2c;
}

.wcr-calendar-hint {
	margin: 1em 0 0;
	font-size: 0.92em;
	color: #666;
}

.wcr-calendar-invalid {
	border-color: #b32d2e;
}

.wcr-date-summary {
	margin: 0.85em 0 0;
	font-weight: 600;
	color: #2c7a2c;
}

.wcr-pickup-note {
	margin: 0.65em 0 0;
	padding: 0.75em 0.9em;
	border-left: 3px solid #1f5f1f;
	background: #f3fbf3;
	color: #333;
	font-size: 0.92em;
}

.wcr-calendar-footer-text {
	margin: 0.85em 0 0;
	font-size: 0.9em;
	color: #555;
	line-height: 1.5;
}

/* Calendar: override Hello Elementor / WooCommerce theme styles on spans & buttons. */
.wcr-rental-fields .wcr-calendar {
	isolation: isolate;
	overflow: hidden;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-toolbar {
	flex-wrap: wrap;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-months {
	align-items: start;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-month {
	min-width: 0;
	width: 100%;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-weekdays,
.wcr-rental-fields .wcr-calendar .wcr-calendar-days {
	display: grid !important;
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	gap: 0.35em !important;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-weekday,
.wcr-rental-fields .wcr-calendar .wcr-calendar-day {
	box-sizing: border-box;
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	border: 1px solid transparent !important;
	outline: none !important;
	box-shadow: none;
	aspect-ratio: 1;
	min-height: 2.35rem;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-weekday {
	aspect-ratio: auto;
	min-height: 0;
	padding: 0.35em 0;
	border: none !important;
	background: transparent !important;
	cursor: default;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day {
	background: #fff !important;
	color: #333 !important;
	font-weight: 500;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-empty {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: default;
	pointer-events: none;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-disabled {
	color: #aaa !important;
	background: #f0f0f0 !important;
	border-color: transparent !important;
	cursor: not-allowed;
	opacity: 1;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-today:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px #2271b1 !important;
	border-color: transparent !important;
	font-weight: 700;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-rental:not(.is-delivery) {
	background: #e6f4e6 !important;
	color: #1f5f1f !important;
	border-color: transparent !important;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-rental-extended:not(.is-delivery) {
	background: repeating-linear-gradient(
		-45deg,
		#edf7ed,
		#edf7ed 6px,
		#dcefdc 6px,
		#dcefdc 12px
	) !important;
	color: #1f5f1f !important;
	border-color: transparent !important;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-delivery {
	background: #2c7a2c !important;
	color: #fff !important;
	border-color: #2c7a2c !important;
	font-weight: 700;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-rental-end:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px #2c7a2c !important;
	border-color: transparent !important;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-pickup:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px #1f5f1f !important;
	border-color: transparent !important;
	font-weight: 700;
}

.wcr-rental-fields .wcr-calendar .wcr-calendar-day:not(.is-disabled):not(.is-empty):hover,
.wcr-rental-fields .wcr-calendar .wcr-calendar-day:not(.is-disabled):not(.is-empty):focus,
.wcr-rental-fields .wcr-calendar .wcr-calendar-day:not(.is-disabled):not(.is-empty):focus-visible {
	box-shadow: inset 0 0 0 2px #2c7a2c !important;
	border-color: transparent !important;
	outline: none !important;
}

.wcr-rental-fields .wcr-calendar button.wcr-cal-nav {
	appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #b8d4b8 !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: #2c7a2c !important;
	box-shadow: none !important;
	outline: none !important;
	font-size: 1.4em;
	line-height: 1;
	cursor: pointer;
}

.wcr-rental-fields .wcr-calendar button.wcr-cal-nav:not(:disabled):hover,
.wcr-rental-fields .wcr-calendar button.wcr-cal-nav:not(:disabled):focus,
.wcr-rental-fields .wcr-calendar button.wcr-cal-nav:not(:disabled):focus-visible {
	background: #2c7a2c !important;
	border-color: #2c7a2c !important;
	color: #fff !important;
	outline: none !important;
}

.wcr-rental-fields .wcr-calendar button.wcr-cal-nav:disabled {
	opacity: 0.4 !important;
	cursor: not-allowed;
	background: #f5f5f5 !important;
	border-color: #ddd !important;
	color: #999 !important;
}

.wcr-rental-fields .wcr-calendar .wcr-legend-item {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0;
}

.wcr-notes-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.wcr-field-help {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	color: #555;
	margin-bottom: 0.5em;
}

.wcr-rental-fields textarea {
	width: 100%;
	max-width: 100%;
}

.wcr-price-preview {
	margin-top: 1.25em;
	padding-top: 1em;
	border-top: 1px solid #e2e2e2;
	font-size: 1.15em;
}

#wcr-calculated-price {
	color: #2c7a2c;
	font-weight: 700;
}

.wcr-availability {
	margin-top: 0.5em;
	font-size: 0.95em;
}

.wcr-availability.is-unavailable {
	color: #b32d2e;
}

.wcr-availability.is-available {
	color: #2c7a2c;
}

.wcr-availability.is-checking {
	color: #666;
}

.wcr-submit-disabled,
button.wcr-submit-disabled,
input.wcr-submit-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

@media (max-width: 600px) {
	.wcr-option-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcr-option-card-inner {
		min-height: 130px;
		padding: 0.65em;
	}

	.wcr-option-image {
		height: 72px;
	}
}

/* Cart & checkout: stack item meta vertically (themes often inline them with " / "). */
.woocommerce td.product-name dl.variation,
.woocommerce .product-name dl.variation,
.woocommerce-cart-form dl.variation,
.woocommerce-checkout-review-order-table dl.variation,
.widget_shopping_cart dl.variation {
	display: block !important;
	margin: 0.4em 0 0 !important;
	overflow: visible !important;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce .product-name dl.variation dt,
.woocommerce .product-name dl.variation dd,
.woocommerce-cart-form dl.variation dt,
.woocommerce-cart-form dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dd,
.widget_shopping_cart dl.variation dt,
.widget_shopping_cart dl.variation dd {
	display: block !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	line-height: 1.45 !important;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce .product-name dl.variation dt,
.woocommerce-cart-form dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dt,
.widget_shopping_cart dl.variation dt {
	font-weight: 600 !important;
	margin-top: 0.35em !important;
}

.woocommerce td.product-name dl.variation dt:first-child,
.woocommerce .product-name dl.variation dt:first-child,
.woocommerce-cart-form dl.variation dt:first-child,
.woocommerce-checkout-review-order-table dl.variation dt:first-child,
.widget_shopping_cart dl.variation dt:first-child {
	margin-top: 0 !important;
}

.woocommerce td.product-name dl.variation dd p,
.woocommerce .product-name dl.variation dd p,
.woocommerce-cart-form dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dd p {
	display: inline !important;
	margin: 0 !important;
}

.woocommerce td.product-name dl.variation dd::after,
.woocommerce .product-name dl.variation dd::after,
.woocommerce-cart-form dl.variation dd::after,
.woocommerce-checkout-review-order-table dl.variation dd::after,
.widget_shopping_cart dl.variation dd::after {
	content: none !important;
}

.wc-block-components-product-details {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.2em !important;
	margin: 0.4em 0 0 !important;
}

.wc-block-components-product-details__item {
	display: block !important;
	margin: 0 !important;
}

.wc-block-components-product-details__item::after,
.wc-block-components-product-details__name::after {
	content: none !important;
}

.wc-block-components-product-details__name {
	font-weight: 600 !important;
}

/* Rental product page: hide breadcrumbs and category meta from theme/WC output. */
body.wcr-rental-product-page.single-product .woocommerce-breadcrumb,
body.wcr-rental-product-page.single-product nav.woocommerce-breadcrumb,
body.wcr-rental-product-page.single-product .product_meta,
body.wcr-rental-product-page.single-product .posted_in,
body.wcr-rental-product-page.single-product .wp-block-woocommerce-breadcrumbs,
body.wcr-rental-product-page.single-product .wp-block-woocommerce-product-meta,
body.wcr-rental-product-page.single-product .woocommerce-product-meta,
body.wcr-rental-product-page.single-product .wp-block-post-terms,
body.wcr-rental-product-page.single-product .wc-block-components-product-category,
body.wcr-rental-product-page.single-product .product-category,
body.wcr-rental-product-page.single-product .woocommerce-product-category,
body.wcr-rental-product-page.single-product .tax-product_cat,
body.wcr-rental-product-page.single-product .single-product-category,
body.wcr-rental-product-page.single-product span.single-product-category {
	display: none !important;
}

body.wcr-rental-product-page.single-product form.cart .quantity,
body.wcr-rental-product-page.single-product .wc-block-components-quantity-selector {
	display: none !important;
}

/* ------------------------------------------------------------------
   Teekens brand — override default WooCommerce purple on rental flow
   (product page, cart, checkout). frontend.css loads on those views.
   ------------------------------------------------------------------ */
body.wcr-rental-product-page,
.woocommerce-cart,
.woocommerce-checkout {
	--wcr-green: #2c7a2c;
	--wcr-green-dark: #1f5f1f;
	--wcr-green-hover: #246624;
	--wcr-green-soft: #f3fbf3;
	--wcr-green-light: #e6f4e6;
	--wcr-green-border: #b8d4b8;
	--woocommerce: #2c7a2c;
	--woocommerce-primary: #2c7a2c;
	--woocommerce-primary-hover: #246624;
	--wp--preset--color--primary: #2c7a2c;
	--wp--preset--color--vivid-purple: #2c7a2c;
	accent-color: #2c7a2c;
}

/* Primary buttons — classic WooCommerce */
body.wcr-rental-product-page .woocommerce a.button,
body.wcr-rental-product-page .woocommerce button.button,
body.wcr-rental-product-page .woocommerce input.button,
body.wcr-rental-product-page .woocommerce a.button.alt,
body.wcr-rental-product-page .woocommerce button.button.alt,
body.wcr-rental-product-page .woocommerce input.button.alt,
body.wcr-rental-product-page .single_add_to_cart_button,
.woocommerce-cart a.button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button.alt,
.woocommerce-cart button.button.alt,
.woocommerce-cart input.button.alt,
.woocommerce-checkout a.button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-checkout a.button.alt,
.woocommerce-checkout button.button.alt,
.woocommerce-checkout input.button.alt,
.woocommerce-cart .checkout-button,
.woocommerce #payment #place_order {
	background-color: var(--wcr-green) !important;
	border-color: var(--wcr-green) !important;
	color: #fff !important;
}

body.wcr-rental-product-page .woocommerce a.button:hover,
body.wcr-rental-product-page .woocommerce button.button:hover,
body.wcr-rental-product-page .woocommerce input.button:hover,
body.wcr-rental-product-page .woocommerce a.button.alt:hover,
body.wcr-rental-product-page .woocommerce button.button.alt:hover,
body.wcr-rental-product-page .woocommerce input.button.alt:hover,
body.wcr-rental-product-page .single_add_to_cart_button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart a.button.alt:hover,
.woocommerce-cart button.button.alt:hover,
.woocommerce-cart input.button.alt:hover,
.woocommerce-checkout a.button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout input.button:hover,
.woocommerce-checkout a.button.alt:hover,
.woocommerce-checkout button.button.alt:hover,
.woocommerce-checkout input.button.alt:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce #payment #place_order:hover {
	background-color: var(--wcr-green-hover) !important;
	border-color: var(--wcr-green-hover) !important;
	color: #fff !important;
}

/* Primary buttons — WooCommerce Blocks */
body.wcr-rental-product-page .wc-block-components-button:not(.is-link),
body.wcr-rental-product-page .wp-block-button__link,
.woocommerce-cart .wc-block-components-button:not(.is-link),
.woocommerce-checkout .wc-block-components-button:not(.is-link),
.wc-block-cart__submit-container .wc-block-components-button,
.wc-block-checkout__actions .wc-block-components-button {
	background-color: var(--wcr-green) !important;
	border-color: var(--wcr-green) !important;
	color: #fff !important;
}

body.wcr-rental-product-page .wc-block-components-button:not(.is-link):hover,
body.wcr-rental-product-page .wp-block-button__link:hover,
.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover,
.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-checkout__actions .wc-block-components-button:hover {
	background-color: var(--wcr-green-hover) !important;
	border-color: var(--wcr-green-hover) !important;
	color: #fff !important;
}

/* Links & accents */
body.wcr-rental-product-page .woocommerce a:not(.button):not(.wcr-lookup-again a),
.woocommerce-cart .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-cart a.restore-item,
.woocommerce-checkout a.showlogin {
	color: var(--wcr-green-dark);
}

body.wcr-rental-product-page .woocommerce a:not(.button):hover,
.woocommerce-cart a.restore-item:hover,
.woocommerce-checkout a.showlogin:hover {
	color: var(--wcr-green-hover);
}

/* Form fields — focus rings (classic + blocks) */
body.wcr-rental-product-page .wcr-rental-fields input:focus,
body.wcr-rental-product-page .wcr-rental-fields textarea:focus,
body.wcr-rental-product-page .wcr-rental-fields select:focus,
body.wcr-rental-product-page .woocommerce form .input-text:focus,
body.wcr-rental-product-page .woocommerce form select:focus,
.woocommerce-cart form .input-text:focus,
.woocommerce-checkout form .input-text:focus,
.woocommerce-cart .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
	border-color: var(--wcr-green) !important;
	box-shadow: 0 0 0 1px var(--wcr-green) !important;
	outline-color: var(--wcr-green);
}

/* Radio, checkbox & payment tiles (blocks) */
body.wcr-rental-product-page .wc-block-components-radio-control--highlight-checked,
.woocommerce-cart .wc-block-components-radio-control--highlight-checked,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked,
body.wcr-rental-product-page .wc-block-components-radio-control__option--checked,
.woocommerce-checkout .wc-block-components-radio-control__option--checked,
.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked {
	border-color: var(--wcr-green) !important;
	box-shadow: inset 0 0 0 1px var(--wcr-green) !important;
}

body.wcr-rental-product-page .wc-block-components-checkbox .wc-block-components-checkbox__input:checked,
.woocommerce-cart .wc-block-components-checkbox .wc-block-components-checkbox__input:checked,
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:checked {
	background-color: var(--wcr-green) !important;
	border-color: var(--wcr-green) !important;
}

body.wcr-rental-product-page .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff !important;
}

/* Notices */
body.wcr-rental-product-page .woocommerce-info,
body.wcr-rental-product-page .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
	border-top-color: var(--wcr-green) !important;
}

body.wcr-rental-product-page .woocommerce-info::before,
body.wcr-rental-product-page .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-message::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before {
	color: var(--wcr-green) !important;
}

/* Sale / highlight amounts where themes use WC purple */
body.wcr-rental-product-page .price,
body.wcr-rental-product-page .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-Price-amount {
	color: inherit;
}

body.wcr-rental-product-page .wcr-rental-fields .wcr-calendar .wcr-calendar-day.is-today:not(.is-delivery) {
	box-shadow: inset 0 0 0 2px var(--wcr-green) !important;
}

