.newslist {
	margin: 0 0 12px;
}

.news {
	background: url(../images/performance.png) repeat-x left top;
	text-align: left;
	color: #ffffff;
	padding: 11px 14px 12px;
	border: 1px solid #0471cc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 10px 2px #000000;
	box-shadow: 3px 3px 10px 0px #000000;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	cursor: pointer;
}

.news:hover {
	background: #0471cc;
}

.news-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.news-row-top {
	margin-bottom: 6px;
}

.news-category {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: #8ed8ff;
}

.news-date {
	font-size: 11px;
	color: #d1e7fb;
	white-space: nowrap;
}

.news-title {
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 5px;
	word-break: break-word;
}

.news-author {
	font-size: 12px;
	color: #d5e8f8;
}

.newstext {
	display: none;
	border: 1px solid #0471cc;
	border-top: 2px solid #0471cc;
	border-right: 2px solid #0471cc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5;
	color: #ffffff;
	background: url(../images/server-transparent-bg.png) repeat;
	padding: 15px 20px;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	margin-top: 2px;
}

.news-excerpt {
	margin-bottom: 12px;
	word-break: break-word;
}

.news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 10px;
	border-top: 1px solid rgba(133, 203, 255, 0.2);
	font-size: 0.95em;
}

.news-comments-link {
	color: #7dd5ff;
	font-weight: bold;
}

.news-readmore {
	margin-top: 12px;
}

.news-readmore a {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #0471cc;
	border-radius: 6px;
	background: linear-gradient(180deg, #3D4850 3%, #313d45 4%, #0471cc 100%);
	color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
}

.news-readmore a:hover {
	background: linear-gradient(180deg, #0471cc 3%, #404F5A 4%, #2E3940 100%);
	color: #ffffff;
}

.news-detail h1 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 2.1em;
	line-height: 1.2;
}

.news-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-bottom: 14px;
	font-size: 1.15em;
	color: #d8ecfb;
}

.news-detail-body {
	font-size: 1.2em;
	line-height: 1.55;
	color: #ffffff;
	max-width: 840px;
}

.news-flash {
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 1.15em;
}

.news-flash-success {
	background: rgba(18, 115, 48, 0.9);
	border: 1px solid rgba(80, 212, 120, 0.35);
	color: #effff4;
}

.news-flash-error {
	background: rgba(126, 16, 28, 0.9);
	border: 1px solid rgba(255, 132, 145, 0.35);
	color: #fff3f4;
}

.news-comment-form {
	margin: 18px 0 14px;
}

.news-comment-form table {
	width: 100%;
	max-width: 520px;
}

.news-comment-form td {
	padding: 6px 8px 6px 0;
	vertical-align: middle;
}

.news-comment-form textarea {
	width: 100%;
	min-height: 110px;
	resize: vertical;
	box-sizing: border-box;
}

.news-comment-form input[type=text] {
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
}

.news-login-note {
	margin: 16px 0;
	color: #d9ecfb;
	font-size: 1.15em;
}

.news-comment-item {
	margin: 0 0 12px;
	padding: 12px 14px;
	background: rgba(8, 29, 47, 0.72);
	border: 1px solid rgba(92, 174, 241, 0.24);
	border-radius: 8px;
	font-size: 1.15em;
	line-height: 1.5;
	color: #eaf6ff;
}

@media (max-width: 720px) {
	.news,
	.newstext {
		max-width: none;
	}

	.news-meta,
	.news-row {
		flex-direction: column;
		align-items: flex-start;
	}
}
