/* 2024-06-22 Override apparent Gravity Forms bug impacting editor page for
all posts and pages. It's setting an unwanted .edit-post-visual-editor {
background-color: #ddd; }. */

body {
	box-sizing: border-box;
}

body a:hover {
	text-decoration: underline;
}

header .has-base-background-color {
	background-color: #ffffff !important;
}

.see-our-other-products {
	border-color: #8fb915;
	max-width: 600px !important;
}

/* Tables */
.wp-block-table td {
	border: none;
	padding: .1em;
}

.distributor-matrix.is-layout-flex {
	gap: 0;
	margin-top: 0;
}
