.SelfSignedCertDialog
{

	max-width: 34em;

}
.SelfSignedCertDialog .SettingHeader
{

	margin-bottom: 0.25em;

}
.SelfSignedCertStatus
{

	margin-bottom: 1em;

}
.SelfSignedCertStatus.Loading
{

	opacity: 0.7;

}
.SelfSignedCertSubject
{

	width: 100%;
	box-sizing: border-box;

}
.SelfSignedCertHelp
{

	opacity: 0.8;
	margin-top: 1em;

}
.SelfSignedCertChainItem
{

	margin: 0.35em 0;
	word-break: break-word;

}
.SelfSignedCertActions
{

	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 0.75em;

}
.SelfSignedCertAction
{

	cursor: pointer;
	color: inherit;
	opacity: 0.8;
	text-decoration: underline;

}
.SelfSignedCertWarning
{

	opacity: 0.85;

}
