.package-sales-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 6px 0 12px;
    min-height: 0;
}

.thumbnail .package-sales-labels {
    position: relative;
    z-index: 2;
    width: 100%;
}

.package-sales-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf7fb;
    border: 1px solid #8ccfe0;
    color: #0b6a86;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.thumbnail.promo .package-sales-labels {
    margin-top: 6px;
}
