.row-space {
	padding-bottom: 1em;
}
.top-bar.row-space {
	padding-top: 1em;
	margin-bottom: 1em;
}
.news-detail h1 {
	font-size: 1.8rem;
}
.article-post-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 1em 0;
}
.article-post-content {
	display: block;
}
.logo-ad-wrap > div:first-child {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.logo-ad-wrap > div {
	padding-bottom: 1em;
}
@media screen and (min-width: 640px) {
	.logo-ad-wrap > div {
		padding-bottom: 0;
	}
	.logo-ad-wrap > div:first-child {
		display: block;
	}
}

.top-logo-block {
	display: flex;
	flex-direction: row;
}
.top-logo-block .top-logo-text {
	text-transform: uppercase;
	font-size: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.logo-ria-big {
	display: block;
	white-space: nowrap;
	background: url(/local/templates/pravo_riavrn/images/logo-ria-2023.svg) center top no-repeat;
	background-size: contain;
	font-size: 0px;
	width: 252px;
	min-width: 180px;
	height: 70px;
	margin: 0 15px 0 -10px;
}
.pub-row-meta .meta-item {
	font-weight: 400;
	color: #555;
	text-align: right;
}
.pub-row-meta .meta-item .pdf-item-value {
	font-weight: 400;
	color: #000;
	display: inline-block;
	min-width: 150px;
}
.pub-row .pub-row-link a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/pdf-icons.svg);
	background-size: cover;
	margin-right: 4px;
}