.ct-meta-box {

	.ct-control,
	.ct-controls-group {

		> header {
			--flex: 0 0 20%;
			max-width: 20%;
			align-self: flex-start;
		}

		> section {
			width: 80%;
			max-width: 700px;
		}

		&[data-design="inline"] {

			.ct-option-description {
				width: 80%;
				max-width: 700px;
				margin: 10px 0 0 20%;
			}
		}
	}


	// tabs
	.ct-tabs {
		--tabs-pills-active-background-color: #fff;
		--tabs-pills-inactive-background-color: #f3f3f3;
		--tabs-pills-max-width: 120px;
	}
}