/* cyberchef-recipes */
ul.box-info-list {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* linux-commands */
span.sudo {
	color: darkorange;
	font-weight: bold;
}
span.danger {
	color: var(--color-red);
	font-weight: bold;
}

/* scam-phishing-mails */
ul.link-list li a {
	color: var(--link-contents);
	text-decoration-line: none;
}
ul.link-list li a:hover {
	color: var(--link-contents-hover);
	text-decoration-line: underline;
}

/* ... */
ul.item-list {
	list-style-type: none;
}
