.adv-label-wrapper {
    position: relative;
}
.adv-label-hint {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(200,200,200,0.7);
    box-shadow: 1px 5px 5px 2px rgba(50, 50, 50, .4);
    color: rgba(50,50,50,.8);
    padding: .75rem 1.5rem .75rem 1rem;
    font-size: 14px;
    z-index: 10;
}
.adv-label-link {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    background: rgba(50,50,50,0.5);
    padding: .25rem .5rem;
    line-height: 1rem;
    font-size: 12px;
    color: rgba(200,200,200,.7)!important;
    border-radius: .75rem;
    z-index: 11;
}
.adv-label-hint.advlabel_topright {top: 1rem; bottom: auto;}
.adv-label-hint.advlabel_topleft {top: 1rem; right: auto; bottom: auto; left: 1rem;}
.adv-label-hint.advlabel_bottomleft {right: auto; left: 1rem;}

.adv-label-link.advlabel_topright {top: 1.25rem; bottom: auto;}
.adv-label-link.advlabel_topleft {top: 1.25rem; right: auto; bottom: auto; left: 1.25rem;}
.adv-label-link.advlabel_bottomleft {right: auto; left: 1.25rem;}

.adv-label-hint .clip-button {
    display: flex;
    align-items: center;
    margin: 5px auto 0;
    background: transparent;
    border: none;/*1px solid rgba(50, 50, 50, .4);*/
    padding: 3px;
    cursor: pointer;
}
.adv-label-hint .clip-button:hover{
    fill: #ff0032;
    color: #FF0032;
}
.adv-label-hint .clip-button .button-icon {
    width: 14px;
    height: 16px;
    margin-right: 7px;
}