.wp-block-genesis-custom-blocks-callout .callout {
  max-width: none;
  padding: 1rem;
  color: #404040;
	background-color: #E7F1F7;
	border: 1px solid #86BBD8;
	border-top-width: 5px;
	border-radius: 16px;
}

.wp-block-genesis-custom-blocks-callout .callout div > *:first-child {
  margin-top: 0;
}

.wp-block-genesis-custom-blocks-callout .callout div > *:last-child {
  margin-bottom: 0;
}

/* Sneaking in some CSS for general wp-admin blocks here too */
blockquote.block-editor-block-list__block {
	padding-left: 1.5rem;
	border-left: 4px solid #666666;
}