article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-bottom: 15px;
}

article a h2,
article a h3,
article a h4,
article a h5,
article a h6 {
	margin-bottom: unset;
}

table {
	width: 100%;
}

table tbody tr {
	padding: 24px;
	border-bottom: solid 1px var(--colors-neutral-light);
}

table th,
table td {
	padding: 24px;
}

table th {
	color: white;
}

table thead tr {
	border-radius: 8px 8px 0px 0px;
	background: var(--colors-primary-mid-blue)
}

/* curves the first tableData in the last row */

thead tr th:first-child {
	border-top-left-radius: 8px;
	/* bottom left curve */
}

/* curves the last tableData in the last row */

thead tr th:last-child {
	border-top-right-radius: 8px;
	/* bottom right curve */
}

table tbody tr:hover {
	background-color: var(--colors-neutral-light);
}


/*article ul li{
	padding-bottom: 5px;
}*/


article hr {
	border-top: solid 1px var(--colors-neutral-light);
	opacity: 1;
}


/* BANDI */
.path-taxonomy .layout__region--content .item-list>ul>li {
	margin-bottom: 20px;
}

.path-taxonomy .layout__region--content .item-list>ul>li>div>h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

.path-taxonomy .layout__region--content .views-element-container>h2 {
	margin-bottom: 20px;
	display: none;
}


.path-taxonomy .layout__region--content .item-list>ul {
	list-style-type: none;
	padding-left: 0
}

.path-taxonomy .layout__region--content .item-list>ul p {
	margin-bottom: 0px;
}