.wp-core-ui .button-primary.primary--remove {
	background: #d63638 !important;
	color: #fff !important;
	border-color: #a00 !important;
	box-shadow: none !important;
}

.wp-core-ui .button-primary.primary--remove:hover, 
.wp-core-ui .button-primary.primary--remove:focus {
	background: #a00 !important;
	color: #fff !important;
	border-color: #d63638 !important;
}


.custom-admin-flex-container {
    display: flex;
    gap: 32px;
}



.custom-admin-flex-col {
    /* flex: 1; */
    min-width: 0;
}

.custom-admin-flex-col + .custom-admin-flex-col {
	border-left: 1px solid #DDD;
	padding-left: 24px;
}