.block-tip.has-background,
.editor-styles-wrapper .block-tip.has-background {
	padding: 32px 24px;
	border-radius: var(--wp--custom--border-radius--medium);
}

@media only screen and (min-width: 768px) {
	.block-tip.has-background,
	.editor-styles-wrapper .block-tip.has-background {
		padding: 40px;
	}

}
