.form-wrap .ct-term-screen-create {
	margin-top: 1.5em;
	margin-bottom: 2em;

	.ct-control {
		margin: 0;
		padding: 0;
		max-width: 95%;

		header label {
			font-size: 13px;
			font-weight: 400;
		}
	}

	.ct-option-description {
		opacity: 1;
		font-size: 13px;
		font-style: normal;
		color: #646970;
		margin-top: 5px;
	}
}

.form-table .ct-term-screen-edit {

	th label {
		display: flex;
		align-items: center;
		position: relative;
		pointer-events: none;
		--revert-button-offset: 17px;
	}

	.ct-attachment,
	.ct-color-picker-container {
		max-width: 95%;
		margin-bottom: 8px;
	}

	.ct-color-picker-container {
		justify-content: flex-start;
	}
}

.column-blc_swatch_preview {
	width: 30px;

	.ct-swatch {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		margin-top: 3px;
		border-radius: 3px;
		box-sizing: border-box;
		overflow: hidden;
		border: 1px solid rgba(0, 0, 0, 0.2);

		img {
			width: 100%;
			height: 100%;
			margin: 0;
		}
	}
}