.wp-admin #menu-posts-work li:nth-child(n+6),
.wp-admin.post-type-work #postexcerpt .inside p {
    display: none;
}
.wp-admin.post-type-work .column-image {
	width: 6rem;
}
.wp-admin.post-type-work .column-image img {
	width: 100%;
	height: auto;
}
.wp-admin.post-type-work #work_light_dark label + label {
    margin-inline-start: 1rem;
}
.wp-admin.post-type-work #work_service_highlight ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 10rem);
	gap: 0.8rem;
}
.wp-admin.post-type-work #work_service_highlight li {
    margin: 0;
    padding: 0;
}