/* Simple Sitemap Menu */

body .simple-sitemap-menu li {
	float: initial;
}

/* Simple Sitemap */

.simple-sitemap-container ul {
	margin: 0 0 0 1.2em;
	padding: 0;
}

.simple-sitemap-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	list-style: none;
	padding-inline-start: 0;
}

.simple-sitemap-child-page-image {
	display: inline-flex;
	margin-inline-end: 0.5em;
	vertical-align: middle;
}

.simple-sitemap-product-category + .simple-sitemap-product-category {
	margin-block-start: 1.5em;
}

.simple-sitemap-product-item {
	margin-block-end: 0.5em;
}

.simple-sitemap-product-image {
	display: inline-block;
	margin-inline-end: 0.5em;
	vertical-align: middle;
}

.simple-sitemap-product-meta {
	font-size: 0.9em;
}

.simple-sitemap-wrap:not(:first-of-type) {
	margin-top: 1.5em;
}

.simple-sitemap-container .excerpt {
	font-size: 0.85em;
}

.simple-sitemap-container span.excerpt {
	position: relative;
	left: 8px;
}

.simple-sitemap-container .separator {
	border-bottom: 1px #eee solid;
	margin-bottom: -5px;
	margin-top: 18px;
	padding: 0;
}

/* don't show the bottom border on the last entry */
.simple-sitemap-container ul.main > li:last-child .separator {
	border-bottom: 0;
}

/* featured image */
.simple-sitemap-fi {
	position: relative;
	top: 6px;
	left: -5px;
	margin-left: 5px;
}

/* Flexbox sitemap columns */

.simple-sitemap-container.col {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.simple-sitemap-wrap.col {
	width: 260px;
	margin-right: 20px;
	margin-top: 10px;
}

.simple-sitemap-wrap.col ul.main {
	margin-left: 20px;
}

.simple-sitemap-container.hide-icon ul.main {
	margin-left: 0;
	list-style-type: none;
}

.simple-sitemap-container.hide-icon ul.main ul.children {
	list-style-type: none;
}

/* Horizontal Sitemap */

.horizontal ul.children {
	display: inline;
	margin-left: 0;
}

.simple-sitemap-wrap > ul.horizontal {
	list-style-type: none;
	margin: 0;
}

.simple-sitemap-wrap > ul.horizontal li {
	display: inline;
}

/* Sitemap Tab Styles (for new tabs added June 2019) */

.simple-sitemap-container.tab-enabled * {
	box-sizing: border-box;
}

.simple-sitemap-container.tab-enabled ul.main {
	margin: 2em 1em 2em 3em;
}

.simple-sitemap-container.tab-enabled ul.main.horizontal {
	margin: 2em 1em 2em 2em;
}

.simple-sitemap-container .no-posts {
	font-style: italic;
}

.simple-sitemap-container.tab-enabled .no-posts {
	font-style: italic;
	margin: 2em 1em 2em 2em;
}

.simple-sitemap-container.tab-enabled .post-type {
	margin: 0;
	font-weight: 400;
}

.simple-sitemap-container.tab-enabled label {
	cursor: pointer;
	float: left;
	margin: 0 5px 0 0;
	display: block;
	background-color: #eee;
	border-radius: 4px 4px 0 0;
}

.simple-sitemap-tab-button {
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.simple-sitemap-tab-button:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 2px;
}

.simple-sitemap-container.tab-enabled .simple-sitemap-tab-control {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.simple-sitemap-container.tab-enabled .simple-sitemap-tab-control:focus-visible + label {
	outline: 2px solid currentcolor;
	outline-offset: 2px;
}

.simple-sitemap-container.tab-enabled input[id^="simple-sitemap-tab-1"]:checked ~ .simple-sitemap-content .simple-sitemap-tab-1,
.simple-sitemap-container.tab-enabled input[id^="simple-sitemap-tab-2"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-2,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-3"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-3,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-4"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-4,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-5"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-5,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-6"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-6,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-7"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-7,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-8"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-8,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-9"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-9,
.simple-sitemap-container.tab-enabled	input[id^="simple-sitemap-tab-10"]:checked ~ .simple-sitemap-content	.simple-sitemap-tab-10 {
	display: block;
}

.simple-sitemap-container.tab-enabled .simple-sitemap-content {
	clear: both;
	position: relative;
}

.simple-sitemap-container.tab-enabled .panel {
	width: 100%;
	display: none;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}
