/* Message context chips, staff disclosure, action timeline events. */

.cp-conv-context-chip,
.cp-conv-msg .cp-conv-context-chip {
	display: inline-flex;
	align-items: center;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.cp-conv-context-chip__link {
	color: inherit;
	text-decoration: none;
}

.cp-conv-context-chip__link:hover {
	text-decoration: underline;
}

.cp-conv-context-line {
	display: none;
}

.cp-conv-msg__ctx {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 0 0 2px;
	padding: 0;
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: 50%;
	background: #fff;
	color: #6b7380;
	cursor: pointer;
	flex: 0 0 auto;
	line-height: 0;
}

.cp-conv-msg__ctx:hover,
.cp-conv-msg__ctx[aria-expanded="true"] {
	color: #14181f;
	border-color: rgba(20, 24, 31, 0.28);
	background: #f6f5f2;
}

.cp-conv-msg__ctx svg {
	display: block;
}

.cp-conv-ctx-pop {
	position: fixed;
	z-index: 400020;
	box-sizing: border-box;
	width: max-content;
	max-width: min(280px, calc(100vw - 24px));
	padding: 10px 12px 11px;
	border: 1px solid rgba(20, 24, 31, 0.08);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 24, 31, 0.12);
	color: #3d424a;
	font-size: 13px;
	line-height: 1.45;
}

.cp-conv-ctx-pop__blurb,
.cp-conv-ctx-pop__page {
	margin: 0;
}

.cp-conv-ctx-pop__page {
	margin-top: 6px;
	color: #6b7380;
	font-size: 12px;
}

.cp-conv-ctx-pop__open {
	display: inline-block;
	margin-top: 8px;
	color: #14181f;
	font-size: 12.5px;
	font-weight: 550;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cp-conv-ctx-pop__open:hover {
	color: #c2552b;
}

.cp-conv-context-disclosure {
	display: none;
}

.cp-conv-context-disclosure summary {
	cursor: pointer;
	font-weight: 600;
}

.cp-conv-context-disclosure__list {
	margin: 6px 0 0;
	padding: 0;
}

.cp-conv-context-disclosure__list div {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 8px;
	margin: 2px 0;
}

.cp-conv-context-disclosure__list dt {
	margin: 0;
	font-weight: 600;
	color: #737373;
}

.cp-conv-context-disclosure__list dd {
	margin: 0;
	word-break: break-all;
}

.cp-conv-context-event {
	margin: 8px 0;
	padding: 6px 10px;
	border-radius: 8px;
	background: #f5f5f5;
	color: #404040;
	font-size: 12px;
	text-align: center;
}

.cp-conv-object-backlink {
	margin: 12px 0 0;
	font-size: 13px;
}

.cp-conv-opener {
	margin-left: 8px;
}
