.brixy-content-plugin .el {
    margin-bottom: 20px; /* Add spacing between fields */
}
.brixy-content-plugin .field {
	min-width: 300px;
}
.brixy-content-plugin .el label {
    display: block; /* Ensure the label is on top */
    font-weight: bold; /* Optional: make label text bold */
    margin-bottom: 5px; /* Space between label and input */
}

.brixy-content-plugin .field {
    border: 1px solid #ccc; /* Standard border style */
}

.instance {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
}
.button.delete-instance {
	background: #bc1111;
	color: #fff;
}
.instance-wrapper {
	display: flex;
	gap: 20px;
}
.group-wrap {
	border: 1px solid #17a2b8;
	padding: 0 20px;
	border-radius: 5px;
}
[id*=uid],
.dd_readonly {
	cursor: not-allowed;
	pointer-events: none;
	/* background: var(--bs-gray-300); */
	background: #eff2f7 !important;
}
.d-none,
.el[data-el-name=uid]{
	display: none !important;
}
.instance .header{
	display: flex;
	gap: 20px;
	align-items: center;
}
