.tp-artists-reserved-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    box-sizing: border-box;
    max-width: calc(100% - 8px);
    padding: 4px 8px;
    background-color: #5c5854;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .tp-artists-reserved-badge {
        padding: 5px 10px;
        font-size: 0.9rem;
    }
}
