﻿.cc-monitor-detail-page {
	padding: 0 0 5px;
	background: #f5f5f5;
}

.cc-monitor-detail-wrap {
	padding: 0 0 0 0;
}

.cc-monitor-detail-head {
	padding: 18px 16px 16px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.cc-monitor-detail-program {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 9px;
	border-radius: 3px;
	background: #d07575;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.cc-monitor-detail-title {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.5px;
	color: #222;
	word-break: keep-all;
}

.cc-monitor-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #aaa;
	font-size: 13px;
}

.cc-monitor-detail-meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.cc-monitor-detail-body {
	padding: 20px 16px;
	min-height: 200px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	color: #222;
	font-size: 16px;
	line-height: 1.9;
	word-break: keep-all;
}

.cc-monitor-detail-body img {
	max-width: 100%;
	height: auto;
}

.cc-monitor-detail-nav {
	margin-top: 8px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
}

.cc-monitor-detail-nav-item {
	display: flex;
	align-items: center;
	padding: 14px 16px;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none;
}

.cc-monitor-detail-nav-item.disabled {
	opacity: 0.35;
	pointer-events: none;
}

.cc-monitor-detail-nav-label {
	flex-shrink: 0;
	width: 44px;
	color: #e8001c;
	font-size: 12px;
	font-weight: 700;
}

.cc-monitor-detail-nav-label.next {
	color: #666;
}

.cc-monitor-detail-nav-title {
	flex: 1;
	overflow: hidden;
	color: #666;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cc-monitor-detail-list-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: calc(100% - 32px);
	margin: 16px;
	padding: 13px;
	border: 1.5px solid #e8001c;
	border-radius: 8px;
	background: #fff;
	color: #e8001c;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.staff-reply {
	margin-top: 8px;
	border-left: 3px solid #e8001c;
	background: #fff8f8;
}

.staff-reply-head {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 16px 10px;
	border-bottom: 1px solid #fde8eb;
}

.staff-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 9px;
	border-radius: 4px;
	background: #e8001c;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.staff-reply-date {
	margin-left: auto;
	color: #aaa;
	font-size: 12px;
}

.staff-reply-body {
	padding: 14px 16px;
	color: #444;
	font-size: 14px;
	line-height: 1.8;
	word-break: keep-all;
}

.staff-reply-body img {
	max-width: 100%;
	height: auto;
}

.cc-monitor-detail-actions {
	display: flex;
	gap: 10px;
	padding: 16px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.cc-monitor-detail-action-form {
	display: flex;
	flex: 1;
	margin: 0;
}

.cc-monitor-detail-action-btn {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	appearance: none;
}

.cc-monitor-detail-action-btn.delete {
	border-color: #f0c7cd;
	color: #c43c52;
}