.color-indicator {
	display: flex;
    justify-content: center;
	align-items: center;
	margin-bottom: 20px;

	.component-color-indicator {
		margin-right: 10px;
		width: 80px;
		border-radius: 10px;
	}
}

.spv-more-info {
	display: flex;
	margin-top: 10px;

	&.center {
		justify-content: center;
	}

	&.margin-bottom {
		margin-bottom: 20px;
	}
}

.wp-block-simple-private-video-self-hosting {
    padding: 10px;

    &.spv-border-allow {
        border: 2px solid #0073AA;
	}
}

.spv-example-code {
	display: flex;
    padding: 10px;
}
