/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-cfgb-icon-info {
	background-color: #f2f2f2;
	padding: 2px;
}

.wp-block-cfgb-icon-info .components-tab-panel__tabs {
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}

.wp-block-cfgb-icon-info .components-tab-panel__tabs button{
	background: #fff;
	border-radius: 6px 6px 0 0;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 6px 15px;
}