.badges-container-43739adb {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.badge-item-43739adb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Cursor handling based on HTML tag */
div.badge-item-43739adb {
    cursor: default;
}

a.badge-item-43739adb {
    cursor: pointer;
}

.badge-dot-43739adb {
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.badge-text-43739adb {
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Hover Animation - Elegant Lift & Scale Dot (applies to ALL badges) */
.badge-item-43739adb:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.badge-item-43739adb:hover .badge-dot-43739adb {
    transform: scale(1.3);
}
