.oxygen-html-editor .components-base-control__field {
    margin-bottom: 10px;
}
.oxygen-html-editor .components-base-control__field label {
    display: block;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4;
}

.oxygen-html-editor textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
	border: 1px solid #ccc;
}

.oxygen-html-editor input[type="text"]{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.image-preview-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.image-preview img {
    max-width: 100%;
    max-height: 100px;
}

.image-preview-wrapper .components-button {
    margin-top: 0px;
}

.context-group {
    border: 1px solid #ddd;
    padding: 20px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
}

.context-group h5 {
    font-size: 1.1em;
    margin-bottom: 10px;
	color: #555;
}

.components-base-control__label {
	display: inline-flex;
	align-items: center;
}