.post-list {
	list-style: none;
	padding-left: 0;
}

.category-list-data + .post-list {
	padding-left: 0;
	margin-left: 0;
}

.category-list li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	width: 100%;
}

.post-list li {
	border-left: solid 1px #b5b5b5;
}

.category-list ul > li {
	margin-bottom: 1rem;
}

.category-list-data + .post-list li {
	padding-left: 1.2rem;
	margin-left: 0;
}

.list-title {
	font-weight: 600;
	margin-bottom: 34px;
	margin-left: 1.5rem;
	vertical-align: middle;
}

span.list-title {
	margin-left: 0.875rem;
}

.list-title svg {
	display: inline-block;
	vertical-align: middle;
}

.link-list {
	list-style: none;
	padding: 0 1.5rem;
}

.link-list li a i {
	margin-right: 1.5rem;
}

.category-list a {
	display: block;
	color: #333;
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.0175rem;
}

.link-list li a {
	display: block;
	color: #333;
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.0175rem;
	margin-bottom: 0.5rem;
}

.category-list ul {
	list-style: none;
	padding-left: 8px;
}

.category-list ul.post-list > li {
	margin-bottom: 0 !important;
	padding: 5px 20px;
}

.category-list ul.post-list > li.current-post {
	padding: 5px 18px;
	margin-left: -1px;
}

.post-count {
	margin-left: 8px;
	color: #999;
}

.category-name {
	display: flex;
	flex-direction: row;
	vertical-align: middle;
	max-width: 70%;
}

.category-toggle {
	display: flex;
	align-items: center;
	margin-left: 8px;
	z-index: 1;
}

.current-category + .category-name a {
	font-weight: 700;
	color: #05047e;
	margin-left: -3.1rem;
	padding-left: 3rem;
	z-index: 0;
}

.toggle-button {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.62rem;
	vertical-align: middle;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g opacity="0.8"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7604 9.44176L12.1818 10L12.7604 10.5582C13.0799 10.2499 13.0799 9.75007 12.7604 9.44176ZM11.0247 10L7.23964 13.6523C6.92012 13.9606 6.92012 14.4605 7.23964 14.7688C7.55916 15.0771 8.0772 15.0771 8.39672 14.7688L12.7604 10.5582L12.1818 10L12.7604 9.44176L8.39672 5.23123C8.0772 4.92292 7.55916 4.92292 7.23964 5.23123C6.92012 5.53954 6.92012 6.03941 7.23964 6.34772L11.0247 10Z" fill="black"/></g></svg>'); /* stylelint-disable function-url-quotes */
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
	background-color: transparent !important;
	border: none !important;
	outline: none;
}

.toggle-button.expanded {
	transform: rotate(90deg);
}

.category-children {
	display: none;
	margin-left: 8px;
}

.category-children.expanded {
	display: block;
	width: 100%;
}

.category-children:not(:has(li)) {
	display: none;
}

.category-toggle .toggle-button {
	outline: none;
}

.category-children:not(:has(li)):not(.has-posts) + .category-toggle
.toggle-button {
	display: none;
}

.post-list .current-post i {
	color: #05047e;
}

.post-list .current-post {
	padding-left: 1.5rem;
	border-left: solid 3px #05047e;
}

.post-list .post-item a {
	flex: 1 1;
}

.post-list .current-post a {
	font-weight: 700;
	color: #05047e;
	flex: 1 1;
}

.category-wrapper .post-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 5px;
}

/*
.category-wrapper .post-item {
    display: grid !important;
    gap: 5px;
    grid-template-columns: 0.1fr 1fr auto;
    align-items: center;
    text-wrap: nowrap;
}*/

.category-wrapper .post-item i,
.category-wrapper .post-item svg {
	align-self: start;
	margin-top: 2px;
}

.post-item .updated-tag {
	display: inline-flex;
	align-items: center;
	background: #54b1e4;
	border-radius: 100px;
	padding: 2px 10px;
	font-size: 10px;
	margin-left: 3px;
	line-height: -0.2px;
	text-transform: uppercase;
}

.post-item .new-tag {
	display: inline-flex;
	align-items: center;
	background: #aeeecc;
	border-radius: 100px;
	padding: 2px 10px;
	font-size: 10px;
	margin-left: 3px;
	line-height: -0.2px;
	text-transform: uppercase;
}
