.naemt-bundle-badges {
    position: static !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    width: fit-content;
}

.naemt-bundle-badge {
    position: static !important;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: #eef6f4;
    border: 1px solid #d2e6e1;
    color: #0f5f54;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}
