/**
 * Блок «Новые сообщения» — шаблон «Вид списком» (как на макете портала).
 */
.b3plastmessage-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b3plastmessage-list-item {
	margin: 0;
	padding: 0.2em 0.4em;
}

.b3plastmessage-list-item--even {
	background: #e8f2fa;
}

.b3plastmessage-list-item--odd {
	background: none;
}

.b3plastmessage-list-line {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
	margin: 0;
	line-height: 1.45;
	font-size: inherit;
}

.b3plastmessage-list__left {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex: 1 1 auto;
	min-width: 0;
	gap: 0.3em;
}

.b3plastmessage-list__chev {
	flex: 0 0 auto;
	color: #555;
}

.b3plastmessage-list__label {
	flex: 0 0 auto;
	font-weight: bold;
	color: #333333;
}

.b3plastmessage-list__topic-clip {
	flex: 1 1 auto;
	min-width: 0;
}

.b3plastmessage-list__topic-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: #105289;
}

.b3plastmessage-list__topic-link.b3plastmessage__topic-link--unread {
	color: #105289;
	font-weight: 600;
}

.b3plastmessage-list__topic-link.b3plastmessage__topic-link--unread:hover {
	color: #0c6e2b;
}

.b3plastmessage-list__topic-link:hover {
	text-decoration: underline;
}

.b3plastmessage-list__right {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.35em;
	max-width: 48%;
	min-width: min-content;
	white-space: nowrap;
}

.b3plastmessage-list__label--date {
	margin-left: 0.25em;
}

.b3plastmessage-list__author .username-coloured,
.b3plastmessage-list__author a.username-coloured {
	font-weight: bold;
}

.b3plastmessage-list__date {
	color: #111111;
	font-weight: normal;
}

.b3plastmessage-list--compact .b3plastmessage-list-line {
	font-size: 10px;
}

.b3plastmessage-list--compact .b3plastmessage-list-item {
	padding: 0.4em 0.5em;
}

@media (max-width: 700px) {
    
	#portal-left .forabg, #portal-center .forabg, #portal-right .forabg, #portal-top .forabg, #portal-bottom .forabg {
		margin-bottom: 3px;
	 }
	 
}
