/* LatePoint Service Pills — frontend badge on the service-selection step */

.os-item.has-service-pill {
    position: relative;
    overflow: visible;
}

/* Give the tile room so the pill never overlaps the service name */
.os-item.has-service-pill > .os-item-i {
    padding-top: 22px;
}

/* Category folder header — same badge, positioned on the category tile */
.os-item-category-info-w.has-category-pill {
    position: relative;
    overflow: visible;
}

.os-item-category-info-w.has-category-pill > .os-item-category-info {
    padding-top: 22px;
}

.latepoint-service-pill {
    position: absolute;
    top: -11px;
    left: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 32px);
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 999px;
    background-color: #2e7d4f;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}
