.studio-favorite-indicator{
    position:absolute;
    top:9px;
    right:9px;
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#7443df;
    box-shadow:0 7px 18px rgba(20,18,28,.16);
}

.studio-favorite-indicator svg{
    width:17px;
    height:17px;
    fill:currentColor;
}

.studio-favorites-grid{
    margin-top:16px;
}

.studio-empty{
    display:grid;
    justify-items:center;
    gap:8px;
}

.studio-empty strong{
    color:#37313f;
    font-size:13px;
}

.studio-empty > span:not(.studio-empty-icon),
.studio-empty p{
    margin:0;
    color:#81798c;
    font-size:10px;
    line-height:1.6;
}

.studio-empty-icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    margin-bottom:5px;
    border-radius:17px;
    background:#eee8ff;
    color:#7041d9;
}

.studio-empty-icon svg{
    width:25px;
    height:25px;
}

.studio-favorites-empty a{
    display:grid;
    place-items:center;
    min-height:38px;
    margin-top:7px;
    padding:0 16px;
    border-radius:11px;
    background:linear-gradient(135deg,#7442df,#9658ff);
    color:#fff;
    font-size:9px;
    font-weight:950;
}
