/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hi-forum-ai-suggestion-box {
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #d8e0e8;
	border-radius: 8px;
	background: #f7fbff;
}

.hi-forum-ai-suggestion-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 19px;
}

.hi-forum-ai-suggestion-row {
	margin: 0 0 8px;
}

.hi-forum-ai-suggestion-sintesi {
	margin: 0 0 10px;
	padding: 8px;
	background: #fff;
	border: 1px solid #e1e8ef;
	border-radius: 6px;
	white-space: pre-wrap;
}

.hi-forum-ai-suggestion-textarea {
	width: 100%;
	min-height: 120px;
	padding: 8px;
	border: 1px solid #cdd6df;
	border-radius: 6px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	resize: vertical;
	box-sizing: border-box;
}

.hi-forum-ai-suggestion-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.hi-forum-ai-copy-btn {
	padding: 6px 12px;
	border: 1px solid #9eb7c8;
	border-radius: 6px;
	background: #ffffff;
	color: #233746;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.hi-forum-ai-copy-btn:hover {
	background: #eef6fb;
}

.hi-forum-ai-copy-status {
	font-size: 13px;
	font-weight: 600;
	color: #1f7a36;
}

.hi-forum-ai-copy-status.is-error {
	color: #b42318;
}

.hi-forum-ai-replied-banner {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #c7dfef;
	background: #eefdff;
	border-radius: 8px;
}

.hi-forum-ai-replied-banner-title {
	font-weight: 700;
	margin-bottom: 4px;
}

.hi-forum-ai-replied-banner-text {
	margin-bottom: 6px;
}

.hi-forum-ai-replied-banner-link {
	font-weight: 600;
	text-decoration: underline;
}

.hi-forum-ai-reply {
	border-left: 3px solid #35a6de;
	padding-left: 8px;
}

.hi-forum-ai-reply-badge {
	display: inline-block;
	margin-top: 6px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #d8f1ff;
	border: 1px solid #9dd8f2;
	color: #0a5f88;
	font-size: 12px;
	font-weight: 600;
}
