body.page-template-page-news
	.post-card.post-card_news:not(.post-card-featured)
	.post-card__image {
	/*background-color: #c5d6e3;*/
}

body.page-template-page-news .post-card.post-card_news .post-card__badge,
body.page-template-page-news .post-card.post-card_news .post-card__badges {
	display: none;
}

body.page-template-page-news
	.post-card.post-card_news:not(.post-card-featured)
	.post-card__image {
	height: auto;
	min-height: 1px;
}

body.page-template-page-news
	.post-card.post-card_news:not(.post-card-featured)
	.post-card__image
	img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top;
}

/*Repository*/
.repository-wrap {
	display: flex;
	gap: 10%;
	justify-content: space-between;
}
.repository-thumb {
	width: 40%;
	flex: 0 0 auto;
}
.repository-accordion {
	width: 100%;
}
.repository-category {
	margin-bottom: 30px;
}
.repository-category .accordion-toggle {
	background-image: url(../img/rep-cat-icon.png);
	background-repeat: no-repeat;
	background-color: transparent;
	transition: background-color 0.3s;
	border: none;
	padding: 0 30px 0 40px;
	background-position: left 4px;
	position: relative;
	color: #536a81;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
	outline: none;
}
.repository-category .accordion-toggle::after {
	content: "";
	background-image: url(../img/rep-cat-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 14px;
	height: 9px;
	right: 0;
	top: 11px;
}
.repository-category .accordion-toggle.active::after {
    transform: scaleY(-1);
}
.repository-category .accordion-toggle .link-count {
	display: block;
	color: #9eabb8;
	font-weight: 300;
	font-size: 16px;
}
.accordion-content {
	display: none;
	padding: 10px 40px;
}
.repository-links li:not(:last-child) {
	margin-bottom: 20px;
}
.repository-links li {
	font-weight: 300;
	font-size: 14px;
	color: #9eabb8;
	line-height: 1.6;
}
.repository-links li strong {
	font-size: 16px;
	color: #536a81;
}
.repository-links li a {
	display: flex;
	font-size: 16px;
	color: #536a81;
	align-items: center;
	gap: 10px;
}

@media (max-width: 991px) {
    .repository-thumb {
        display: none;
    }
    .repository-wrap {
        gap: 0;
        justify-content: flex-start;
        flex-direction: column;
    }
    .repository-category {
        text-align: left;
    }
}

.single-glossary .content ul li:not(:last-child) {
	margin-bottom: 15px;
}
.single-glossary .content ul {
  margin-bottom: 15px;
}
.single-glossary .content ul + p {
  margin-bottom: 15px;
}

.news-single__content .news-single-logo img {
  margin-left: 0;
  margin-bottom: 0;
}