/**
 * SMAI Newsmaster – Summary & FAQ frontend styling.
 */

/* === Uvodni Summary === */
.newsmaster-uvod {
	background: #f0f7ff;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
	padding: 20px 24px;
	margin-bottom: 28px;
	font-size: 0.95em;
	line-height: 1.65;
}

.newsmaster-uvod__intro {
	font-weight: 600;
	margin: 0 0 12px 0;
	font-size: 1.05em;
	color: #1d2327;
}

.newsmaster-uvod__bullets {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsmaster-uvod__bullets li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
	color: #2c3338;
}

.newsmaster-uvod__bullets li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #2271b1;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
}

.newsmaster-uvod__bullets li:last-child {
	margin-bottom: 0;
}

/* === FAQ === */
.newsmaster-faq {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 24px 28px;
	margin-top: 32px;
}

.newsmaster-faq__title {
	font-size: 1.3em;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #2271b1;
	color: #1d2327;
}

.newsmaster-faq__item {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}

.newsmaster-faq__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.newsmaster-faq__question {
	font-size: 1.05em;
	font-weight: 600;
	margin: 0 0 6px 0;
	color: #1d2327;
}

.newsmaster-faq__answer {
	margin: 0;
	color: #50575e;
	line-height: 1.65;
}
