.column .status__wrapper[data-featured="true"] {
opacity: 0.4;
background: gray;
height: 4rem;
overflow: hidden;
}
.column .status__wrapper[data-featured="true"] .status__prepend {
display: none;
}
.column .status__wrapper[data-featured="true"]:hover {
opacity: unset;
background: unset;
height: auto;
}