#backing-services {
	margin: 30px auto 40px;
	max-width: 550px;
	background: #fff;
	padding: 20px 25px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
	            0 25px 50px 0 rgba(0, 0, 0, 0.1);
	color: #4d4d4d;
	font-size: 14px;
}

#backing-services h2 {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b3b3b3;
	margin: 0 0 10px;
}

#backing-services h2:not(:first-child) {
	margin-top: 25px;
}

#backing-services h2 small {
	text-transform: none;
	letter-spacing: 0;
}

#service-status,
#activity-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#service-status li {
	padding: 4px 0;
}

.state {
	font-weight: 600;
}

.state.ok {
	color: #5dc2af;
}

.state.error {
	color: #af5b5e;
}

.state.muted,
.state.unknown {
	color: #b3b3b3;
	font-weight: 400;
}

#cache-note {
	margin: 12px 0 0;
	font-size: 12px;
	color: #b3b3b3;
	font-style: italic;
}

#status-override-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#status-override-controls button {
	font-size: 12px;
}

#status-override-result {
	margin: 10px 0 0;
	font-size: 12px;
	color: #af5b5e;
}

#activity-list li {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 6px 0;
	border-bottom: 1px solid #ededed;
}

#activity-list li:last-child {
	border-bottom: none;
}

#activity-list li.empty {
	color: #b3b3b3;
	font-style: italic;
	border-bottom: none;
}

#activity-list .action {
	flex: none;
	min-width: 62px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}

#activity-list .action.created {
	color: #5dc2af;
}

#activity-list .action.updated {
	color: #d9a441;
}

#activity-list .action.deleted {
	color: #af5b5e;
}

#activity-list .title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#activity-list time {
	flex: none;
	color: #b3b3b3;
	font-size: 11px;
}
