/* WP AI Portal — Summary: front-end summary box */

.wais-summary-box {
	background: #f4f8fb;
	border: 1px solid #d6e3ee;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
	padding: 14px 18px;
	margin: 0 0 24px;
	line-height: 1.7;
}

.wais-summary-box__title {
	font-weight: 700;
	font-size: 0.95em;
	color: #1d4f7c;
	margin-bottom: 6px;
	letter-spacing: 0.02em;
}

.wais-summary-box__body {
	color: #333;
	font-size: 1em;
}
