.plate-list[data-for].active::after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--focus-color);
    position: absolute;
    right: 40px;
}

.plate-list .info {
    padding-right: 20px;
}

.featured-edit {
    position: relative;
    overflow: hidden;
    border-radius: var(--main-radius);
}

.featured-edit .btns-full {
    border-radius: var(--main-radius);
    border: 2px dashed var(--main-border-color);
    height: 24rem;
    background: var(--muted-border-color);
}

.featured-loaded, .featured-loaded .graphic {
    padding-bottom: unset;
}

.featured-edit .btns-full .but {
    font-size: 2em;
    margin: 10px;
}

.featured-edit .btns-full .but:first-child i {
    transform: rotate(270deg);
}

.featured-loaded {
    margin: -15px -15px -15px -15px;
}

.featured-loaded .btns-full {
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    z-index: 11;
    padding: 3px 5px;
    background: rgba(0,0,0,.5);
    border-radius: 0 0 0 22px;
    height: auto;
}

.featured-loaded .btns-full .but {
    font-size: 2em;
    margin: 10px;
    font-size: 1.2em;
    margin: 4px;
    --this-color: #fff;
    --this-bg: rgba(255, 255, 255, 0.12);
}

.featured-edit .btns-full .btn-image {
    font-size: 1.5rem;
    padding: 16px 24px;
    gap: 8px;
}

.featured-loaded .btns-full .btn-image {
    display: none;
}

.featured-edit .btns-full .btn-delete {
    display: none;
}

.featured-loaded .btns-full .btn-delete {
    display: inline-flex;
}

.featured-loaded .btns-full .but>* {
    font-size: .7em;
}

.crop-window img {
    max-width: unset; 
    max-height: unset;
}

.square-box {
    border-radius: 4px;
    width: calc(var(--this-size) + 13px);
}

.square-box .radius-cover {
    border-radius: 4px;
}

@media (max-width: 767px) {
    .featured-loaded, .featured-loaded .graphic {
        border-radius: 0;
    }
}

@media (min-width:996px) {
    .featured-edit .btns-full {
        height: 72rem;
    }

    .featured-loaded .btns-full {
        height: auto;
    }
}