/*
Theme Name: Breckland Plant Hire
Theme URI: https://github.com/taylorgrantfordham/brecklandplanthire
Author: Taylor Grant Fordham
Description: Custom WordPress theme for Breckland Plant Hire
Version: 1.0.0
Text Domain: breckland-plant-hire
*/

/* Header logo scales with expanded/collapsed sticky nav state. */
#bph-header .bph-site-logo {
	height: 2.5rem !important;
	width: auto !important;
	transition: height 0.3s ease !important;
}

#bph-header.bph-nav-expanded .bph-site-logo--home {
	height: 3.5rem !important;
}

/* Checkout terms: increase checkbox and make the full row easier to tap. */
.bph-checkout-form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.6rem !important;
	cursor: pointer !important;
	padding: 0.35rem 0 !important;
}

.bph-checkout-form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
	width: 1.35rem !important;
	height: 1.35rem !important;
	min-width: 1.35rem !important;
	margin-top: 0.1rem !important;
	cursor: pointer !important;
}