/* MobileN Board - QnA 스타일 */

.mbb-qna-list .mbb-col-status {
	width: 80px;
}

/* 답변 버튼 */
.mbb-qna-list .mbb-answer-btn {
	display: inline-block;
	padding: 6px 12px;
	background: #0073aa;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-decoration: none;
}

.mbb-qna-list .mbb-answer-btn:hover {
	background: #005a87;
	color: #fff;
	text-decoration: none;
}

/* QnA 상세 답변 영역 */
.mbb-answers {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.mbb-answer-item {
	padding: 20px;
	margin-top: 15px;
	background: #f0f8ff;
	border: 1px solid #d0e8f5;
	border-radius: 4px;
}

.mbb-answer-badge {
	display: inline-block;
	background: #0073aa;
	color: #fff;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 8px;
}

.mbb-answer-meta {
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}

.mbb-answer-content {
	line-height: 1.8;
	word-break: break-word;
}

/* QnA 글쓰기 알림 */
.mbb-qna-notice {
	padding: 12px 15px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #856404;
}
