/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-youseeme-crypto {
	background-color: lightgrey;

	.youseeme-row {
		display: flex;
	}
	.youseeme-column {
		align-items: center;

		&.third {
			width: 33%;
		}
	}
}
