
.arkb-menu__licence {

	form {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.components-base-control {
		width: 100%;
		max-width: 400px;
	}

	.components-text-control__input {
		min-height: 36px;
	}

	.__notice {
		margin: 20px 0;
		padding: 12px;
		background: #fff;
		border-left: 4px solid #ccd0d4;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .04);

		&.-warning {
			border-left-color: #ffc400;
		}

		&.-error {
			border-left-color: #fc3310;
		}

		&.-ok {
			border-left-color: #69d35f;
		}
	}
}
