/* Content Protection UI */

#pcgd-content-protection {
	max-width: 720px;
}

#pcgd-content-protection .pcgd-search-row,
#pcgd-protected-list li {
	display: flex;
	align-items: center;
    justify-content: flex-start;
	gap: 8px;
	margin-bottom: 6px;
}

#pcgd-content-protection .pcgd-search-row {
	padding: 6px 8px;
	background: #f6f7f7;
	border-radius: 4px;
}

#pcgd-content-protection .pcgd-view {
	text-decoration: none;
}

#pcgd-content-protection .pcgd-remove {
	margin-left: 8px;
}

.description small {
	color: #666;
}

/* Client Mode Box, @since 1.1.0 */
.pcgd-client-mode-box {
	border: 1px solid #ccd0d4;
	background: #f6f7f7;
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 4px;
}

.pcgd-general-box{
	padding: 12px 16px;
}