/* Highlight the DIY Media menu button */
.diy-menu {
    position: relative;
}
.diy-menu:before {
    background-color:var(--wp--preset--color--accent-1);
    border-radius:4px;
    bottom:0;
    color:inherit;
    content:"";
    left:0px;
    opacity:0.18;
    pointer-events:none;
    position:absolute;
    right:0px;
    top:0;
    transition:opacity .2s cubic-bezier(.4,0,.6,1);
}

.diymedia .eroding-topic-item-type {
    background-color: var(--wp--preset--color--accent-1);
}
.taxonomy-diy-media-type.eroding-topic-item-type::before {
    content: "\f02d";
    font-family: "Font Awesome 7 Free";
    margin-right: 6px;
    opacity: 0.7;
}

.eroding-topic-item-image img {
    object-position: top center;
}
