﻿.cc-monitor-page {
	border-top: 1px solid #ddd;
	padding: 0 0 32px;
	background: #f5f5f5;
}

.cc-monitor-header {
	padding: 24px 16px 14px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.cc-monitor-header-title {
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	color: #222;
	margin:0;
}

.cc-monitor-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.cc-monitor-total {
	font-size: 13px;
	color: #666;
}

.cc-monitor-total strong {
	color: #e8001c;
	font-weight: 700;
}

.cc-monitor-write {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	padding: 8px 14px;
	border-radius: 6px;
	background: #e8001c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.cc-monitor-cat-tabs {
	display: flex;
	overflow-x: auto;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	scrollbar-width: none;
}

.cc-monitor-cat-tabs::-webkit-scrollbar {
	display: none;
}

.cc-monitor-cat-tab {
	flex-shrink: 0;
	padding: 13px 16px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: none;
	color: #aaa;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.cc-monitor-cat-tab.active {
	border-bottom-color: #e8001c;
	color: #e8001c;
	font-weight: 700;
}

.cc-monitor-sub-chips-wrap {
	background: #f9f9f9;
}

.cc-monitor-sub-chips {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding: 9px 14px;
	border-bottom: 1px solid #e8e8e8;
	scrollbar-width: none;
}

.cc-monitor-sub-chips::-webkit-scrollbar {
	display: none;
}

.cc-monitor-sub-chips-hidden {
	display: none;
}

.cc-monitor-sub-chip {
	flex-shrink: 0;
	padding: 5px 13px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	background: #fff;
	color: #666;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.cc-monitor-sub-chip.active {
	background: #e8001c;
	border-color: #e8001c;
	color: #fff;
}

.cc-monitor-list {
	background: #fff;
}

.cc-monitor-item {
	display: block;
	position: relative;
	padding: 14px 40px 14px 16px;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none;
}

.cc-monitor-item-wrap:last-child .cc-monitor-item {
	border-bottom: 0;
}

.cc-monitor-item-program {
	display: inline-block;
	margin-bottom: 6px;
	padding: 3px 8px;
	border-radius: 3px;
	background: #d07575;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.cc-monitor-item-title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	color: #222;
	word-break: keep-all;
}

.cc-monitor-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	color: #aaa;
}

.cc-monitor-item-meta span + span::before {
	content: "|";
	margin-right: 10px;
	color: #e5e5e5;
}

.cc-monitor-item-arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	color: #d7d7d7;
	font-size: 18px;
	line-height: 1;
}

.cc-monitor-replied-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 5px;
	border: 1px solid #e8001c;
	border-radius: 3px;
	color: #e8001c;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: middle;
}

.cc-monitor-empty {
	padding: 60px 16px;
	text-align: center;
	background: #fff;
	color: #aaa;
	font-size: 14px;
}

.cc-monitor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 20px 16px 0;
}

.cc-monitor-page-link,
.cc-monitor-page-current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #666;
}

.cc-monitor-page-current {
	border-color: #e8001c;
	background: #e8001c;
	color: #fff;
}

.cc-monitor-lock-icon {
        display: inline-flex;
        align-items: center;
        margin-left: 5px;
        color: #aaa;
        vertical-align: middle;
}
