.people figure {
	margin-bottom: 2em;
}
label {
	color: var(--contrast) !important;
}

.green-button .wp-block-button a {
	background-color: #4AB757;
}

article p a, article li a {
	border-bottom: 3px var(--light-blue) solid;
	color: inherit !important;
	text-decoration: none;
}

.wc-block-grid__products {
	padding: 1em;
}
.wc-block-grid__products .wc-block-grid__product-image img {
	border-radius: 1em;
}
.wp-block-button__link,
.wc-block-components-filter-submit-button {
	background: var(--dark-blue) !important;
	border-bottom: none;
	border-radius: 2em;
	color: var(--white) !important;
}
.wc-block-components-filter-submit-button,
.wp-block-media-text .wp-block-button__link {
	width: auto !important;
}
.wp-block-button__link:hover,
.wc-block-components-filter-submit-button {
	background: var(--contrast) !important;
}
.wc-block-grid__product {
	margin-bottom: 2em !important;
}
.product_meta > span {
	display: block;
}
section.related .button {
	background: var(--dark-blue) !important;
	border-bottom: none;
	border-radius: 2em;
	color: var(--white) !important;
	width: auto !important;
}
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-price-filter h2 {
	color: var(--light-blue);
	font-size: 1.2em !important;
	margin-bottom: 0.2em;
}
.wp-block-woocommerce-attribute-filter button {
	background-color: var(--dark-blue) !important;
}
.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
	border-color: var(--medium-blue) !important;
	border-radius: 6px !important;
	border-width: 2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min,
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	box-shadow: none;
}
.wc-block-components-price-slider__range-input-progress {
	background: var(--dark-blue);
}

input, textarea, .select2-container .select2-selection--single .select2-selection__rendered {
	border: 2px var(--medium-blue) solid !important;
	border-radius: 6px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 4px;
	padding-bottom: 4px;
}
.select2-container--default .select2-selection--single {
	border: none !important;
	margin-bottom: 0.8em;
}
#customer_details {
	margin-bottom: 2em;
}

.wc-block-attribute-filter input {
	border: none !important;
}

.woocommerce-message {
	border-top-color: var(--green) !important;
}
.woocommerce-message::before {
	color: var(--green) !important;
}
.checkout-button,
#order_review button {
	background: var(--green) !important;
}
#wc_donation_on_cart .wc-input-text {
	border-width: 2px !important;
}

input[type=submit] {
	border: none !important;
	margin-bottom: 2em !important;
}
input[type=file] {
	border: none !important;
}

a.remove {
	color: var(--red) !important;
	height: 1.1em !important;
	padding: 0 !important;
	width: 1.1em !important;
}
a.remove:hover,
a.remove:focus {
	background: var(--red) !important;
}

.program-resource header time {
	display: none !important;
}

li.wp-block-post figure a {
	border: none;
	margin-bottom: 1em;
}
.add-remove-top-space {
 
 margin-bottom: 0;
 
}