.shopContentPlaceholder {
    border: #ccc 1px solid;
    background: #f2f2f2;
    position: relative;
    width: 100%;
    padding: .75rem .5rem .25rem;
    clear: both;
}

.shopContentPlaceholder > div {
    font-size: 13px;
    font-weight: bolder;
    opacity: 0.5;
}

.shopContentPlaceholder label {
    background: rgb(3 158 0 / 20%);
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    min-width: 200px;
    text-align: right;
}