.block-tip,
.block-tip.has-background,
.editor-styles-wrapper .block-tip.has-background {
	padding: var(--wp--custom--layout--block-gap-large);
}

.editor-styles-wrapper .wp-block-cwp-tip.has-background {
	padding: 0;
}

.block-tip .block-tip__title + * {
	margin-block-start: var(--wp--custom--layout--block-gap-large);
}
.block-tip > p:not(.block-tip__title) {
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: var(--wp--custom--letter-spacing--loose);
}