.newsroom-types {
	padding: 0;
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	font-family: "Avenir Next", Sans-serif;
	margin-bottom: 36px;
}

.newsroom-types .news-room-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	list-style-type: none;
}

.newsroom-types .news-room-btn button {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 14px 17px 12px 16px;
	background: #005F66;
	border-radius: 8px;
	border: 1px solid #005F66;
	box-sizing: border-box;
	text-decoration: none;
}

.newsroom-types .news-room-btn.active button {
	color: #141414;
	background: #FFFFFF;
	border: 1px solid #141414;
}

.newsroom-list-header {
	display: grid;
	grid-template-columns: 200px 1fr !important;
	grid-gap: 19px;
	background-color: #CCCECF;
	padding: 7px 16px;
}

.newsroom-list {
	margin: 0;
	padding: 0;
}

.newsroom-list .newsroom-list-item {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-gap: 19px;
	list-style: none;
	padding: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.newsroom-list .newsroom-list-item span {
	font-family: "Avenir Next";
	font-size: 18px;
	line-height: 30px;
	color: #141414;
}

.newsroom-list .newsroom-list-item a {
	font-size: 18px;
	line-height: 30px;
	color: #005F66;
	text-decoration: none !important;
	font-family: "Avenir Next";
	max-width: 728px;
	width: 100%;
}

.newsroom-posts-button {
	margin: 40px 0;
	text-align: center;
}

.newsroom-posts-button a {
	font-weight: 700;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 14px 28px 14px 28px;
	border-radius: 8px;
	box-sizing: border-box;
	text-decoration: none;
	color: #141414;
	background: #fff;
	border: 1px solid #141414;
	transition: all 0.2s ease-in;
}

.newsroom-posts-button a:hover {
	color: #fff;
	background: #00A7A7;
	border-color: #00A7A7;
}

@media screen and (max-width: 767px) {
	.newsroom-list-header {
		grid-template-columns: 1fr !important;
	}
	.newsroom-list-header span:first-child {
		display: none;
	}
	.newsroom-list {
		grid-template-columns: 1fr !important;
	}
	.newsroom-list .newsroom-list-item {
		grid-template-columns: 1fr !important;
	}
	.newsroom-list span:first-child {
		display: none;
	}
}
