.td-pro-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    justify-self: start;
    min-height: 18px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 1px 7px;
    border: 1px solid #f3cad9;
    border-radius: 999px;
    background: #fdf3f7;
    color: #bd4a78;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.td-pro-badge.is-overlay {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    box-shadow: 0 3px 10px rgba(56, 36, 45, .14);
}

.td-pro-badge-lock-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    fill: currentColor;
}
