.underline {
	  text-decoration: underline;
}

.nounderline {
	  text-decoration: none;
}

.callout {
	  padding: 1rem;		
		background-color: var(--wp--preset--color--custom-trans-red, #c9494940);
		border: 2px solid var(--wp--preset--color--secondary, #ca4948);
		border-radius: 1rem;
}