.unpublished-row {
	border: 2px solid #ff0000;
	border-radius: 5px;

}

.section-row-edit {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.section-row-view {
	border: 0px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.section-row-view pre {
	max-height: 400px;
	overflow-y: auto;
}

.selected-format {
    border: 2px solid #007bff; /* Blue border to indicate selection */
    border-radius: 1px; /* Rounded corners */
    padding: 0px; /* Add padding for spacing */
}

.selected-format .format-option {
    display: inline-block; /* Display icons inline */
    margin-right: 0px; /* Add margin between icons */
    cursor: pointer; /* Change cursor to pointer on hover */
}

.selected-format .format-option:last-child {
    margin-right: 0; /* Remove margin from last icon */
}

.grouped-format {
    border: 1px solid #ccc; /* Gray border for grouped icons */
    border-radius: 0px; /* Rounded corners */
    padding: 0px; /* Add padding for spacing */
}

.grouped-format .format-option {
    display: inline-block; /* Display icons inline */
    margin-right: 0px; /* Add margin between icons */
}

.grouped-format .format-option:last-child {
    margin-right: 0; /* Remove margin from last icon */
}

.section-image {
	
}
